#include "gwlib/list.h"#include "gwlib/octstr.h"#include "wtls.h"Include dependency graph for wtls_pdu.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 171 of file wtls_pdu.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 92 of file wtls_pdu.h.
|
|
|
Definition at line 88 of file wtls_pdu.h. 00088 {
00089 null_comp = 0
00090 } CompressionMethod;
|
|
|
Definition at line 150 of file wtls_pdu.h. 00150 {
00151 ec_basis_onb = 1,
00152 ec_basis_trinomial,
00153 ec_basis_pentanomial,
00154 ec_basis_polynomial
00155 } ECBasisType;
|
|
|
Definition at line 157 of file wtls_pdu.h. 00157 {
00158 ec_prime_p,
00159 ec_characteristic_two
00160 } ECField;
|
|
|
Definition at line 75 of file wtls_pdu.h. 00075 {
00076 hello_request = 0,
00077 client_hello = 1,
00078 server_hello = 2,
00079 certificate = 11,
00080 server_key_exchange = 12,
00081 certificate_request = 13,
00082 server_hello_done = 14,
00083 certificate_verify = 15,
00084 client_key_exchange = 16,
00085 finished = 20
00086 } HandshakeType;
|
|
|
Definition at line 136 of file wtls_pdu.h. 00136 {
00137 null = 0,
00138 text,
00139 binary,
00140 key_hash_sha = 254,
00141 x509_name = 255
00142 } IdentifierType;
|
|
|
Definition at line 112 of file wtls_pdu.h. 00112 {
00113 null_k,
00114 shared_secret,
00115 dh_anon,
00116 dh_anon_512,
00117 dh_anon_768,
00118 rsa_anon,
00119 rsa_anon_512,
00120 rsa_anon_768,
00121 rsa,
00122 rsa_512,
00123 rsa_768,
00124 ecdh_anon,
00125 ecdh_anon_113,
00126 ecdh_anon_131,
00127 ecdh_ecdsa,
00128 } KeyExchangeSuite;
|
|
|
Definition at line 130 of file wtls_pdu.h. 00130 {
00131 rsa_pubkey,
00132 diffie_hellman_pubkey,
00133 elliptic_curve_pubkey,
00134 } PublicKeyAlgorithm;
|
|
|
Definition at line 144 of file wtls_pdu.h.
|
|
|
Definition at line 98 of file wtls_pdu.h. 00098 {
00099 anonymous,
00100 ecdsa_sha,
00101 rsa_sha,
00102 } SignatureAlgorithm;
|
|
|
Definition at line 68 of file wtls_pdu.h. 00068 {
00069 ChangeCipher_PDU = 1,
00070 Alert_PDU,
00071 Handshake_PDU,
00072 Application_PDU
00073 } wtls_pdu_modes;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|