Kannel: Open Source WAP and SMS gateway  svn-r5335
client_hello Struct Reference

#include <wtls_pdu.h>

Data Fields

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

Detailed Description

Definition at line 301 of file wtls_pdu.h.

Field Documentation

◆ ciphersuites

List* client_hello::ciphersuites

Definition at line 307 of file wtls_pdu.h.

◆ client_key_ids

List* client_hello::client_key_ids

Definition at line 305 of file wtls_pdu.h.

◆ clientversion

int client_hello::clientversion

Definition at line 302 of file wtls_pdu.h.

◆ comp_methods

List* client_hello::comp_methods

Definition at line 308 of file wtls_pdu.h.

◆ krefresh

int client_hello::krefresh

Definition at line 310 of file wtls_pdu.h.

◆ random

Random* client_hello::random

Definition at line 303 of file wtls_pdu.h.

◆ session_id

Octstr* client_hello::session_id

Definition at line 304 of file wtls_pdu.h.

◆ snmode

int client_hello::snmode

Definition at line 309 of file wtls_pdu.h.

◆ trusted_key_ids

List* client_hello::trusted_key_ids

Definition at line 306 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.