Crate pingora_openssl

Source
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§

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.
x509
The standard defining the format of public key certificates.