Skip to content

Commit

Permalink
modules: mbedtls: Allow to enable server name indication option
Browse files Browse the repository at this point in the history
Allow user to enable RFC 6066 server name indication (SNI) in SSL.

Fixes zephyrproject-rtos#27783

Signed-off-by: Jukka Rissanen <[email protected]>
  • Loading branch information
jukkar authored and MaureenHelm committed Sep 15, 2020
1 parent aac3174 commit eb3288d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions modules/Kconfig.tls-generic
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,10 @@ config MBEDTLS_USER_CONFIG_FILE
User config file that can contain mbedTLS configs that were not
covered by the generic config file.

config MBEDTLS_SERVER_NAME_INDICATION
bool "Enable support for RFC 6066 server name indication (SNI) in SSL"
help
Enable this to support RFC 6066 server name indication (SNI) in SSL.
This requires that MBEDTLS_X509_CRT_PARSE_C is also set.

endmenu
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ manifest:
revision: 928b61c7c8ef5f770f10e6fd36d4fea0cf375b5e
path: modules/lib/gui/lvgl
- name: mbedtls
revision: 9638398d3c319074ae3878035138ef8a76001e5b
revision: 8046c56542f8db737b1d35b9c21b3bd9a5db6d1b
path: modules/crypto/mbedtls
- name: mcuboot
revision: 480421999ec2d8d2a20091e4f3a0393db04de5c4
Expand Down

0 comments on commit eb3288d

Please sign in to comment.