blob: e517cbb72a1824f53afa75fe6d9939212d5256b2 [file] [log] [blame]
Minos Galanakis93145552025-09-09 18:54:52 +01001Security
2 * Fix a bug in mbedtls_x509_string_to_names() and the
3 mbedtls_x509write_{crt,csr}_set_{subject,issuer}_name() functions,
4 where some inputs would cause an inconsistent state to be reached, causing
5 a NULL dereference either in the function itself, or in subsequent
6 users of the output structure, such as mbedtls_x509_write_names(). This
7 only affects applications that create (as opposed to consume) X.509
8 certificates, CSRs or CRLs. Found by Linh Le and Ngan Nguyen from Calif.