aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert
Commit message (Expand)AuthorAgeFilesLines
* 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-296-8/+1
* 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-2910-301/+359
* Add OCSP::online_check which queries the certs responderlloyd2013-11-283-3/+42
* 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-283-3/+3
* 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-068-3/+56
* Fix various issues flagged by cppcheck. Nothing too interesting.lloyd2012-08-134-5/+5
* Add Public_Key::estimated_strength which gives an approximation of howlloyd2012-07-272-13/+33
* Avoid unused argument warninglloyd2012-06-261-1/+1
* 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
* Update cms, cvc, zlib, bzip2, openssl, and gnump modules for the newlloyd2012-06-0714-66/+66
* 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-273-51/+54
* Signature verification on OCSP responses. Still needs a bit of APIlloyd2012-05-274-18/+89
* Derive X509_Object from ASN1_Object.lloyd2012-05-276-24/+46
* Initial ability to check the results.lloyd2012-05-273-26/+34
* Very preliminary and fairly nasty OCSP support. Client side only. Canlloyd2012-05-275-0/+408
* 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-2536-425/+477
|\
| * Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-182-2/+2
| * Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-1832-239/+291
| * propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...lloyd2012-04-252-3/+19
| |\
| | * propagate from branch 'net.randombit.botan' (head 494c5d548ce3f370c2b771ca6b1...lloyd2012-04-242-0/+74
| | |\
| | | * Add very basic wildcarding in X509_Certificate::matches_dns_namelloyd2012-04-181-2/+18
| | * | Fix various typos, and remove an unused macro in checks/bench.cpplloyd2012-04-231-1/+1
| * | | Remove get_nanoseconds_clock as we'll rely on std::chrono's highlloyd2012-02-202-2/+1
| * | | propagate from branch 'net.randombit.botan.tls-state-machine' (head 0ceb9cde6...lloyd2012-02-2015-214/+145
| |\ \ \ | | |_|/ | |/| |
| | * | Fixes for GCC 4.7.0 (r183974)lloyd2012-02-071-1/+1
| | * | propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8...lloyd2011-06-1314-213/+144
| | |\ \ | | | |/ | | |/|
| | | * propagate from branch 'net.randombit.botan' (head dd068808e5bf87c982765a8bcc3...lloyd2011-03-083-9/+11
| | | |\
| | | * | Merge fixupslloyd2011-02-113-80/+7
| | | * | propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7...lloyd2011-02-1114-170/+174
| | | |\ \
| | | | * \ propagate from branch 'net.randombit.botan' (head fc8daa606ab7954eab48778d723...lloyd2010-11-294-3/+112
| | | | |\ \
| | | | * \ \ propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-0415-212/+155
| | | | |\ \ \
| | | | | * \ \ propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0...lloyd2010-10-284-39/+38
| | | | | |\ \ \
| | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 6581b789d58717bc6acee5c6a24...lloyd2010-10-132-0/+2
| | | | | |\ \ \ \
| | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-1315-212/+156
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...lloyd2010-07-0917-309/+238
| | | | | | |\ \ \ \ \