Functions§
- SSL_
set_ ⚠cert_ cb - SSL_
use_ ⚠Private Key - SSL_
use_ ⚠certificate - X509_
VERIFY_ ⚠PARAM_ add1_ host - add_
host - Add name as an additional reference identifier that can match the peer’s certificate
- clear_
error_ stack - Clear the error stack
- is_
suspended_ for_ cert - Whether the TLS error is SSL_ERROR_WANT_X509_LOOKUP
- ssl_
add_ chain_ cert - Add the certificate into the cert chain of
ssl
- ssl_
from_ acceptor - Create a new Ssl from &SslAcceptor
- ssl_mut⚠
- Get a mutable SslRef ouf of SslRef, which is a missing functionality even when holding &mut SslStream
- ssl_
set_ groups_ list - Set the curves/groups of
ssl
- ssl_
set_ renegotiate_ mode_ freely - Set renegotiation
- ssl_
set_ verify_ cert_ store - Set the verify cert store of
ssl
- ssl_
use_ certificate - Load the certificate into
ssl
- ssl_
use_ private_ key - Load the private key into
ssl
- ssl_
use_ second_ key_ share - Set’s whether a second keyshare to be sent in client hello when PQ is used.
- suspend_
when_ need_ ssl_ cert - Suspend the TLS handshake when a certificate is needed.
- unblock_
ssl_ cert - Unblock a TLS handshake after the certificate is set.