Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

client_hello Struct Reference

#include <wtls_pdu.h>

Collaboration diagram for client_hello:

Collaboration graph
[legend]

Data Fields

int clientversion
Randomrandom
Octstrsession_id
Listclient_key_ids
Listtrusted_key_ids
Listciphersuites
Listcomp_methods
int snmode
int krefresh

Field Documentation

List* client_hello::ciphersuites
 

Definition at line 316 of file wtls_pdu.h.

List* client_hello::client_key_ids
 

Definition at line 314 of file wtls_pdu.h.

int client_hello::clientversion
 

Definition at line 311 of file wtls_pdu.h.

List* client_hello::comp_methods
 

Definition at line 317 of file wtls_pdu.h.

int client_hello::krefresh
 

Definition at line 319 of file wtls_pdu.h.

Random* client_hello::random
 

Definition at line 312 of file wtls_pdu.h.

Octstr* client_hello::session_id
 

Definition at line 313 of file wtls_pdu.h.

int client_hello::snmode
 

Definition at line 318 of file wtls_pdu.h.

List* client_hello::trusted_key_ids
 

Definition at line 315 of file wtls_pdu.h.


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.