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§

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.