Skip to content

Commit

Permalink
nrf_security: update description of MBEDTLS_SSL_EXTENDED_MASTER_SECRET
Browse files Browse the repository at this point in the history
Fixes typos in the Kconfig description of
MBEDTLS_SSL_EXTENDED_MASTER_SECRET.

Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
  • Loading branch information
hasheddan committed Aug 18, 2023
1 parent 843609f commit bc43405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions subsys/nrf_security/Kconfig.tls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc43405

Please sign in to comment.