webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
ssl_early_callback_ctx Struct Reference

#include <ssl.h>

Public Attributes

SSLssl
 
const uint8_tclient_hello
 
size_t client_hello_len
 
uint16_t version
 
const uint8_trandom
 
size_t random_len
 
const uint8_tsession_id
 
size_t session_id_len
 
const uint8_tcipher_suites
 
size_t cipher_suites_len
 
const uint8_tcompression_methods
 
size_t compression_methods_len
 
const uint8_textensions
 
size_t extensions_len
 

Member Data Documentation

◆ cipher_suites

const uint8_t* ssl_early_callback_ctx::cipher_suites

◆ cipher_suites_len

size_t ssl_early_callback_ctx::cipher_suites_len

◆ client_hello

const uint8_t* ssl_early_callback_ctx::client_hello

◆ client_hello_len

size_t ssl_early_callback_ctx::client_hello_len

◆ compression_methods

const uint8_t* ssl_early_callback_ctx::compression_methods

◆ compression_methods_len

size_t ssl_early_callback_ctx::compression_methods_len

◆ extensions

const uint8_t* ssl_early_callback_ctx::extensions

◆ extensions_len

size_t ssl_early_callback_ctx::extensions_len

◆ random

const uint8_t* ssl_early_callback_ctx::random

◆ random_len

size_t ssl_early_callback_ctx::random_len

◆ session_id

const uint8_t* ssl_early_callback_ctx::session_id

◆ session_id_len

size_t ssl_early_callback_ctx::session_id_len

◆ ssl

SSL* ssl_early_callback_ctx::ssl

◆ version

uint16_t ssl_early_callback_ctx::version

The documentation for this struct was generated from the following file: