diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-01-01 02:09:44 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-01-03 00:15:02 +0100 |
commit | 6cb1eefc49dbac29fb5a5bd2bf42569b6882d9c7 (patch) | |
tree | 14cc0ee5ab6dfd44bd75076bcbc3844b6c538771 /src/Readme.txt | |
parent | 4181283f2968ccd3efe2fa3b9e49f5b70d174926 (diff) | |
download | VeraCrypt-6cb1eefc49dbac29fb5a5bd2bf42569b6882d9c7.tar.gz VeraCrypt-6cb1eefc49dbac29fb5a5bd2bf42569b6882d9c7.zip |
Windows: sign binaries using both SHA-1 and SHA-256 for maximum compatibility. Add requirement for Windows SDK 8.1 that contains signtool.exe version that enables this.
Diffstat (limited to 'src/Readme.txt')
-rw-r--r-- | src/Readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Readme.txt b/src/Readme.txt index 3e33b570..7b1fe67e 100644 --- a/src/Readme.txt +++ b/src/Readme.txt @@ -46,6 +46,7 @@ Requirements for Building VeraCrypt for Windows: - Microsoft Visual C++ 2008 SP1 (Professional Edition or compatible)
- Microsoft Visual C++ 1.52 (available from MSDN Subscriber Downloads)
- Microsoft Windows SDK for Windows 7 (configured for Visual C++)
+- Microsoft Windows SDK for Windows 8.1 (needed for SHA-256 code signing)
- Microsoft Windows Driver Kit 7.1.0 (build 7600.16385.1)
- RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki) 2.20
header files (available at ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20)
@@ -105,6 +106,8 @@ Instructions for Building VeraCrypt for Windows: Instructions for Signing and Packaging VeraCrypt for Windows:
-------------------------------------------------------------
+First, create an environment variable 'WSDK81' pointing to the Windows SDK
+for Windows 8.1 installation directory.
The folder "Signing" contains a batch file (sign.bat) that will sign all
VeraCrypt components using a code signing certificate present on the
certificate store and also build the final installation setup.
|