CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/05/31 08:34:45
Modified files:
lib/libssl : ssl_clnt.c ssl_local.h ssl_sigalgs.c
ssl_sigalgs.h ssl_srvr.c
Log message:
Clean up signature algorithm handling.
Now that we no longer support TLSv1.0 and TLSv1.1, SSL_USE_SIGALGS()
is always true - remove all of the code that handles the non-sigalgs
path, along with SSL_USE_SIGALGS() and the related flags.
Also remove SIGALG_RSA_PKCS1_MD5_SHA1 and references to it, since this
is also now unused.
ok kenjiro@ tb@