CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/20 23:58:44
Modified files:
lib/libssl : ssl_locl.h tls13_handshake.c tls13_internal.h
Log message:
Move struct tls13_ctx into a header since other things need access to it.
While here, rename struct handshake to struct handshake_stage to avoid
potential ambiguity/conflict with the handshake data struct. Also add
forward and back pointers between SSL and struct tls13_ctx.
ok tb@
