mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-24 15:02:55 +00:00
Changelog entry for psa_crypto_init potentially being called from TLS
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
92e803ea5b
commit
aa6ef7da50
@ -2,3 +2,8 @@ Bugfix
|
|||||||
* Fix TLS connections failing when the handshake selects TLS 1.3
|
* Fix TLS connections failing when the handshake selects TLS 1.3
|
||||||
in an application that does not call psa_crypto_init().
|
in an application that does not call psa_crypto_init().
|
||||||
Fixes #9072.
|
Fixes #9072.
|
||||||
|
|
||||||
|
Changes
|
||||||
|
* A TLS handshake may now call psa_crypto_init() if TLS 1.3 is enabled.
|
||||||
|
This can happen even if TLS 1.3 is offered but eventually not selected
|
||||||
|
in the protocol version negotiation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user