mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-06 07:10:41 +00:00
b3acb053fb
Allow iteration through relative DNs when X509 name contains multi- value RDNs. Signed-off-by: Werner Lewis <werner.lewis@arm.com>
4 lines
148 B
Plaintext
4 lines
148 B
Plaintext
Bugfix
|
|
* Add mbedtls_x509_dn_get_next function to return the next relative DN in
|
|
an X509 name, to allow walking the name list. Fixes #5431.
|