Skip to content

Commit

Permalink
Merge pull request #269 from jiakun02/6.x
Browse files Browse the repository at this point in the history
Add SNI support for Linux systems
  • Loading branch information
smcintyre-r7 authored Dec 9, 2024
2 parents 394ffba + e8e8c5f commit 81a1715
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/mbedtls-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
#define MBEDTLS_SSL_PROTO_TLS1_1
#define MBEDTLS_SSL_PROTO_TLS1_2

/* Enable SNI in TLS handshake */
#define MBEDTLS_SSL_SERVER_NAME_INDICATION 1

/* mbed TLS modules */
#define MBEDTLS_AES_C
#define MBEDTLS_ASN1_PARSE_C
Expand Down

0 comments on commit 81a1715

Please sign in to comment.