CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/06/27 13:23:51
Modified files:
lib/libssl : ssl_locl.h tls13_client.c tls13_server.c
Log message:
Track the sigalgs used by ourselves and our peer.
Move the sigalg pointer from SSL_HANDSHAKE_TLS13 to SSL_HANDSHAKE, naming
it our_sigalg, adding an equivalent peer_sigalg. Adjust the TLSv1.3 code
that records our signature algorithm. Add code to record the signature
algorithm used by our peer.
Needed for upcoming API additions.
ok tb@