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;