mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Update PSK identity length per RFC 4279 - 5.3
This commit is contained in:
@@ -1054,7 +1054,7 @@ enum Misc {
|
|||||||
DTLS_TIMEOUT_MAX = 64, /* default max timeout for DTLS receive */
|
DTLS_TIMEOUT_MAX = 64, /* default max timeout for DTLS receive */
|
||||||
DTLS_TIMEOUT_MULTIPLIER = 2, /* default timeout multiplier for DTLS recv */
|
DTLS_TIMEOUT_MULTIPLIER = 2, /* default timeout multiplier for DTLS recv */
|
||||||
|
|
||||||
MAX_PSK_ID_LEN = 128, /* max psk identity/hint supported */
|
MAX_PSK_ID_LEN = 129, /* max psk identity/hint supported */
|
||||||
MAX_PSK_KEY_LEN = 64, /* max psk key supported */
|
MAX_PSK_KEY_LEN = 64, /* max psk key supported */
|
||||||
|
|
||||||
MAX_WOLFSSL_FILE_SIZE = 1024 * 1024 * 4, /* 4 mb file size alloc limit */
|
MAX_WOLFSSL_FILE_SIZE = 1024 * 1024 * 4, /* 4 mb file size alloc limit */
|
||||||
|
Reference in New Issue
Block a user