Add a new "-index" option to enable verification or addition of attributes to the signature at a certain position

This commit is contained in:
olszomal
2024-01-19 14:31:15 +01:00
committed by Michał Trojnara
parent aa158e40ec
commit 0985c47990
3 changed files with 322 additions and 153 deletions

View File

@ -266,6 +266,7 @@ typedef struct {
#endif /* ENABLE_CURL */
int addBlob;
int nest;
int index;
int ignore_timestamp;
int verbose;
int add_msi_dse;