CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/03/29 10:46:09
Modified files:
lib/libssl : ssl_both.c ssl_lib.c ssl_locl.h ssl_pkt.c
ssl_tlsext.c tls13_client.c tls13_server.c
Log message:
Move finished and peer finished to the handshake struct.
This moves the finish_md and peer_finish_md from the 'tmp' struct to the
handshake struct, renaming to finished and peer_finished in the process.
This also allows the remaining S3I(s) references to be removed from the
TLSv1.3 client and server.
ok inoguchi@ tb@