mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 03:32:47 -05:00
Tests: use TSA-CRLfile
This commit is contained in:

committed by
Michał Trojnara

parent
3d7b8d2a21
commit
edcb18d63f
@ -59,6 +59,7 @@ string(SUBSTRING ${sha256sum} 0 64 leafhash)
|
||||
set(verify_opt "-CAfile" "${CERTS}/CACert.pem"
|
||||
"-CRLfile" "${CERTS}/CACertCRL.pem"
|
||||
"-TSA-CAfile" "${CERTS}/TSACA.pem"
|
||||
"-TSA-CRLfile" "${CERTS}/TSACertCRL.pem"
|
||||
)
|
||||
# TODO "cat" extension
|
||||
set(extensions_4 "exe" "ex_" "msi" "cat")
|
||||
|
Reference in New Issue
Block a user