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§

Modules§

  • Errors returned by OpenSSL library.
  • Message digest (hash) computation support.
  • A collection of numerical identifiers for OpenSSL objects.
  • Public/private key processing.
  • SSL/TLS support.
  • The standard defining the format of public key certificates.