summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/validator.h
Commit message (Collapse)AuthorAgeFilesLines
* [crypto] Add asynchronous certificate validatorMichael Brown2012-05-081-0/+17
To allow for automatic download of cross-signing certificates and for OCSP, the validation of certificates must be an asynchronous process. Create a stub validator which uses a job-control interface to report the result of certificate validation. Signed-off-by: Michael Brown <mcb30@ipxe.org>