Skip to content

h3q_tls_info

Negotiated TLS parameters of one connection.

#include <h3q_conn.h>

Public Attributes

Name
const char * protocol
const char * cipher
int cipher_bits
int cipher_alg_bits
unsigned resumed

Public Attributes Documentation

variable protocol

const char * protocol;

variable cipher

const char * cipher;

variable cipher_bits

int cipher_bits;

variable cipher_alg_bits

int cipher_alg_bits;

variable resumed

unsigned resumed;