mbedtls_x509_dn_get_next() function
Return the next relative DN in an X509 name.
Arguments
dn
Current node in the X509 name
Return value
Pointer to the first attribute-value pair of the next RDN in sequence, or NULL if end is reached.
Notes
Intended use is to compare function result to dn->next in order to detect boundaries of multi-valued RDNs.
mbedtls_x509_dn_get_next() reads 2 variables:
![]()
mbedtls_x509_dn_get_next()