aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/ocsp
Commit message (Expand)AuthorAgeFilesLines
* Move OCSP to x509 subdir as they are quite entangledlloyd2013-11-295-508/+0
* Have OCSP responses return an enum allowing a range of conditions to be expre...lloyd2013-11-294-46/+40
* Add OCSP::online_check which queries the certs responderlloyd2013-11-283-3/+42
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, andlloyd2012-11-061-0/+1
* Avoid unused argument warninglloyd2012-06-261-1/+1
* Add an X509_Certificate::allowed_usage for extended constraints.lloyd2012-05-271-48/+35
* Signature verification on OCSP responses. Still needs a bit of APIlloyd2012-05-274-18/+89
* 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