CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/11 11:35:00
Modified files:
lib/libssl : ssl_clnt.c ssl_lib.c ssl_locl.h t1_lib.c
Log message:
Convert ssl3_client_hello() to CBB.
As part of this, change ssl_cipher_list_to_bytes() to take a CBB argument,
rather than a pointer/length. Some additional clean up/renames while here.
Based on a diff from doug@
