Skip to content

Commit

Permalink
Merge pull request #159 from pennam/mbedtls-sni
Browse files Browse the repository at this point in the history
mbedtls: enable server name indication extension
  • Loading branch information
facchinm authored Oct 9, 2023
2 parents bd5b7fd + ec2f44c commit 3480f40
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/tls/config-c33.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#define MBEDTLS_PKCS1_V21
#define MBEDTLS_SELF_TEST
#define MBEDTLS_VERSION_FEATURES
#define MBEDTLS_SSL_SERVER_NAME_INDICATION

/* mbed TLS modules */
#define MBEDTLS_AES_C
Expand Down Expand Up @@ -119,7 +120,6 @@

/* Reduce RAM usage */
#define MBEDTLS_ECP_FIXED_POINT_OPTIM 0 /* To reduce peak memory usage */
#define MBEDTLS_SSL_MAX_CONTENT_LEN (1024 * 10) /* Reduce SSL frame buffer. */
#define MBEDTLS_MPI_WINDOW_SIZE 1
#define MBEDTLS_ECP_WINDOW_SIZE 2
#define MBEDTLS_MPI_MAX_SIZE 512 /* Maximum number of bytes for usable MPIs. */
Expand Down
Binary file modified libraries/SSLClient/src/cortex-m33/libmbedcrypto.a
Binary file not shown.
Binary file modified libraries/SSLClient/src/cortex-m33/libmbedtls.a
Binary file not shown.
Binary file modified libraries/SSLClient/src/cortex-m33/libmbedx509.a
Binary file not shown.

0 comments on commit 3480f40

Please sign in to comment.