CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/09 09:47:12
Modified files:
lib/libssl : tls13_client.c tls13_handshake.c
tls13_internal.h tls13_record_layer.c
Log message:
Send dummy ChangeCipherSpec messages from the TLSv1.3 client.
When operating in middlebox compatibility mode, the TLSv1.3 client needs
to send a dummy ChangeCipherSpec message immediately before its second
flight of handshake messages (when early data is not offered).
ok tb@
