blob: 023c730821add706eaedfb4a0ff92ff30ccad98f [file] [log] [blame]
Manuel Pégourié-Gonnard37e59992022-06-10 09:25:01 +02001Security
2 * Fix a potential heap buffer overread in TLS 1.2 server-side when
3 MBEDTLS_USE_PSA_CRYPTO is enabled, an opaque key (created with
4 mbedtls_pk_setup_opaque()) is provisioned, and a static ECDH ciphersuite
5 is selected. This may result in an application crash. No path to
6 information leak has been identified.