mbedtls/ChangeLog.d/fix-csr_subject_commas.txt
Werner Lewis b33dacdb50 Fix parsing of special chars in X509 DN values
Use escape mechanism defined in RFC 1779 when parsing commas and other
special characters in X509 DN values. Resolves failures when generating
a certificate with a CSR containing a comma in subject value.
Fixes #769.

Signed-off-by: Werner Lewis <werner.lewis@arm.com>
2022-06-27 11:19:50 +01:00

4 lines
125 B
Plaintext

Bugfix
* Fix string representation of DNs when parsing values containing commas,
conforming to RFC 1779. Fixes #769.