CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2020/08/01 10:50:16

Modified files:
        lib/libssl     : d1_pkt.c ssl_pkt.c 

Log message:
Clean up/simplify more of the dtls1/ssl3 record writing code:

- Make the DTLS code much more consistent with the ssl3 code.

- Avoid assigning wr->input and wr->length just so they can be used as
arguments to memcpy().

- Remove the arc4random_buf() call for the explicit IV, since tls1_enc()
already does this for us.

ok tb@

Reply via email to