Module rustls::ticketer

source ·
Available on crate features std or hashbrown only.
Expand description

APIs for implementing TLS tickets

Structs§

  • 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.