Adapt buffer size for minimal CCM config
This is useful for testing interop with GnuTLS, which sends records larger than 512 bytes. This change is triggered by the addition of CCM interop testing with GnuTLS a few commits ago.
This commit is contained in:
parent
1f092b40a6
commit
e12f0acc4c
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
||||||
* both ends of the connection! (See comments in "mbedtls/ssl.h".)
|
* both ends of the connection! (See comments in "mbedtls/ssl.h".)
|
||||||
* The optimal size here depends on the typical size of records.
|
* The optimal size here depends on the typical size of records.
|
||||||
*/
|
*/
|
||||||
#define MBEDTLS_SSL_MAX_CONTENT_LEN 512
|
#define MBEDTLS_SSL_MAX_CONTENT_LEN 1024
|
||||||
|
|
||||||
#include "mbedtls/check_config.h"
|
#include "mbedtls/check_config.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue