mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 03:32:47 -05:00
Added the "-ignore-crl" option to disable CRL online verification
This commit is contained in:

committed by
Michał Trojnara

parent
be4f010535
commit
476168e09e
@ -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;
|
||||
|
Reference in New Issue
Block a user