Minor improvements
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
93b21e74f9
commit
5c8c9e068e
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ Restartable (aka interruptible) ECC operations
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
|
|
||||||
Support for interruptible ECDSA sign/verify was added to PSA in Mbed TLS 3.4.
|
Support for interruptible ECDSA sign/verify was added to PSA in Mbed TLS 3.4.
|
||||||
However support for interruptible ECDH is not present yet. Also, PK, X.509 and
|
However, support for interruptible ECDH is not present yet. Also, PK, X.509 and
|
||||||
TLS have not yet been adapted to take advantage of the new PSA APIs. See:
|
TLS have not yet been adapted to take advantage of the new PSA APIs. See:
|
||||||
- <https://github.com/Mbed-TLS/mbedtls/issues/7292>;
|
- <https://github.com/Mbed-TLS/mbedtls/issues/7292>;
|
||||||
- <https://github.com/Mbed-TLS/mbedtls/issues/7293>;
|
- <https://github.com/Mbed-TLS/mbedtls/issues/7293>;
|
||||||
|
|
|
@ -29,7 +29,7 @@ that's the case for hashes.
|
||||||
`psa_crypto_init()` before you call any other `psa_xxx()` function. Other
|
`psa_crypto_init()` before you call any other `psa_xxx()` function. Other
|
||||||
modules in the library (non-PSA crypto APIs, X.509, TLS) may or may not use
|
modules in the library (non-PSA crypto APIs, X.509, TLS) may or may not use
|
||||||
PSA Crypto but you're not required to call `psa_crypto_init()` before calling
|
PSA Crypto but you're not required to call `psa_crypto_init()` before calling
|
||||||
non-PSA functions, unless when explicitly documented (TLS 1.3).
|
non-PSA functions, unless explicitly documented (TLS 1.3).
|
||||||
- `MBEDTLS_USE_PSA_CRYPTO` means that X.509 and TLS will use PSA Crypto as
|
- `MBEDTLS_USE_PSA_CRYPTO` means that X.509 and TLS will use PSA Crypto as
|
||||||
much as possible (that is, everywhere except for features that are not
|
much as possible (that is, everywhere except for features that are not
|
||||||
supported by PSA Crypto, see "Internal Changes" below for a complete list of
|
supported by PSA Crypto, see "Internal Changes" below for a complete list of
|
||||||
|
|
Loading…
Reference in a new issue