mbedtls_x509_dn_get_next() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesData Use

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.

References