aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/x509_ca.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix build on old ClangJack Lloyd2018-01-011-1/+2
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-221-11/+77
* Don't encode AlgorithmIdentifier parameters for ECDSA in X.509 objectsRené Korthaus2017-12-201-2/+5
* Add accessors to ASN1_Attribute and AlgorithmIdentifierJack Lloyd2017-12-191-2/+2
* Avoid tying encoding of CRLs to the current system clockJack Lloyd2017-12-181-15/+32
* Fix encoding of subject key identifierJack Lloyd2017-11-161-1/+1
* In X509_CA save the hash function usedJack Lloyd2017-11-141-2/+4
* Compile fixJack Lloyd2017-11-141-2/+2
* Correct issuer field of created CRLsJack Lloyd2017-11-141-5/+5
* Header cleanupsJack Lloyd2017-09-281-0/+1
* Avoid explicit deleteJack Lloyd2017-09-221-4/+4
* More include header cleanupsJack Lloyd2017-09-211-3/+0
* X509_CA: constantify X509_CA::sign_requestNuno Goncalves2017-04-031-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-5/+5
* Allow custom extensions in X509_Cert_OptionsRené Korthaus2016-12-021-7/+7
* Add key_constraints_to_string, GOST-34.10 cert handlingJack Lloyd2016-11-181-1/+5
* Pubkey cleanupsJack Lloyd2016-11-121-3/+0
* Simplify some code by using T::create_or_throwJack Lloyd2016-11-031-3/+1
* Move cert/x509 to top level and pem and pbes2 to pubkey.Jack Lloyd2016-11-031-0/+266