aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/x509_dn.cpp
Commit message (Expand)AuthorAgeFilesLines
* More perf fixesJack Lloyd2022-02-061-1/+1
* Fix decoding a DN when the set contains more than one elementJack Lloyd2021-02-201-1/+1
* More charset.h cleanupsJack Lloyd2021-01-131-1/+60
* Add some helpers for start_consJack Lloyd2021-01-131-2/+2
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-111-2/+2
* Convert ASN1_Tag to an enum classJack Lloyd2020-12-201-6/+6
* Add X509_DN::DER_encodeJack Lloyd2020-11-091-0/+11
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Merge X.509 header filesJack Lloyd2020-10-311-1/+1
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-041-6/+5
* Don't throw hereJack Lloyd2019-08-041-1/+5
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-041-12/+6
* Fix X509_DN comparisonJack Lloyd2019-05-081-8/+49
* Add a wrapper class that wraps macOS or Linux certificate stores.Jack Lloyd2019-04-131-0/+8
* s/as_string/to_string/Jack Lloyd2019-03-011-1/+1
* 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
* Address review commentsJack Lloyd2018-03-141-2/+2
* Support custom DN entriesJack Lloyd2018-03-141-55/+38
* Move DN upper bound function to X509_DN static functionJack Lloyd2017-12-231-1/+0
* Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-201-0/+1
* Fix PKCS10 subject alt name usageJack Lloyd2017-11-141-4/+3
* 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