Expand description
The BoringSSL API compatibility layer.
This crate aims at making boring APIs exchangeable with openssl-rs.
In other words, this crate and pingora-openssl
expose identical rust APIs.
Re-exports§
pub use boring_tokio as tokio_ssl;
pub use boring_sys as ssl_sys;
Modules§
- This file reimplements tokio-boring with the overhauled tokio-openssl interface while the tokio APIs from official boring crate is not yet caught up to it.
- Errors returned by OpenSSL library.
- the extended functionalities that are yet exposed via the
boring
APIs - A collection of numerical identifiers for OpenSSL objects.
- Public/private key processing.
- SSL/TLS support.
- The standard defining the format of public key certificates.