CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2016/12/04 07:32:30
Modified files: lib/libssl : s23_clnt.c s3_clnt.c ssl_lib.c ssl_locl.h Log message: Convert ssl_cipher_list_to_bytes() to CBB, changing the function to return the number of bytes written via an explicit *outlen argument and retaining the return value to indicate success or failure. ok doug@