blob: 7a040bd43bb70e59256481a23bb1368cb17eeb01 [file] [log] [blame]
Minos Galanakis92a21542025-09-25 15:11:52 +01001Security
2 * Fix a bug in tf-psa-crypto's mbedtls_asn1_store_named_data() where it
3 would sometimes leave an item in the output list in an inconsistent
4 state with val.p == NULL but val.len > 0. Affected functions used in X.509
5 would then dereference a NULL pointer. Applications that do not
6 call this function (directly, or indirectly through X.509 writing) are not
7 affected. Found by Linh Le and Ngan Nguyen from Calif.
8