mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 17:34:42 +03:00
[crypto] Add framework for OCSP
Add support for constructing OCSP queries and parsing OCSP responses. (There is no support yet for actually issuing an OCSP query via an HTTP POST.) Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1290,9 +1290,9 @@ int x509_check_time ( struct x509_certificate *cert, time_t time ) {
|
||||
* successfully validated then @c issuer, @c time, and @c root will be
|
||||
* ignored.
|
||||
*/
|
||||
static int x509_validate ( struct x509_certificate *cert,
|
||||
struct x509_certificate *issuer,
|
||||
time_t time, struct x509_root *root ) {
|
||||
int x509_validate ( struct x509_certificate *cert,
|
||||
struct x509_certificate *issuer,
|
||||
time_t time, struct x509_root *root ) {
|
||||
unsigned int max_path_remaining;
|
||||
int rc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user