Crate boringssl [] [src]

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
TLS1_2_VERSION
TLS1_3_VERSION
TLS1_VERSION

Type Definitions

Result