Crate pingora_boringssl

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

boring_tokio
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.
error
Errors returned by OpenSSL library.
ext
the extended functionalities that are yet exposed via the boring APIs
hash
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.