CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/28 10:51:19
Modified files:
lib/libssl : tls13_client.c
Log message:
Set the SSL state as part of tls13_legacy_connect().
Set the SSL state to SSL_ST_CONNECT during the TLSv1.3 handshake and to
SSL_ST_OK once the handshake completes, since some applications currently
rely on this information to function correctly.
ok inoguchi@ tb@
