CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/06 06:17:52
Modified files:
lib/libssl : s3_both.c s3_clnt.c s3_lib.c s3_srvr.c
ssl_locl.h
Log message:
Convert certificate handshake message generation to CBB, with some clean
up and restructure.
This also adds CBB based variants of the ssl3_handshake_msg_{start,finish}
functions - for the time being these use a CBB to build the messages, then
copy back into the init_buf.
ok doug@
