Stores cached TLS 1.3 resumption ticket state and the derived PSK binder for the active connection. More...
#include <tlsstate.h>
Data Fields | |
| uint8_t | binder [QSC_TLS_PSK_BINDER_MAX_SIZE] |
| size_t | binderlen |
| bool | enabled |
| bool | resumed |
Stores cached TLS 1.3 resumption ticket state and the derived PSK binder for the active connection.
| uint8_t binder[QSC_TLS_PSK_BINDER_MAX_SIZE] |
Computed PSK binder bytes.
| size_t binderlen |
Length of the PSK binder in bytes.
| bool enabled |
True when PSK resumption is enabled for the connection.
| bool resumed |
True when the current handshake used the configured PSK ticket.