![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "cSSLConfig.h"#include "cSSLHandshake.h"#include "cSSLTransform.h"#include "cSSLDebug.h"#include "GrayLib/include/Cert/cX509Crl.h"#include "GrayLib/include/Cipher/cCipherAES.h"#include "GrayLib/include/Math/cBigInteger.h"#include "GrayLib/include/Key/cKeyECPPair.h"#include "GrayCore/include/cLogLevel.h"#include "GrayCore/include/cMem.h"Go to the source code of this file.
Classes | |
| class | GraySSL::cSSLCommon |
Namespaces | |
| GraySSL | |
Macros | |
| #define | USE_SSL_KeyExchange_PSK_SOME |
| #define | USE_SSL_KeyExchange_ECDHE_SOME |
| #define | USE_SSL_KeyExchange_Cert_SOME |
Enumerations | |
| enum | GraySSL::SSL_RENEGOTIATION_TYPE { GraySSL::SSL_INITIAL_HANDSHAKE = 0 , GraySSL::SSL_RENEGOTIATION = 1 , GraySSL::SSL_RENEGOTIATION_DONE = 2 , GraySSL::SSL_RENEGOTIATION_PENDING = 3 } |
SSL/TLS functions.
| #define USE_SSL_KeyExchange_Cert_SOME |
| #define USE_SSL_KeyExchange_ECDHE_SOME |
| #define USE_SSL_KeyExchange_PSK_SOME |