Expand description
the extended functionalities that are yet exposed via the boring
APIs
Functions§
- 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
- Create a new Ssl from &SslAcceptor
- Get a mutable SslRef ouf of SslRef. which is a missing functionality for certain 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
- Suspend the TLS handshake when a certificate is needed.
- Unblock a TLS handshake after the certificate is set.