CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2024/07/19 02:54:31

Modified files:
        lib/libssl     : s3_lib.c ssl_lib.c ssl_local.h ssl_sess.c 
                         ssl_srvr.c tls13_server.c 

Log message:
Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.

SSL_SESSION has a 'ciphers' member which contains a list of ciphers
that were advertised by the client. Move this from SSL_SESSION to
SSL_HANDSHAKE and rename it to match reality.

ok tb@

Reply via email to