From bc43405fa6e7ad2f76a2535a07e0e9a4837c57d7 Mon Sep 17 00:00:00 2001 From: Daniel Mangum Date: Fri, 18 Aug 2023 11:07:48 -0400 Subject: [PATCH] nrf_security: update description of MBEDTLS_SSL_EXTENDED_MASTER_SECRET Fixes typos in the Kconfig description of MBEDTLS_SSL_EXTENDED_MASTER_SECRET. Signed-off-by: Daniel Mangum --- subsys/nrf_security/Kconfig.tls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subsys/nrf_security/Kconfig.tls b/subsys/nrf_security/Kconfig.tls index 009a20bc015..82dd34c9d02 100644 --- a/subsys/nrf_security/Kconfig.tls +++ b/subsys/nrf_security/Kconfig.tls @@ -128,9 +128,9 @@ config MBEDTLS_SSL_EXTENDED_MASTER_SECRET bool default y help - This setting enables support for RFC: 7627: Session Has and Extended Master - Secret Extension.This was introduced as the "proper fix" tot the Triple - Handshake attacks, but is recommended to always be used. + This setting enables support for RFC 7627: Session Hash and Extended + Master Secret Extension. This was introduced as the "proper fix" to + the Triple Handshake attacks, but is recommended to always be used. Corresponds to MBEDTLS_SSL_EXTENDED_MASTER_SECRET in mbed TLS config file. config MBEDTLS_SSL_COOKIE_C