CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/08 15:28:52
Modified files:
lib/libssl : d1_both.c s3_lib.c ssl3.h ssl_both.c ssl_clnt.c
ssl_locl.h ssl_packet.c ssl_srvr.c t1_enc.c
t1_hash.c
Log message:
Clean up and simplify the handshake transcript code.
This provides a cleaner, simpler and more readable API, with code that uses
a BUF_MEM instead of a BIO.
ok beck@ ("hurry up") and tb@.
