Expand description
TLS connection types.
Structs§
- Certificate
- X.509 certificate, DER encoded.
- Connection
Info - TLS session information.
- Handshake
Data V1_ 2 - TLS 1.2 handshake data.
- Server
Cert Data - Server certificate and handshake data.
- Server
Ephem Key - Server’s ephemeral public key.
- Server
Name - Server’s name, a.k.a. the DNS name.
- Server
Signature - Server’s signature of the key exchange parameters.
- Transcript
Length - Transcript length information.
- Verify
Data - Verify data from the TLS handshake finished messages.
Enums§
- Certificate
Verification Error - Errors that can occur when verifying a certificate chain or signature.
- Handshake
Data - TLS handshake data.
- KeyType
- Type of a public key.
- Signature
Scheme - Signature scheme on the key exchange parameters.
- TlsVersion
- TLS version.