fix8
version 1.4.0
Open Source C++ FIX Framework
|
This is the complete list of members for FIX8::SslContext, including all inherited members.
_ca_location | FIX8::SslContext | |
_certificate_file | FIX8::SslContext | |
_cipher_list | FIX8::SslContext | |
_load_default_cas | FIX8::SslContext | |
_private_key_file | FIX8::SslContext | |
_valid | FIX8::SslContext | |
_verification_depth | FIX8::SslContext | |
_verification_mode | FIX8::SslContext | |
SslContext(const std::string &private_key_file="", const std::string &certificate_file="", const std::string &ca_location="", int verification_mode=SSL_VERIFY_PEER, int verification_depth=9, bool load_default_cas=false, const std::string &cipher_list="ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH") | FIX8::SslContext | inline |