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.
Modulesยง
- dh
- Diffie-Hellman key agreement.
- error
- Errors returned by OpenSSL library.
- ext
- hash
- Message digest (hash) computation support.
- nid
- A collection of numerical identifiers for OpenSSL objects.
- pkey
- Public/private key processing.
- ssl
- SSL/TLS support.
- ssl_sys
- tokio_
ssl - Async TLS streams backed by OpenSSL.
- x509
- The standard defining the format of public key certificates.