Expand description
The OpenSSL API compatibility layer.
This crate aims at making openssl APIs interchangeable with boring.
In other words, this crate and pingora-boringssl
expose identical rust APIs.
Re-exports§
pub use openssl_sys as ssl_sys;
pub use tokio_openssl as tokio_ssl;
Modules§
- Diffie-Hellman key agreement.
- Errors returned by OpenSSL library.
- Message digest (hash) computation support.
- A collection of numerical identifiers for OpenSSL objects.
- Public/private key processing.
- SSL/TLS support.
- The standard defining the format of public key certificates.