CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2019/02/10 06:04:29

Modified files:
        lib/libssl     : ssl_locl.h tls13_handshake.c 

Log message:
Preserve the transcript hash at specific stages of the TLSv1.3 handshake.

There are various points where we need the hash of all messages prior to
the current message. Support this by having the handshake code preserve
the transcript hash prior to recording the current message, which avoids
the need to sprinkle this throughout multiple handlers.

ok inoguchi@ tb@

Reply via email to