aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/ocsp/ocsp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move OCSP to x509 subdir as they are quite entangledlloyd2013-11-291-252/+0
* Have OCSP responses return an enum allowing a range of conditions to be expre...lloyd2013-11-291-14/+29
* Add OCSP::online_check which queries the certs responderlloyd2013-11-281-2/+35
* 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-271-12/+84
* Initial ability to check the results.lloyd2012-05-271-26/+21
* Very preliminary and fairly nasty OCSP support. Client side only. Canlloyd2012-05-271-0/+150