CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/07/09 07:43:57
Modified files:
lib/libssl : ssl_sigalgs.c
Log message:
Don't push the error stack in ssl_sigalg_select()
Doing so breaks certificate selection if a TLS 1.3 client does not support
EC certs, and needs to fall back to RSA.
ok tb@
