Added the '-blobFile' option to specify a file containing the blob content

This commit is contained in:
olszomal
2024-09-04 09:41:33 +02:00
committed by Michał Trojnara
parent 64305d6415
commit 21133f9c3b
5 changed files with 119 additions and 28 deletions

View File

@ -219,6 +219,7 @@ if(Python3_FOUND AND NOT cryptography_error)
add_test(NAME "added_${ext}"
COMMAND ${Python3_EXECUTABLE} ${EXEC} ${OSSLSIGNCODE} "add"
"-addUnauthenticatedBlob"
"-blobFile" "${FILES}/unsigned.exe"
"-add-msi-dse" "-h" "sha512"
"-in" "${FILES}/signed.${ext}"
"-out" "${FILES}/added.${ext}")