aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/x509_dn.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid creating a map from a DN when not requiredJack Lloyd2018-03-211-7/+11
|
* Store elements of a DN as a vectorJack Lloyd2018-03-211-52/+35
| | | | | | | This allows retreiving the original ordering which is required for DN string encoding as defined in RFC 4514 Fixes #336
* Address review commentsJack Lloyd2018-03-141-2/+2
|
* Support custom DN entriesJack Lloyd2018-03-141-55/+38
| | | | GH #1490
* Move DN upper bound function to X509_DN static functionJack Lloyd2017-12-231-1/+0
| | | | | Avoids another public header, and it just makes sense that it be declared there.
* Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-201-0/+1
| | | | Signed-off-by: Fabian Weissberg <[email protected]>
* Fix PKCS10 subject alt name usageJack Lloyd2017-11-141-4/+3
| | | | GH #1010
* Add a test for GH #1252Jack Lloyd2017-11-141-1/+7
|
* Move X509_DN and AlternativeName from asn1 to x509Jack Lloyd2017-11-141-0/+407