aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509/x509cert.cpp
Commit message (Expand)AuthorAgeFilesLines
* Print OCSP and CRL locations in X509_Certificate::to_stringlloyd2013-11-281-0/+5
* Fix various issues flagged by cppcheck. Nothing too interesting.lloyd2012-08-131-2/+2
* Fix X509_Certificate::operator<. It was comparing by calling to_stringlloyd2012-06-141-6/+23
* Add support (decoding only) for the CRL Distribution Point extension.lloyd2012-06-131-1/+6
* Support for the authority information access extension, limited tolloyd2012-05-271-0/+5
* Add an X509_Certificate::allowed_usage for extended constraints.lloyd2012-05-271-2/+11
* Derive X509_Object from ASN1_Object.lloyd2012-05-271-0/+6
* Several new hooks in X509_Certificate to get raw (from the certlloyd2012-05-271-9/+23
* propagate from branch 'net.randombit.botan.x509-path-validation' (head 63b5a2...lloyd2012-05-251-48/+93
|\
* | All of the X509 modules were actually mutually dependent. Ideally thislloyd2012-02-061-0/+481
|/
* Split up src/cert/x509 into a set of modules, though mostly mutuallylloyd2010-09-171-366/+0
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-76/+78
* Move x509 into cert/ subdir (in prep for InSiTo adding cert/cvc)lloyd2008-09-291-0/+364