aboutsummaryrefslogtreecommitdiffstats
path: root/checks/x509.cpp
Commit message (Expand)AuthorAgeFilesLines
* In creating X.509 certificates and PKCS #10 requests, let (actually: require)lloyd2009-11-091-2/+8
* Generate an ECDSA cert if ECDSA is enabled during testslloyd2008-10-111-0/+9
* Modularize the public key algorithms, though currently a great deal oflloyd2008-09-281-7/+13
* Create an x509 module containing all of the X509 certificate and CAlloyd2008-09-281-37/+50
* Remove most of the direct references to the global_rng() calllloyd2008-06-281-9/+6
* Remove uses of global PRNG from self-test and benchmark code. Assumeslloyd2008-06-271-4/+3
* Remove load checking, as it requires an RNG (at least at the moment).lloyd2008-06-271-2/+2
* Similiar combining transform for the ElGamal, DSA, and NR private keylloyd2008-06-201-1/+1
* Use RNG& argument for PKCS8::encrypt_key and PKCS8::PEM_encodelloyd2008-06-201-5/+6
* Convert pkcs8_decoder() and x509_decoder() to take a RandomNumberGenerator&lloyd2008-06-201-2/+4
* Fix remaining -Wmissing-declarations warnings in self-test/benchmark codelloyd2008-06-201-0/+2
* Fix some -Wmissing-declarations warningslloyd2008-06-121-0/+4
* X509_CA::{new_crl,update_crl} take a RandomNumberGenerator referencelloyd2008-06-111-2/+2
* X509::create_cert_req and X509::create_self_signed_cert take an RNG reflloyd2008-06-111-3/+9
* Modify X509_CA::make_cert and X509_CA::sign_request to take a RNG referencelloyd2008-06-111-7/+8
* Previously random_integer and friends used the global PRNG object to getlloyd2008-05-241-3/+7
* Change the interface of X509_CA::sign_request as follows:lloyd2008-04-101-2/+7
* Rename X509_PublicKey and PKCS8_PrivateKey to the new types within thelloyd2006-09-061-7/+7
* Split PK_Key into Public_Key and Private_Key; these new classes merge inlloyd2006-09-061-5/+32
* Remove the public domain notices from the self-test/benchmark code,lloyd2006-08-091-1/+0
* Modify the X.509 tests so they pick up a bug in PKCS10_Requestlloyd2006-06-231-0/+2
* Initial checkin1.5.6lloyd2006-05-181-0/+147