CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/09 08:20:05
Modified files:
lib/libssl : tls13_client.c tls13_internal.h
Log message:
Provide a reference from the TLSv1.3 context to the handshake state.
This allows ctx->hs to be used throughout the TLSv1.3 code, rather than
S3I(ctx->ssl)->hs_tls13.
ok inoguchi@ tb@
