check libcurl availability

This commit is contained in:
olszomal 2019-12-12 12:35:08 +01:00 committed by Michał Trojnara
parent 5b9f65d2f2
commit 98910f675a
11 changed files with 21 additions and 21 deletions

View File

@ -18,7 +18,7 @@ if [ -s "test.exe" ]
fi
rm -f "sha256sum_exe.log"
else
skip=$($skip+1)
skip=$(($skip+1))
fi
if [ -s "test.ex_" ]
@ -33,7 +33,7 @@ if [ -s "test.ex_" ]
fi
rm -f "sha256sum_ex_.log"
else
skip=$($skip+1)
skip=$(($skip+1))
fi
if [ -s "sample.msi" ]

View File

@ -7,7 +7,7 @@ script_path=$(pwd)
# PE file
test_name="071. Sign a PE file with Authenticode timestamping"
printf "\n%s\n" "$test_name"
if [ -s "test.exe" ]
if [ -s "test.exe" ] && ! grep -q "no libcurl available" "results.log"
then
../../osslsigncode sign -h sha256 \
-st "1556668800" \
@ -24,7 +24,7 @@ if [ -s "test.exe" ]
# CAB file
test_name="072. Sign a CAB file with Authenticode timestamping"
printf "\n%s\n" "$test_name"
if [ -s "test.ex_" ]
if [ -s "test.ex_" ] && ! grep -q "no libcurl available" "results.log"
then
../../osslsigncode sign -h sha256 \
-st "1556668800" \
@ -41,7 +41,7 @@ if [ -s "test.ex_" ]
# MSI file
test_name="073. Sign a MSI file with Authenticode timestamping"
printf "\n%s\n" "$test_name"
if [ -s "sample.msi" ]
if [ -s "sample.msi" ] && ! grep -q "no libcurl available" "results.log"
then
../../osslsigncode sign -h sha256 \
-st "1556668800" \

View File

@ -11,7 +11,7 @@ script_path=$(pwd)
# PE file
test_name="081. Sign a PE file with RFC 3161 timestamping"
printf "\n%s\n" "$test_name"
if [ -s "test.exe" ]
if [ -s "test.exe" ] && ! grep -q "no libcurl available" "results.log"
then
../../osslsigncode sign -h sha256 \
-st "1556668800" \
@ -28,7 +28,7 @@ if [ -s "test.exe" ]
# CAB file
test_name="082. Sign a CAB file with RFC 3161 timestamping"
printf "\n%s\n" "$test_name"
if [ -s "test.ex_" ]
if [ -s "test.ex_" ] && ! grep -q "no libcurl available" "results.log"
then
../../osslsigncode sign -h sha256 \
-st "1556668800" \
@ -45,7 +45,7 @@ if [ -s "test.ex_" ]
# MSI file
test_name="083. Sign a MSI file with RFC 3161 timestamping"
printf "\n%s\n" "$test_name"
if [ -s "sample.msi" ]
if [ -s "sample.msi" ] && ! grep -q "no libcurl available" "results.log"
then
../../osslsigncode sign -h sha256 \
-st "1556668800" \

View File

@ -19,7 +19,7 @@ if [ -s "test.exe" ]
fi
rm -f "sha256sum_exe.log"
else
skip=$($skip+1)
skip=$(($skip+1))
fi
if [ -s "sample.msi" ]

View File

@ -7,7 +7,7 @@ script_path=$(pwd)
# PE file
test_name="371. Add an authenticode timestamp to the PE file"
printf "\n%s\n" "$test_name"
if [ -s "test.exe" ]
if [ -s "test.exe" ] && ! grep -q "no libcurl available" "results.log"
then
../../osslsigncode sign -h sha256 \
-st "1556668800" \
@ -29,7 +29,7 @@ if [ -s "test.exe" ]
# MSI file
test_name="372. Add an authenticode timestamp to the MSI file"
printf "\n%s\n" "$test_name"
if [ -s "sample.msi" ]
if [ -s "sample.msi" ] && ! grep -q "no libcurl available" "results.log"
then
../../osslsigncode sign -h sha256 \
-st "1556668800" \

View File

@ -7,7 +7,7 @@ script_path=$(pwd)
# PE file
test_name="381. Add RFC 3161 timestamp to signed PE file"
printf "\n%s\n" "$test_name"
if [ -s "test.exe" ]
if [ -s "test.exe" ] && ! grep -q "no libcurl available" "results.log"
then
../../osslsigncode sign -h sha256 \
-st "1556668800" \
@ -29,7 +29,7 @@ if [ -s "test.exe" ]
# MSI file
test_name="382. Add RFC 3161 timestamp to signed MSI file"
printf "\n%s\n" "$test_name"
if [ -s "sample.msi" ]
if [ -s "sample.msi" ] && ! grep -q "no libcurl available" "results.log"
then
../../osslsigncode sign -h sha256 \
-st "1556668800" \

View File

@ -8,7 +8,7 @@ script_path=$(pwd)
# PE file
test_name="461. Verify changed PE file after signing with Authenticode timestamping"
printf "\n%s\n" "$test_name"
if [ -s "test.exe" ]
if [ -s "test.exe" ] && ! grep -q "no libcurl available" "results.log"
then
../../osslsigncode sign -h sha256 \
-st "1556668800" \

View File

@ -8,7 +8,7 @@ script_path=$(pwd)
# PE file
test_name="471. Verify changed PE file after signing with RFC 3161 timestamping"
printf "\n%s\n" "$test_name"
if [ -s "test.exe" ]
if [ -s "test.exe" ] && ! grep -q "no libcurl available" "results.log"
then
../../osslsigncode sign -h sha256 \
-st "1556668800" \

View File

@ -6,7 +6,7 @@
# PE file
test_name="521. Verify PE file signature with timestamping after the cert has been expired"
printf "\n%s\n" "$test_name"
if [ -s "test.exe" ]
if [ -s "test.exe" ] && ! grep -q "no libcurl available" "results.log"
then
TZ=GMT faketime -f '@2019-05-01 00:00:00' /bin/bash -c '
script_path=$(pwd)
@ -27,7 +27,7 @@ if [ -s "test.exe" ]
# MSI file
test_name="523. Verify MSI file signature with timestamping after the cert has been expired"
printf "\n%s\n" "$test_name"
if [ -s "sample.msi" ]
if [ -s "sample.msi" ] && ! grep -q "no libcurl available" "results.log"
then
TZ=GMT faketime -f '@2019-05-01 00:00:00' /bin/bash -c '
script_path=$(pwd)

View File

@ -6,7 +6,7 @@
# PE file
test_name="531. Verify PE file signature with RFC3161 after the cert has been expired"
printf "\n%s\n" "$test_name"
if [ -s "test.exe" ]
if [ -s "test.exe" ] && ! grep -q "no libcurl available" "results.log"
then
TZ=GMT faketime -f '@2019-05-01 00:00:00' /bin/bash -c '
script_path=$(pwd)
@ -27,7 +27,7 @@ if [ -s "test.exe" ]
# MSI file
test_name="533. Verify MSI file signature with RFC3161 after the cert has been expired"
printf "\n%s\n" "$test_name"
if [ -s "sample.msi" ]
if [ -s "sample.msi" ] && ! grep -q "no libcurl available" "results.log"
then
TZ=GMT faketime -f '@2019-05-01 00:00:00' /bin/bash -c '
script_path=$(pwd)

View File

@ -6,7 +6,7 @@
# PE file
test_name="541. Verify PE file signed with the expired cert"
printf "\n%s\n" "$test_name"
if [ -s "test.exe" ]
if [ -s "test.exe" ] && ! grep -q "no libcurl available" "results.log"
then
TZ=GMT faketime -f '@2019-05-01 00:00:00' /bin/bash -c '
script_path=$(pwd)
@ -27,7 +27,7 @@ if [ -s "test.exe" ]
# MSI file
test_name="543. Verify MSI file signed with the expired cert"
printf "\n%s\n" "$test_name"
if [ -s "sample.msi" ]
if [ -s "sample.msi" ] && ! grep -q "no libcurl available" "results.log"
then
TZ=GMT faketime -f '@2019-05-01 00:00:00' /bin/bash -c '
script_path=$(pwd)