CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/24 12:44:00
Modified files:
lib/libssl : s3_lib.c ssl_both.c ssl_ciph.c ssl_clnt.c
ssl_lib.c ssl_locl.h ssl_pkt.c ssl_srvr.c
t1_enc.c tls13_client.c tls13_server.c
Log message:
Rename new_cipher to cipher.
This is in the SSL_HANDSHAKE struct and is what we're currently
negotiating, so there is really nothing more "new" about the cipher
than there is the key block or other parts of the handshake data.
ok inoguchi@ tb@
