Skip to content

mbedtls: enable server name indication extension #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.