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
Changes from 1 commit
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
Prev Previous commit
Next Next commit
mbedtls: enable server name indication
  • Loading branch information
pennam committed Oct 5, 2023
commit 2e998eca90d2ad0e6c13aa29df05fc0592aeb479
1 change: 1 addition & 0 deletions 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