Module tlspuffin::tls::rustls::ticketer

source ·

Structs

This is a ProducesTickets implementation which uses any ring aead::Algorithm to encrypt and authentication the ticket payload. It does not enforce any lifetime constraint.
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.
A concrete, safe ticket creation mechanism.
The timebase for expiring and rolling tickets and ticketing keys. This is UNIX wall time in seconds.

Functions