We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd5b7fd + ec2f44c commit 3480f40Copy full SHA for 3480f40
extras/tls/config-c33.h
@@ -33,6 +33,7 @@
33
#define MBEDTLS_PKCS1_V21
34
#define MBEDTLS_SELF_TEST
35
#define MBEDTLS_VERSION_FEATURES
36
+#define MBEDTLS_SSL_SERVER_NAME_INDICATION
37
38
/* mbed TLS modules */
39
#define MBEDTLS_AES_C
@@ -119,7 +120,6 @@
119
120
121
/* Reduce RAM usage */
122
#define MBEDTLS_ECP_FIXED_POINT_OPTIM 0 /* To reduce peak memory usage */
-#define MBEDTLS_SSL_MAX_CONTENT_LEN (1024 * 10) /* Reduce SSL frame buffer. */
123
#define MBEDTLS_MPI_WINDOW_SIZE 1
124
#define MBEDTLS_ECP_WINDOW_SIZE 2
125
#define MBEDTLS_MPI_MAX_SIZE 512 /* Maximum number of bytes for usable MPIs. */
libraries/SSLClient/src/cortex-m33/libmbedcrypto.a
48 Bytes
libraries/SSLClient/src/cortex-m33/libmbedtls.a
2.76 KB
libraries/SSLClient/src/cortex-m33/libmbedx509.a
0 Bytes
0 commit comments