Files
mbedtls/ChangeLog.d/fix-null-dereference-verify-ext.txt
Valerio Setti 8ad5be0e5d add changelog
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
2024-03-18 17:22:52 +01:00

4 lines
163 B
Plaintext

Bugfix
* Fix NULL pointer dereference in mbedtls_pk_verify_ext() when called using
an opaque RSA context and specifying MBEDTLS_PK_RSASSA_PSS as key type.