Add name as an additional reference identifier that can match the peer’s certificate
Clear the error stack
Whether the TLS error is SSL_ERROR_WANT_X509_LOOKUP
Add the certificate into the cert chain of ssl
Get a mutable SslRef ouf of SslRef, which is a missing functionality even when holding &mut SslStream
Set the curves/groups of ssl
Set renegotiation
Set the verify cert store of ssl
Load the certificate into ssl
Load the private key into ssl
Set’s whether a second keyshare to be sent in client hello when PQ is used.
Suspend the TLS handshake when a certificate is needed.
Unblock a TLS handshake after the certificate is set.