mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-02 07:20:26 +00:00
Fix a typo
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
59b61da7c4
commit
9463e780c6
@ -17,7 +17,7 @@ module.
|
|||||||
|
|
||||||
**Why enable this option:** to fully take advantage of PSA drivers in PK,
|
**Why enable this option:** to fully take advantage of PSA drivers in PK,
|
||||||
X.509 and TLS. For example, enabling this option is what allows use of drivers
|
X.509 and TLS. For example, enabling this option is what allows use of drivers
|
||||||
for ECDSA, ECDH and EC J-PAKE in those modules. However, note that ven with
|
for ECDSA, ECDH and EC J-PAKE in those modules. However, note that even with
|
||||||
this option disabled, some code in PK, X.509, TLS or the crypto library might
|
this option disabled, some code in PK, X.509, TLS or the crypto library might
|
||||||
still use PSA drivers, if it can determine it's safe to do so; currently
|
still use PSA drivers, if it can determine it's safe to do so; currently
|
||||||
that's the case for hashes.
|
that's the case for hashes.
|
||||||
|
@ -1947,7 +1947,7 @@
|
|||||||
* \note An important and desirable effect of this option is that it allows
|
* \note An important and desirable effect of this option is that it allows
|
||||||
* PK, X.509 and TLS to take advantage of PSA drivers. For example, enabling
|
* PK, X.509 and TLS to take advantage of PSA drivers. For example, enabling
|
||||||
* this option is what allows use of drivers for ECDSA, ECDH and EC J-PAKE in
|
* this option is what allows use of drivers for ECDSA, ECDH and EC J-PAKE in
|
||||||
* those modules. However, note that ven with this option disabled, some code
|
* those modules. However, note that even with this option disabled, some code
|
||||||
* in PK, X.509, TLS or the crypto library might still use PSA drivers, if it
|
* in PK, X.509, TLS or the crypto library might still use PSA drivers, if it
|
||||||
* can determine it's safe to do so; currently that's the case for hashes.
|
* can determine it's safe to do so; currently that's the case for hashes.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user