A structure to define the constants used by the security provider
A structure to define the constants used by the security provider. Currently only values used by SSLeay and OpenSSL are defined, since those are the only providers we have.
"SSL2",
"SSL3",
"TLS1"
FileType FileType
"ASN1"
VERIFY_NONE (0)
VERIFY_PEER (1)
VERIFY_PEER | VERIFY_FAIL_IF_NO_PEER_CERT (3)
VERIFY_PEER | VERIFY_CLIENT_ONCE (5)
VERIFY_PEER | VERIFY_FAIL_IF_NO_PEER_CERT | VERIFY_CLIENT_ONCE (7)
static const int VERIFY_NONE
static const int VERIFY_PEER
static const int VERIFY_FAIL_IF_NO_PEER_CERT
static const int VERIFY_CLIENT_ONCE
static const char* const RSA_EXPORT1024_WITH_RC4_56_MD5
static const char* const RSA_EXPORT1024_WITH_RC2_CBC_56_MD5
static const char* const RSA_EXPORT1024_WITH_DES_CBC_SHA
static const char* const DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA
static const char* const RSA_EXPORT1024_WITH_RC4_56_SHA
static const char* const DHE_DSS_EXPORT1024_WITH_RC4_56_SHA
static const char* const DHE_DSS_WITH_RC4_128_SHA
static const char* const CIPHERS[]
RSA_EXPORT1024_WITH_RC4_56_MD5,
RSA_EXPORT1024_WITH_RC2_CBC_56_MD5,
RSA_EXPORT1024_WITH_DES_CBC_SHA,
DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA,
RSA_EXPORT1024_WITH_RC4_56_SHA,
DHE_DSS_EXPORT1024_WITH_RC4_56_SHA,
DHE_DSS_WITH_RC4_128_SHA
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de