aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/x509_dn.h
Commit message (Collapse)AuthorAgeFilesLines
* Avoid creating a map from a DN when not requiredJack Lloyd2018-03-211-4/+3
|
* Store elements of a DN as a vectorJack Lloyd2018-03-211-7/+24
| | | | | | | This allows retreiving the original ordering which is required for DN string encoding as defined in RFC 4514 Fixes #336
* Support custom DN entriesJack Lloyd2018-03-141-12/+18
| | | | GH #1490
* Move DN upper bound function to X509_DN static functionJack Lloyd2017-12-231-0/+10
| | | | | Avoids another public header, and it just makes sense that it be declared there.
* Move X509_DN and AlternativeName from asn1 to x509Jack Lloyd2017-11-141-0/+65