Module ticketer
rustls
0.22.4
Module ticketer
Structs
In crate rustls
Modules
client
crypto
internal
manual
pki_types
quic
server
sign
ticketer
version
Structs
CommonState
ConfigBuilder
ConnectionCommon
DigitallySignedStruct
DistinguishedName
ExtractedSecrets
IoState
KeyLogFile
NoKeyLog
OtherError
Reader
RootCertStore
Stream
StreamOwned
SupportedProtocolVersion
Tls12CipherSuite
Tls13CipherSuite
WantsVerifier
WantsVersions
Writer
Enums
AlertDescription
CertRevocationListError
CertificateError
CipherSuite
Connection
ConnectionTrafficSecrets
ContentType
Error
HandshakeType
InvalidMessage
NamedGroup
PeerIncompatible
PeerMisbehaved
ProtocolVersion
Side
SignatureAlgorithm
SignatureScheme
SupportedCipherSuite
Statics
ALL_VERSIONS
DEFAULT_VERSIONS
Traits
ConfigSide
KeyLog
SideData
?
Settings
Module
rustls
::
ticketer
Copy item path
source
·
[
−
]
Expand description
APIs for implementing TLS tickets
Structs
§
Ticket
Switcher
A ticketer that has a ‘current’ sub-ticketer and a single ‘previous’ ticketer. It creates a new ticketer every so often, demoting the current ticketer.