Skip to main content

Crate pingora_s2n

Crate pingora_s2n 

Source

Structs§

Config
Corresponds to s2n_config.
ConfigBuilder
Connection
Corresponds to s2n_connection.
IgnoreVerifyHostnameCallback
Verify host name callback that always returns a success, effectively ignoring hostname validation
Psk
Psk represents an out-of-band pre-shared key.
S2NError
S2NPolicy
TlsAcceptor
TlsConnector
TlsStream

Enums§

ClientAuthType
Corresponds to s2n_cert_auth_type.
Mode
Corresponds to s2n_mode.
PskHmac

Constants§

DEFAULT_TLS13
Default policy supporting TLS1.3

Traits§

ConnectionBuilder
A trait indicating that a structure can produce connections.
VerifyHostNameCallback
A trait for the callback used to verify host name(s) during X509 verification.

Functions§

hash_certificate
load_certs_and_key_files
load_pem_file