CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/29 13:10:08
Modified files:
lib/libssl : ssl_clnt.c ssl_sigalgs.c ssl_sigalgs.h
ssl_srvr.c tls13_client.c tls13_server.c
Log message:
Move the RSA-PSS check for TLSv1.3 to ssl_sigalg_pkey_ok().
Also, rather than passing in a check_curve flag, pass in the SSL * and
handle version checks internally to ssl_sigalg_pkey_ok(), simplifying
the callers.
ok inoguchi@ tb@
