CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/03 09:33:12
Modified files:
lib/libssl : ssl_both.c ssl_clnt.c ssl_locl.h ssl_rsa.c
tls13_client.c tls13_server.c
Log message:
Cleanup/simplify ssl_cert_type()
Remove the X509 argument as it is unused - this was passed so that
ssl_cert_type() can get the public key from the X509 object if the
EVP_PKEY argument is NULL, however this is never the case.
ok tb@
