mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Fix two typos
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
1367f40d38
commit
b4e28aa2f7
@ -326,7 +326,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Use of EC J-PAKE in TLS requires SHA-256.
|
/* Use of EC J-PAKE in TLS requires SHA-256.
|
||||||
* This will be taken from MD is present, or from PSA if MD is absent.
|
* This will be taken from MD if it is present, or from PSA if MD is absent.
|
||||||
* Note: ECJPAKE_C depends on MD_C || PSA_CRYPTO_C. */
|
* Note: ECJPAKE_C depends on MD_C || PSA_CRYPTO_C. */
|
||||||
#if defined(MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED) && \
|
#if defined(MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED) && \
|
||||||
!( defined(MBEDTLS_MD_C) && defined(MBEDTLS_SHA256_C) ) && \
|
!( defined(MBEDTLS_MD_C) && defined(MBEDTLS_SHA256_C) ) && \
|
||||||
|
@ -958,7 +958,7 @@
|
|||||||
* might still happen. For this reason, this is disabled by default.
|
* might still happen. For this reason, this is disabled by default.
|
||||||
*
|
*
|
||||||
* Requires: MBEDTLS_ECJPAKE_C
|
* Requires: MBEDTLS_ECJPAKE_C
|
||||||
* SHA-256 (via MD is present, or via PSA, see MBEDTLS_ECJPAKE_C)
|
* SHA-256 (via MD if present, or via PSA, see MBEDTLS_ECJPAKE_C)
|
||||||
* MBEDTLS_ECP_DP_SECP256R1_ENABLED
|
* MBEDTLS_ECP_DP_SECP256R1_ENABLED
|
||||||
*
|
*
|
||||||
* This enables the following ciphersuites (if other requisites are
|
* This enables the following ciphersuites (if other requisites are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user