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

handshake Struct Reference

#include <wtls_pdu.h>

Collaboration diagram for handshake:

Collaboration graph
[legend]

Data Fields

HandshakeType msg_type
int length
ClientHelloclient_hello
ServerHelloserver_hello
Certificatecertificate
ServerKeyExchangeserver_key_exchange
CertificateRequestcertificate_request
ServerHelloDoneserver_hello_done
CertificateVerifycert_verify
ClientKeyExchangeclient_key_exchange
Finishedfinished

Field Documentation

CertificateVerify* handshake::cert_verify
 

Definition at line 406 of file wtls_pdu.h.

Certificate* handshake::certificate
 

Definition at line 398 of file wtls_pdu.h.

CertificateRequest* handshake::certificate_request
 

Definition at line 402 of file wtls_pdu.h.

ClientHello* handshake::client_hello
 

Definition at line 394 of file wtls_pdu.h.

ClientKeyExchange* handshake::client_key_exchange
 

Definition at line 408 of file wtls_pdu.h.

Finished* handshake::finished
 

Definition at line 410 of file wtls_pdu.h.

int handshake::length
 

Definition at line 390 of file wtls_pdu.h.

HandshakeType handshake::msg_type
 

Definition at line 389 of file wtls_pdu.h.

ServerHello* handshake::server_hello
 

Definition at line 396 of file wtls_pdu.h.

ServerHelloDone* handshake::server_hello_done
 

Definition at line 404 of file wtls_pdu.h.

ServerKeyExchange* handshake::server_key_exchange
 

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