PolarSSL v1.3.7
Data Fields
_ssl_ciphersuite_t Struct Reference

This structure is used for storing ciphersuite information. More...

#include <ssl_ciphersuites.h>

Data Fields

int id
 
const char * name
 
cipher_type_t cipher
 
md_type_t mac
 
key_exchange_type_t key_exchange
 
int min_major_ver
 
int min_minor_ver
 
int max_major_ver
 
int max_minor_ver
 
unsigned char flags
 

Detailed Description

This structure is used for storing ciphersuite information.

Definition at line 234 of file ssl_ciphersuites.h.

Field Documentation

cipher_type_t _ssl_ciphersuite_t::cipher

Definition at line 239 of file ssl_ciphersuites.h.

unsigned char _ssl_ciphersuite_t::flags

Definition at line 248 of file ssl_ciphersuites.h.

int _ssl_ciphersuite_t::id

Definition at line 236 of file ssl_ciphersuites.h.

key_exchange_type_t _ssl_ciphersuite_t::key_exchange

Definition at line 241 of file ssl_ciphersuites.h.

md_type_t _ssl_ciphersuite_t::mac

Definition at line 240 of file ssl_ciphersuites.h.

int _ssl_ciphersuite_t::max_major_ver

Definition at line 245 of file ssl_ciphersuites.h.

int _ssl_ciphersuite_t::max_minor_ver

Definition at line 246 of file ssl_ciphersuites.h.

int _ssl_ciphersuite_t::min_major_ver

Definition at line 243 of file ssl_ciphersuites.h.

int _ssl_ciphersuite_t::min_minor_ver

Definition at line 244 of file ssl_ciphersuites.h.

const char* _ssl_ciphersuite_t::name

Definition at line 237 of file ssl_ciphersuites.h.


The documentation for this struct was generated from the following file: