QSC Post Quantum Cryptographic Library 1.3.0.0 (C1)
A post quantum secure library written in Ansi C
Loading...
Searching...
No Matches
qsc_tls_psk_state Struct Reference

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

Detailed Description

Stores cached TLS 1.3 resumption ticket state and the derived PSK binder for the active connection.

Field Documentation

◆ binder

uint8_t binder[QSC_TLS_PSK_BINDER_MAX_SIZE]

Computed PSK binder bytes.

◆ binderlen

size_t binderlen

Length of the PSK binder in bytes.

◆ enabled

bool enabled

True when PSK resumption is enabled for the connection.

◆ resumed

bool resumed

True when the current handshake used the configured PSK ticket.


The documentation for this struct was generated from the following file:
  • C:/Users/stepp/Documents/Visual Studio 2022/Projects/C/QSC/QSC/tlsstate.h