Kannel: Open Source WAP and SMS gateway  svn-r5336
handshake Struct Reference

#include <wtls_pdu.h>

Data Fields

HandshakeType msg_type
 
int length
 
ClientHello * client_hello
 
ServerHello * server_hello
 
Certificates * certificates
 
ServerKeyExchange * server_key_exchange
 
CertificateRequest * certificate_request
 
ServerHelloDone * server_hello_done
 
CertificateVerify * cert_verify
 
ClientKeyExchange * client_key_exchange
 
Finished * finished
 

Detailed Description

Definition at line 416 of file wtls_pdu.h.

Field Documentation

◆ cert_verify

CertificateVerify* handshake::cert_verify

Definition at line 434 of file wtls_pdu.h.

◆ certificate_request

CertificateRequest* handshake::certificate_request

Definition at line 430 of file wtls_pdu.h.

◆ certificates

Certificates* handshake::certificates

Definition at line 426 of file wtls_pdu.h.

◆ client_hello

ClientHello* handshake::client_hello

Definition at line 422 of file wtls_pdu.h.

◆ client_key_exchange

ClientKeyExchange* handshake::client_key_exchange

Definition at line 436 of file wtls_pdu.h.

◆ finished

Finished* handshake::finished

Definition at line 438 of file wtls_pdu.h.

◆ length

int handshake::length

Definition at line 418 of file wtls_pdu.h.

◆ msg_type

HandshakeType handshake::msg_type

Definition at line 417 of file wtls_pdu.h.

◆ server_hello

ServerHello* handshake::server_hello

Definition at line 424 of file wtls_pdu.h.

◆ server_hello_done

ServerHelloDone* handshake::server_hello_done

Definition at line 432 of file wtls_pdu.h.

◆ server_key_exchange

ServerKeyExchange* handshake::server_key_exchange

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