mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 07:20:47 +03:00
[crypto] Generalise X.509 "valid" field to a "flags" field
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -478,7 +478,7 @@ static void validator_step ( struct validator *validator ) {
|
||||
issuer = link->cert;
|
||||
if ( ! cert )
|
||||
continue;
|
||||
if ( ! issuer->valid )
|
||||
if ( ! x509_is_valid ( issuer ) )
|
||||
continue;
|
||||
/* The issuer is valid, but this certificate is not
|
||||
* yet valid. If OCSP is applicable, start it.
|
||||
|
||||
Reference in New Issue
Block a user