Crate boringssl

Source

Structs§

Bio
Client
Context
SslError
SslError is a packed representation of an internal error in the SSL library. When a function fails, it adds an entry to a per-thread error queue. SslError::get() can be used to retrive those items in the queue. As an error might occour deep in the call queue, multiple entries might be added to the error queue. The first (least recent) error is the most specific.

Enums§

Error
VerifyMode

Constants§

TLS1_1_VERSION
TLS Versions
TLS1_2_VERSION
TLS Versions
TLS1_3_VERSION
TLS Versions
TLS1_VERSION
TLS Versions

Type Aliases§

Result