aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/x509self.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy performance warningsJack Lloyd2022-02-061-2/+2
* Change arg type of Extensions::{add, add_new, replace}Jack Lloyd2021-04-031-11/+11
* Don't use shouting case for ASN1_{Type,Class} valuesJack Lloyd2021-01-131-1/+1
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-111-1/+1
* Convert ASN1_Tag to an enum classJack Lloyd2020-12-201-1/+1
* Merge X.509 header filesJack Lloyd2020-10-311-0/+1
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-041-2/+1
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-041-1/+1
* Update GOST to use 2012 OIDs/paramsJack Lloyd2019-08-031-0/+1
* functionality to support multiple OUs, missing unit tests on more_dnsndotb2019-05-071-0/+4
* Truncate new SKIDs to 192 bitsJack Lloyd2018-04-161-6/+3
* Support multiple DNS names through the command line interfaceJack Lloyd2018-03-191-0/+3
* Include AKID in generated self signed certificatesJack Lloyd2018-03-061-3/+10
* Allow applications to easily override extensions in cert requestsJack Lloyd2018-01-231-61/+19
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-221-3/+8
* Fix encoding of subject key identifierJack Lloyd2017-11-161-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-3/+3
* Allow custom extensions in X509_Cert_OptionsRené Korthaus2016-12-021-2/+2
* Pubkey cleanupsJack Lloyd2016-11-121-0/+1
* Move cert/x509 to top level and pem and pbes2 to pubkey.Jack Lloyd2016-11-031-0/+176