#include <SSLTypes.h>
◆ k_Content_Size_Max
const size_t GrayLib::cSSL::k_Content_Size_Max = 16384 |
|
static |
Size of content. >= k_MaxFragLens[MAX].
- Note
- : the RFC defines the default max size of SSL / TLS messages. May change if you're using the Max Fragment Length extension and you know all your peers are using it too!
◆ k_MAC_Size_Max
const size_t GrayLib::cSSL::k_MAC_Size_Max = 48 |
|
static |
16 to 48. SHA-384 used for HMAC. like k_HashSizeMax
◆ k_MaxFragLens
const WORD GrayLib::cSSL::k_MaxFragLens |
|
static |
Initial value:=
{
512,
1024,
2048,
4096,
}
static const size_t k_Content_Size_Max
Size of content. >= k_MaxFragLens[MAX].
Definition: SSLTypes.h:280
◆ k_Number_Size_Max
const size_t GrayLib::cSSL::k_Number_Size_Max = 1024 |
|
static |
◆ k_PSK_Size_Max
const size_t GrayLib::cSSL::k_PSK_Size_Max = 32 |
|
static |
The documentation for this struct was generated from the following files: