CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/21 22:06:23
Modified files:
lib/libssl : tls13_client.c tls13_internal.h
tls13_record_layer.c tls13_server.c
Log message:
After the ClientHello has been sent or received and before the peer's
Finished message has been received, a change cipher spec may be received
and must be ignored. Add a flag to the record layer struct and set it at
the appropriate moments during the handshake so that we will ignore it.
ok jsing
