Module ext

Source

Functions§

SSL_set_cert_cb
SSL_use_PrivateKey
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.