Module connection

Source
Expand description

TLS connection types.

Structs§

Certificate
X.509 certificate, DER encoded.
ConnectionInfo
TLS session information.
HandshakeDataV1_2
TLS 1.2 handshake data.
ServerCertData
Server certificate and handshake data.
ServerEphemKey
Server’s ephemeral public key.
ServerName
Server’s name, a.k.a. the DNS name.
ServerSignature
Server’s signature of the key exchange parameters.
TranscriptLength
Transcript length information.
VerifyData
Verify data from the TLS handshake finished messages.

Enums§

CertificateVerificationError
Errors that can occur when verifying a certificate chain or signature.
HandshakeData
TLS handshake data.
KeyType
Type of a public key.
SignatureScheme
Signature scheme on the key exchange parameters.
TlsVersion
TLS version.