![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
< m_nMsgType packet content/payload type specific data. More...
#include <cSSLMsg.h>
Classes | |
| struct | cSSLMsgApplication |
Public Attributes | |
| cSSLMsgChangeCipherSpec | m_ChangeCipherSpec |
| m_nMsgType = SSL_MSG_CHANGE_CIPHER_SPEC = 0x14. More... | |
| cSSLMsgAlert | m_Alert |
| m_nMsgType = SSL_MSG_ALERT = 0x15 = Some error occurred. More... | |
| cSSLMsgHandshake | m_Handshake |
| m_nMsgType = SSL_MSG_HANDSHAKE = 0x16 can repeat inside the message up to m_wLength. More... | |
| struct GrayLib::cSSLMsgX::uContent::cSSLMsgApplication | m_Application |
| BYTE | m_Iv [8] |
< m_nMsgType packet content/payload type specific data.
| cSSLMsgAlert GrayLib::cSSLMsgX::uContent::m_Alert |
m_nMsgType = SSL_MSG_ALERT = 0x15 = Some error occurred.
| struct GrayLib::cSSLMsgX::uContent::cSSLMsgApplication GrayLib::cSSLMsgX::uContent::m_Application |
| cSSLMsgChangeCipherSpec GrayLib::cSSLMsgX::uContent::m_ChangeCipherSpec |
m_nMsgType = SSL_MSG_CHANGE_CIPHER_SPEC = 0x14.
| cSSLMsgHandshake GrayLib::cSSLMsgX::uContent::m_Handshake |
m_nMsgType = SSL_MSG_HANDSHAKE = 0x16 can repeat inside the message up to m_wLength.
| BYTE GrayLib::cSSLMsgX::uContent::m_Iv[8] |