Added the "-ignore-crl" option to disable CRL online verification

This commit is contained in:
olszomal
2024-06-03 12:02:33 +02:00
committed by Michał Trojnara
parent be4f010535
commit 476168e09e
3 changed files with 22 additions and 5 deletions

View File

@ -278,6 +278,7 @@ typedef struct {
int index;
int ignore_timestamp;
int ignore_cdp;
int ignore_crl;
int verbose;
int add_msi_dse;
char *catalog;