CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/24 11:30:32
Modified files:
lib/libssl : d1_srvr.c s3_lib.c ssl_both.c ssl_clnt.c
ssl_locl.h ssl_srvr.c
Log message:
Clean up handshake message start/finish functions.
Now that all handshake messages are created using CBB, remove the non-CBB
ssl3_handshake_msg_start()/ssl3_handshake_msg_finish() functions. Rename
the CBB variants by dropping the _cbb suffix.
ok bcook@ inoguchi@ tb@
