MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
yaSSL::Parameters Struct Reference

Public Member Functions

 Parameters (ConnectionEnd, const Ciphers &, ProtocolVersion, bool haveDH)
void SetSuites (ProtocolVersion pv, bool removeDH=false, bool removeRSA=false, bool removeDSA=false)
void SetCipherNames ()

Public Attributes

ConnectionEnd entity_
BulkCipherAlgorithm bulk_cipher_algorithm_
CipherType cipher_type_
uint8 key_size_
uint8 iv_size_
IsExportable is_exportable_
MACAlgorithm mac_algorithm_
uint8 hash_size_
CompressionMethod compression_algorithm_
KeyExchangeAlgorithm kea_
SignatureAlgorithm sig_algo_
SignatureAlgorithm verify_algo_
bool pending_
bool resumable_
uint16 encrypt_size_
Cipher suite_ [SUITE_LEN]
uint8 suites_size_
Cipher suites_ [MAX_SUITE_SZ]
char cipher_name_ [MAX_SUITE_NAME]
char cipher_list_ [MAX_CIPHERS][MAX_SUITE_NAME]
bool removeDH_

Detailed Description

Definition at line 649 of file yassl_imp.hpp.


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