summaryrefslogtreecommitdiffstats
path: root/src/crypto/ocsp.c
Commit message (Expand)AuthorAgeFilesLines
* [ocsp] Accept response certID with missing hashAlgorithm parametersMichael Brown2019-03-101-12/+30
* [crypto] Generalise X.509 "valid" field to a "flags" fieldMichael Brown2016-08-251-1/+1
* [ocsp] Avoid including a double path separator in request URIMichael Brown2016-01-211-28/+26Star
* [base64] Add buffer size parameter to base64_encode() and base64_decode()Michael Brown2015-04-241-1/+1
* [crypto] Fix parsing of OCSP responder ID key hashMichael Brown2014-11-241-3/+8
* [crypto] Allow signed timestamp error margin to be configured at build timeMichael Brown2014-03-301-2/+3
* [crypto] Remove dynamically-allocated storage for certificate OCSP URIMichael Brown2014-03-251-7/+10
* [crypto] Remove dynamically-allocated storage for certificate nameMichael Brown2014-03-251-43/+46
* [ocsp] Handle OCSP responses that don't provide certificatesAlexander Chernyakhovsky2014-03-251-2/+7
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-271-31/+31
* [crypto] Accept OCSP responses containing multiple certificatesMichael Brown2013-05-291-13/+132
* [libc] Use __einfo() tuple as first argument to EUNIQ()Michael Brown2013-04-191-1/+1
* [crypto] Allow an error margin on X.509 certificate validity periodsMichael Brown2012-06-201-2/+2
* [crypto] Construct OCSP check URIMichael Brown2012-05-221-0/+74
* [crypto] Fix margin of error for OCSP checksMichael Brown2012-05-221-2/+2
* [crypto] Return a NULL OCSP check if construction failsMichael Brown2012-05-221-0/+1
* [crypto] Add framework for OCSPMichael Brown2012-05-151-0/+749