mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-09 15:40:19 +00:00
b33dacdb50
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>
4 lines
125 B
Plaintext
4 lines
125 B
Plaintext
Bugfix
|
|
* Fix string representation of DNs when parsing values containing commas,
|
|
conforming to RFC 1779. Fixes #769.
|