mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-29 21:33:02 +00:00
Changelog entry for MBEDTLS_USE_PSA_CRYPTO always enabled
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
d2da02b1ce
commit
99c34238e2
9
ChangeLog.d/psa-always-on.txt
Normal file
9
ChangeLog.d/psa-always-on.txt
Normal file
@ -0,0 +1,9 @@
|
||||
Default behavior changes
|
||||
* The PK, X.509, PKCS7 and TLS modules now always use the PSA subsystem
|
||||
to perform cryptographic operations, with a few exceptions documented
|
||||
in docs/use-psa-crypto.md. This corresponds to the behavior of
|
||||
Mbed TLS 3.x when MBEDTLS_USE_PSA_CRYPTO is enabled. In effect,
|
||||
MBEDTLS_USE_PSA_CRYPTO is now always enabled.
|
||||
* psa_crypto_init() must be called before performing any cryptographic
|
||||
operation, including indirect requests such as parsing a key or
|
||||
certificate or starting a TLS handshake.
|
Loading…
x
Reference in New Issue
Block a user