CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/10/24 12:04:50
Modified files:
lib/libssl : d1_pkt.c s3_lib.c ssl3.h ssl_both.c ssl_locl.h
ssl_packet.c ssl_pkt.c t1_enc.c
Log message:
Make more of libssl's record layer state internal.
In January 2017, we changed large amounts of libssl's data structures to
be non-visible/internal, however intentionally left things that the
software ecosystem was needing to use. The four or so applications that
reached into libssl for record layer related state now implement
alternative code. As such, make these data structures internal.
ok tb@