aboutsummaryrefslogtreecommitdiffstats
path: root/src/x509self.cpp
Commit message (Expand)AuthorAgeFilesLines
* Create an x509 module containing all of the X509 certificate and CAlloyd2008-09-281-174/+0
* Remove the Config class.lloyd2008-06-301-1/+0
* X509::create_cert_req and X509::create_self_signed_cert take an RNG reflloyd2008-06-111-7/+6
* Modify X509_CA::make_cert and X509_CA::sign_request to take a RNG referencelloyd2008-06-111-1/+3
* Change PK_Signer::signature to take a RandomNumberGenerator referencelloyd2008-06-101-1/+4
* Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-101-1/+1
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-101-1/+1
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* Add support for IPv4 addresses in the X.509 alternative name extension.lloyd2007-10-161-1/+1
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Rename instances of X509_PublicKey and PKCS8_PrivateKeylloyd2006-09-061-4/+4
* Merge a formerly duplicate function (one in an anonymous namespace inlloyd2006-09-061-18/+0
* Make choose_sig_format a static member of Config rather thanlloyd2006-07-011-1/+1
* Access the global configuration through an object reference insteadlloyd2006-07-011-1/+1
* Fix config.h includeslloyd2006-07-011-1/+1
* Fix compile errorlloyd2006-06-261-1/+2
* Use X509_Object::make_signed, rather than running through the processlloyd2006-06-251-10/+1
* Alter the self-signed cert generating code to use the new versionlloyd2006-06-251-4/+13
* Make Alternative_Name an abstract base, from which the subjectlloyd2006-06-231-4/+1
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-191-18/+11
* Initial checkin1.5.6lloyd2006-05-181-0/+198