VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2025-01-17 07:44:09 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2025-01-17 07:44:09 +0100
commitff63e5aad0ada475b5751db19d6f553193c04673 (patch)
tree5e0fea8af663dd440a1fde6eaed9e916622af4de
parent54bd81999007b467420acab780c704c91bc1b057 (diff)
downloadVeraCrypt-ff63e5aad0ada475b5751db19d6f553193c04673.tar.gz
VeraCrypt-ff63e5aad0ada475b5751db19d6f553193c04673.zip
Update Release Notes. Set version to 1.26.18. Update signed Windows drivers.
-rw-r--r--doc/chm/VeraCrypt User Guide.chmbin3239818 -> 3239804 bytes
-rw-r--r--doc/html/Release Notes.html3
-rw-r--r--src/COMReg/COMReg.rc4
-rw-r--r--src/Driver/Driver.rc4
-rw-r--r--src/Driver/Driver.vcxproj16
-rw-r--r--src/ExpandVolume/ExpandVolume.rc4
-rw-r--r--src/Format/Format.rc4
-rw-r--r--src/Mount/Mount.rc4
-rw-r--r--src/Release/Setup Files/veracrypt-arm64.catbin11900 -> 11873 bytes
-rw-r--r--src/Release/Setup Files/veracrypt-arm64.sysbin437936 -> 440472 bytes
-rw-r--r--src/Release/Setup Files/veracrypt-x64.catbin11894 -> 11920 bytes
-rw-r--r--src/Release/Setup Files/veracrypt-x64.sysbin639640 -> 639632 bytes
-rw-r--r--src/Release/Setup Files/veracrypt.Inf2
-rw-r--r--src/Setup/Portable.rc4
-rw-r--r--src/Setup/Setup.rc4
-rw-r--r--src/SetupDLL/Setup.rc4
16 files changed, 27 insertions, 26 deletions
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index cfa9231f..8e421caa 100644
--- a/doc/chm/VeraCrypt User Guide.chm
+++ b/doc/chm/VeraCrypt User Guide.chm
Binary files differ
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html
index 9a184905..c2287fc2 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -39,13 +39,14 @@
<strong>Note to users who created volumes with 1.17 version of VeraCrypt or earlier: </strong><br/>
<span style="color:#ff0000;">To avoid hinting whether your volumes contain a hidden volume or not, or if you depend on plausible deniability when using hidden volumes/OS, then you must recreate both the outer and hidden volumes including system encryption and hidden OS, discarding existing volumes created prior to 1.18a version of VeraCrypt.</span></li>
</p>
-<p><strong style="text-align:left">1.26.18</strong> (January 13<sup>th</sup>, 2025):</p>
+<p><strong style="text-align:left">1.26.18</strong> (January 16<sup>th</sup>, 2025):</p>
<ul>
<li><strong>All OSes:</strong>
<ul>
<li>Added support for SHA-256 x86 intrinsic to enhance the performance of PBKDF2-HMAC-SHA256.</li>
+<li>Added support for AES hardware on ARM64 platforms (e.g. Windows ARM64, macOS on Apple Silicon Mx).</li>
<li>Updated translations</li>
</ul>
</li>
<li><strong>Windows:</strong>
diff --git a/src/COMReg/COMReg.rc b/src/COMReg/COMReg.rc
index 2c0f60ee..c4aefb76 100644
--- a/src/COMReg/COMReg.rc
+++ b/src/COMReg/COMReg.rc
@@ -26,10 +26,10 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// Version
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,26,18,0
- PRODUCTVERSION 1,26,18,0
+ FILEVERSION 1,26,18,1
+ PRODUCTVERSION 1,26,18,1
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
diff --git a/src/Driver/Driver.rc b/src/Driver/Driver.rc
index 2affe079..4e49f6e7 100644
--- a/src/Driver/Driver.rc
+++ b/src/Driver/Driver.rc
@@ -26,10 +26,10 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// Version
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,26,18,0
- PRODUCTVERSION 1,26,18,0
+ FILEVERSION 1,26,18,1
+ PRODUCTVERSION 1,26,18,1
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
diff --git a/src/Driver/Driver.vcxproj b/src/Driver/Driver.vcxproj
index 628e24a4..f6aacf9a 100644
--- a/src/Driver/Driver.vcxproj
+++ b/src/Driver/Driver.vcxproj
@@ -109,10 +109,10 @@
</Inf>
<Inf>
<ProviderName>
</ProviderName>
- <TimeStamp>1.26.18.0</TimeStamp>
- <DateStamp>01/13/2025</DateStamp>
+ <TimeStamp>1.26.18.1</TimeStamp>
+ <DateStamp>01/16/2025</DateStamp>
</Inf>
<Link>
<AdditionalDependencies>fltmgr.lib;%(AdditionalDependencies);$(KernelBufferOverflowLib);$(DDK_LIB_PATH)ntoskrnl.lib;$(DDK_LIB_PATH)hal.lib;$(DDK_LIB_PATH)wmilib.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfLdr.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfDriverEntry.lib</AdditionalDependencies>
</Link>
@@ -136,10 +136,10 @@ copy $(OutDir)veracrypt.inf "$(SolutionDir)Debug\Setup Files\veracrypt.inf"</Com
</Inf>
<Inf>
<ProviderName>
</ProviderName>
- <TimeStamp>1.26.18.0</TimeStamp>
- <DateStamp>01/13/2025</DateStamp>
+ <TimeStamp>1.26.18.1</TimeStamp>
+ <DateStamp>01/16/2025</DateStamp>
</Inf>
<Link>
<AdditionalDependencies>fltmgr.lib;%(AdditionalDependencies);$(KernelBufferOverflowLib);$(DDK_LIB_PATH)ntoskrnl.lib;$(DDK_LIB_PATH)hal.lib;$(DDK_LIB_PATH)wmilib.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfLdr.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfDriverEntry.lib</AdditionalDependencies>
</Link>
@@ -163,10 +163,10 @@ copy $(OutDir)veracrypt.inf "$(SolutionDir)Release\Setup Files\veracrypt.inf"</C
</Inf>
<Inf>
<ProviderName>
</ProviderName>
- <TimeStamp>1.26.18.0</TimeStamp>
- <DateStamp>01/13/2025</DateStamp>
+ <TimeStamp>1.26.18.1</TimeStamp>
+ <DateStamp>01/16/2025</DateStamp>
</Inf>
<Link>
<AdditionalDependencies>fltmgr.lib;%(AdditionalDependencies);$(KernelBufferOverflowLib);$(DDK_LIB_PATH)ntoskrnl.lib;$(DDK_LIB_PATH)hal.lib;$(DDK_LIB_PATH)wmilib.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfLdr.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfDriverEntry.lib</AdditionalDependencies>
</Link>
@@ -190,10 +190,10 @@ copy $(OutDir)veracrypt.inf "$(SolutionDir)Release\Setup Files\veracrypt.inf"</C
</Inf>
<Inf>
<ProviderName>
</ProviderName>
- <TimeStamp>1.26.18.0</TimeStamp>
- <DateStamp>01/13/2025</DateStamp>
+ <TimeStamp>1.26.18.1</TimeStamp>
+ <DateStamp>01/16/2025</DateStamp>
</Inf>
<Link>
<AdditionalDependencies>fltmgr.lib;%(AdditionalDependencies);$(KernelBufferOverflowLib);$(DDK_LIB_PATH)ntoskrnl.lib;$(DDK_LIB_PATH)hal.lib;$(DDK_LIB_PATH)wmilib.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfLdr.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfDriverEntry.lib</AdditionalDependencies>
</Link>
diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc
index b88aee72..e60302b3 100644
--- a/src/ExpandVolume/ExpandVolume.rc
+++ b/src/ExpandVolume/ExpandVolume.rc
@@ -191,10 +191,10 @@ IDR_MOUNT_RSRC_HEADER HEADER "resource.h"
// Version
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,26,18,0
- PRODUCTVERSION 1,26,18,0
+ FILEVERSION 1,26,18,1
+ PRODUCTVERSION 1,26,18,1
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
diff --git a/src/Format/Format.rc b/src/Format/Format.rc
index ab00a661..5f8f749a 100644
--- a/src/Format/Format.rc
+++ b/src/Format/Format.rc
@@ -27,10 +27,10 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// Version
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,26,18,0
- PRODUCTVERSION 1,26,18,0
+ FILEVERSION 1,26,18,1
+ PRODUCTVERSION 1,26,18,1
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc
index 93b55c39..40b00f0e 100644
--- a/src/Mount/Mount.rc
+++ b/src/Mount/Mount.rc
@@ -559,10 +559,10 @@ END
// Version
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,26,18,0
- PRODUCTVERSION 1,26,18,0
+ FILEVERSION 1,26,18,1
+ PRODUCTVERSION 1,26,18,1
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
diff --git a/src/Release/Setup Files/veracrypt-arm64.cat b/src/Release/Setup Files/veracrypt-arm64.cat
index a6572369..1a4e43f7 100644
--- a/src/Release/Setup Files/veracrypt-arm64.cat
+++ b/src/Release/Setup Files/veracrypt-arm64.cat
Binary files differ
diff --git a/src/Release/Setup Files/veracrypt-arm64.sys b/src/Release/Setup Files/veracrypt-arm64.sys
index 08928359..8925f812 100644
--- a/src/Release/Setup Files/veracrypt-arm64.sys
+++ b/src/Release/Setup Files/veracrypt-arm64.sys
Binary files differ
diff --git a/src/Release/Setup Files/veracrypt-x64.cat b/src/Release/Setup Files/veracrypt-x64.cat
index 5ee9ea5b..7bd61bdb 100644
--- a/src/Release/Setup Files/veracrypt-x64.cat
+++ b/src/Release/Setup Files/veracrypt-x64.cat
Binary files differ
diff --git a/src/Release/Setup Files/veracrypt-x64.sys b/src/Release/Setup Files/veracrypt-x64.sys
index 8f4e26a3..42e677f7 100644
--- a/src/Release/Setup Files/veracrypt-x64.sys
+++ b/src/Release/Setup Files/veracrypt-x64.sys
Binary files differ
diff --git a/src/Release/Setup Files/veracrypt.Inf b/src/Release/Setup Files/veracrypt.Inf
index c8e676a2..9ec2357d 100644
--- a/src/Release/Setup Files/veracrypt.Inf
+++ b/src/Release/Setup Files/veracrypt.Inf
@@ -9,9 +9,9 @@
signature = "$Windows NT$"
Class = "Encryption" ;This is determined by the work this filter driver does
ClassGuid = {a0a701c0-a511-42ff-aa6c-06dc0395576f} ;This value is determined by the Class
Provider = %ProviderString%
-DriverVer = 01/13/2025,1.26.18.0
+DriverVer = 01/16/2025,1.26.18.1
CatalogFile = veracrypt.cat
PnpLockdown = 1
[DestinationDirs]
diff --git a/src/Setup/Portable.rc b/src/Setup/Portable.rc
index e9a42101..43d728b3 100644
--- a/src/Setup/Portable.rc
+++ b/src/Setup/Portable.rc
@@ -25,10 +25,10 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// Version
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,26,18,0
- PRODUCTVERSION 1,26,18,0
+ FILEVERSION 1,26,18,1
+ PRODUCTVERSION 1,26,18,1
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
diff --git a/src/Setup/Setup.rc b/src/Setup/Setup.rc
index 10586b87..376ec833 100644
--- a/src/Setup/Setup.rc
+++ b/src/Setup/Setup.rc
@@ -27,10 +27,10 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// Version
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,26,18,0
- PRODUCTVERSION 1,26,18,0
+ FILEVERSION 1,26,18,1
+ PRODUCTVERSION 1,26,18,1
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
diff --git a/src/SetupDLL/Setup.rc b/src/SetupDLL/Setup.rc
index fe2d56dd..5593ad5f 100644
--- a/src/SetupDLL/Setup.rc
+++ b/src/SetupDLL/Setup.rc
@@ -27,10 +27,10 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// Version
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,26,18,0
- PRODUCTVERSION 1,26,18,0
+ FILEVERSION 1,26,18,1
+ PRODUCTVERSION 1,26,18,1
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else