Minos Galanakis | 92a2154 | 2025-09-25 15:11:52 +0100 | [diff] [blame] | 1 | Security |
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 |