Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GraySSL::cSSLConfig Member List

This is the complete list of members for GraySSL::cSSLConfig, including all inherited members.

CheckOpts()GraySSL::cSSLConfig
cSSLConfig()GraySSL::cSSLConfig
cSSLSessionConfig() noexceptGrayLib::cSSLSessionConfiginline
FindAlpn(const BYTE *pFind, StrLen_t nLenFind) constGraySSL::cSSLConfig
IsECPGroupAllowed(const cECPGroup &grp) constGraySSL::cSSLConfig
k_Content_Size_MaxGrayLib::cSSLstatic
k_MAC_Size_MaxGrayLib::cSSLstatic
k_MaxFragLensGrayLib::cSSLstatic
k_Number_Size_MaxGrayLib::cSSLstatic
k_PSK_Size_MaxGrayLib::cSSLstatic
m_bAllowRC4GraySSL::cSSLConfig
m_bEncryptThenMacGrayLib::cSSLSessionConfig
m_bExtendedMasterSecretGraySSL::cSSLConfig
m_bFallbackSCSVGraySSL::cSSLConfig
m_bTruncatedHMACGrayLib::cSSLSessionConfig
m_bUseSessionTicketsGraySSL::cSSLConfig
m_dhm_GGraySSL::cSSLConfig
m_dhm_PGraySSL::cSSLConfig
m_eAuthModeGraySSL::cSSLConfig
m_ECPGroupsAllowedGraySSL::cSSLConfig
m_eMaxFragLenCodeGrayLib::cSSLSessionConfig
m_eRenoLegacyTypeGraySSL::cSSLConfig
m_nTicketLifeSecondsGraySSL::cSSLConfig
m_pCaChainGraySSL::cSSLConfig
m_pCaCrlGraySSL::cSSLConfig
m_pCipherSuiteListGraySSL::cSSLConfig
m_ppAlpnListGraySSL::cSSLConfig
m_pRandomGraySSL::cSSLConfig
m_pVerifyCertGraySSL::cSSLConfig
m_VerRangeGraySSL::cSSLConfig
put_AllowRC4(bool bAllowRC4)GraySSL::cSSLConfig
put_AlpnProtocols(const char **ppAlpnList)GraySSL::cSSLConfig
put_AuthMode(SSL_AUTHMODE_TYPE eAuthMode)GraySSL::cSSLConfiginline
put_EncryptThenMac(bool etm)GraySSL::cSSLConfig
put_FallbackSCSV(bool fallback)GraySSL::cSSLConfiginline
put_MaxFragLenCode(SSL_MAX_FRAG_TYPE eMaxFragLenCode)GraySSL::cSSLConfig
put_RandomNoise(IRandomNoise *pRandom)GraySSL::cSSLConfiginline
put_RenoLegacyType(SSL_RENO_LEGACY_TYPE allow_legacy)GraySSL::cSSLConfiginline
put_SessionTicketLifetime(TIMESECD_t lifetime)GraySSL::cSSLConfiginline
put_UseExtendedMasterSecret(bool ems)GraySSL::cSSLConfig
put_UseSessionTickets(bool bUseTickets)GraySSL::cSSLConfiginline
put_UseTruncatedHMAC(bool bTruncatedHMAC)GraySSL::cSSLConfiginline
put_VerifyCert(IX509VerifyCert *pVerifyCert)GraySSL::cSSLConfiginline
put_VersionMax(SSL_VERSION_TYPE v)GraySSL::cSSLConfig
put_VersionMin(SSL_VERSION_TYPE v)GraySSL::cSSLConfig
SetCAChain(cX509Crt *pCaChain, cX509Crl *pCaCrl)GraySSL::cSSLConfiginline
SetCipherSuiteList(const SSL_CipherSuite_t *ciphersuites, SSL_VERSION_TYPE v)GraySSL::cSSLConfig
SetKeyExDHMParams(const char *dhm_P, const char *dhm_G)GraySSL::cSSLConfig
SetKeyExDHMParams(cKeyExDHM *dhm_ctx)GraySSL::cSSLConfig
VerifyCrt(cX509Crt *pCrt, const char *pszPeerCN, OUT X509_Verify_t &eVerifyResults) constGraySSL::cSSLConfig
~cSSLConfig()GraySSL::cSSLConfig