aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509/x509_ext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-660/+0
* Add support (decoding only) for the CRL Distribution Point extension.lloyd2012-06-131-10/+44
* Support for the authority information access extension, limited tolloyd2012-05-271-1/+49
* Have BER_Deocder::decode_list actually start the SEQUENCE. All callerslloyd2012-05-271-8/+2
* Remove the PRIVATE ASN.1 tag. Not being used outside of the prettylloyd2012-05-271-1/+1
* propagate from branch 'net.randombit.botan.x509-path-validation' (head 63b5a2...lloyd2012-05-251-31/+31
|\
* | All of the X509 modules were actually mutually dependent. Ideally thislloyd2012-02-061-0/+584
|/
* Split up src/cert/x509 into a set of modules, though mostly mutuallylloyd2010-09-171-577/+0
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-5/+5
* Remove config options to toggle if X.509 extensions are critical orlloyd2010-03-101-36/+29
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-1/+1
* Add FIXME note to Certificate_Policies::encode_innerlloyd2009-12-231-1/+4
* 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-133/+135
* Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpplloyd2008-11-111-3/+3
* Move x509 into cert/ subdir (in prep for InSiTo adding cert/cvc)lloyd2008-09-291-0/+579