aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-0129-5364/+0
* s/check/test/glloyd2014-01-011-1/+0
* Make Boost easier to disable with minimal feature losslloyd2013-12-281-1/+0
* Make it possible to remove Boost dependency by disabling a few moduleslloyd2013-12-141-0/+4
* First pass at automatic OCSP checkslloyd2013-11-296-58/+108
* Move OCSP to x509 subdir as they are quite entangledlloyd2013-11-295-1/+502
* Split chain creation and checkinglloyd2013-11-292-87/+104
* Have OCSP responses return an enum allowing a range of conditions to be expre...lloyd2013-11-296-255/+319
* Don't reject a signature using an untrusted hash if it is the selflloyd2013-11-281-1/+1
* Print OCSP and CRL locations in X509_Certificate::to_stringlloyd2013-11-281-0/+5
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Change Credentials_Manager::trusted_certificate_authorities to returnlloyd2012-11-132-25/+39
* Rename asn1_int to asn1_obj as it actually declares ASN1_Objectlloyd2012-11-062-2/+2
* Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, andlloyd2012-11-067-3/+55
* Fix various issues flagged by cppcheck. Nothing too interesting.lloyd2012-08-133-4/+4
* Add Public_Key::estimated_strength which gives an approximation of howlloyd2012-07-272-13/+33
* Fix X509_Certificate::operator<. It was comparing by calling to_stringlloyd2012-06-142-6/+28
* Add support (decoding only) for the CRL Distribution Point extension.lloyd2012-06-134-30/+98
* Update what() signature on exception typeslloyd2012-06-121-1/+1
* Drop some deprecated functionslloyd2012-06-012-20/+0
* Support for the authority information access extension, limited tolloyd2012-05-274-1/+84
* Add an X509_Certificate::allowed_usage for extended constraints.lloyd2012-05-272-3/+19
* Derive X509_Object from ASN1_Object.lloyd2012-05-276-24/+46
* 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
* Several new hooks in X509_Certificate to get raw (from the certlloyd2012-05-272-9/+39
* Some post merge fixups.lloyd2012-05-255-15/+9
* propagate from branch 'net.randombit.botan.x509-path-validation' (head 63b5a2...lloyd2012-05-2520-219/+320
|\
* | Kill off the quite vestigal pubkey_enums header. Move most of the codelloyd2012-03-287-8/+136
* | Pass a class to the validation function that represents anylloyd2012-03-282-73/+170
* | All of the X509 modules were actually mutually dependent. Ideally thislloyd2012-02-0622-0/+4104
|/
* Split up src/cert/x509 into a set of modules, though mostly mutuallylloyd2010-09-1724-4514/+0
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-5/+5
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-1/+1
* Define X509_Object::encode in terms of BER_encode and PEM_encodelloyd2010-06-211-22/+12
* Doxygenlloyd2010-06-211-2/+34
* Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-167-37/+37
* More Doxygen updates/fixeslloyd2010-06-154-34/+55
* Fix a few hundred Doxygen warningslloyd2010-06-153-2/+9
* Use X509::BER_encode. Saves 12 lines. Nicelloyd2010-06-151-18/+6
* Remove config options to toggle if X.509 extensions are critical orlloyd2010-03-104-48/+47
* Make cert decoding errors more verboselloyd2010-03-101-2/+2
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-084-12/+8
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-084-42/+6
* The code in pk_codecs was actually entirely tied to the code inlloyd2010-03-041-1/+0
* Add a new function to Public_Key, algorithm_identifier(), which justlloyd2010-03-041-7/+1
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-1/+1
* Time was saved to a u32bit. Would really bite me in 2106 :)lloyd2009-12-231-1/+1
* Avoid MSVC warning 4800 about implicit conversion from T to bool. Mostlylloyd2009-12-231-1/+1
* Add FIXME note to Certificate_Policies::encode_innerlloyd2009-12-231-1/+4