webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
handshake_client.c File Reference
#include <openssl/ssl.h>
#include <assert.h>
#include <string.h>
#include <openssl/bn.h>
#include <openssl/buf.h>
#include <openssl/bytestring.h>
#include <openssl/dh.h>
#include <openssl/ec_key.h>
#include <openssl/ecdsa.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/md5.h>
#include <openssl/mem.h>
#include <openssl/rand.h>
#include <openssl/x509.h>
#include <openssl/x509v3.h>
#include "internal.h"

Functions

int ssl3_connect (SSL *ssl)
 
uint16_t ssl_get_grease_value (const SSL *ssl, enum ssl_grease_index_t index)
 
int ssl_add_client_hello_body (SSL *ssl, CBB *body)
 
 OPENSSL_COMPILE_ASSERT (sizeof(size_t) >=sizeof(unsigned), SIZE_T_IS_SMALLER_THAN_UNSIGNED)
 

Function Documentation

◆ OPENSSL_COMPILE_ASSERT()

OPENSSL_COMPILE_ASSERT ( sizeof(size_t) >=sizeof(unsigned)  ,
SIZE_T_IS_SMALLER_THAN_UNSIGNED   
)

◆ ssl3_connect()

int ssl3_connect ( SSL ssl)

◆ ssl_add_client_hello_body()

int ssl_add_client_hello_body ( SSL ssl,
CBB body 
)

◆ ssl_get_grease_value()

uint16_t ssl_get_grease_value ( const SSL ssl,
enum ssl_grease_index_t  index 
)