VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Signing
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2018-08-12 18:28:32 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2018-08-12 18:30:29 +0200
commit920b029e0204f66f1f7db6389f18f3387c986ec3 (patch)
treeec92d442a86bf4527952af9387688a0072c35739 /src/Signing
parentc7f928fe7f0f2a7004b254eea6c7bb1a6defd103 (diff)
downloadVeraCrypt-920b029e0204f66f1f7db6389f18f3387c986ec3.tar.gz
VeraCrypt-920b029e0204f66f1f7db6389f18f3387c986ec3.zip
Increment version to 1.23-BETA3 and update release notes.
Diffstat (limited to 'src/Signing')
-rw-r--r--src/Signing/sign.bat2
-rw-r--r--src/Signing/sign_test_debug.bat6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Signing/sign.bat b/src/Signing/sign.bat
index f87b9450..345892dc 100644
--- a/src/Signing/sign.bat
+++ b/src/Signing/sign.bat
@@ -1,6 +1,6 @@
PATH=%PATH%;%WSDK81%\bin\x86;C:\Program Files\7-Zip;C:\Program Files (x86)\7-Zip
-set VC_VERSION=1.23-BETA2
+set VC_VERSION=1.23-BETA3
set SIGNINGPATH=%~dp0
cd %SIGNINGPATH%
diff --git a/src/Signing/sign_test_debug.bat b/src/Signing/sign_test_debug.bat
index a7bf5b33..f621d796 100644
--- a/src/Signing/sign_test_debug.bat
+++ b/src/Signing/sign_test_debug.bat
@@ -1,5 +1,5 @@
PATH=%PATH%;%WSDK81%\bin\x86;C:\Program Files\7-Zip;C:\Program Files (x86)\7-Zip
-
+set VC_VERSION=1.23-BETA3
set PFXNAME=TestCertificate\idrix_codeSign.pfx
set PFXPASSWORD=idrix
set PFXCA=TestCertificate\idrix_TestRootCA.crt
@@ -58,9 +58,9 @@ rmdir /S /Q docs
cd %SIGNINGPATH%
rem sign using SHA-1
-signtool sign /v /a /f %PFXNAME% /p %PFXPASSWORD% /ac %PFXCA% /fd sha1 /t http://timestamp.verisign.com/scripts/timestamp.dll "..\Debug\Setup Files\VeraCrypt Setup 1.22.exe"
+signtool sign /v /a /f %PFXNAME% /p %PFXPASSWORD% /ac %PFXCA% /fd sha1 /t http://timestamp.verisign.com/scripts/timestamp.dll "..\Debug\Setup Files\VeraCrypt Setup %VC_VERSION%.exe"
rem sign using SHA-256
-signtool sign /v /a /f %SHA256PFXNAME% /p %SHA256PFXPASSWORD% /ac %SHA256PFXCA% /as /fd sha256 /tr http://timestamp.globalsign.com/?signature=sha2 /td SHA256 "..\Debug\Setup Files\VeraCrypt Setup 1.22.exe"
+signtool sign /v /a /f %SHA256PFXNAME% /p %SHA256PFXPASSWORD% /ac %SHA256PFXCA% /as /fd sha256 /tr http://timestamp.globalsign.com/?signature=sha2 /td SHA256 "..\Debug\Setup Files\VeraCrypt Setup %VC_VERSION%.exe"
pause \ No newline at end of file