VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/VeraCrypt_vs2019.sln
AgeCommit message (Collapse)AuthorFilesLines
42 hoursWindows: Upgrade VS 2019 solution/projects to VS 2022. Remove Win32 ↵Mounir IDRASSI1-585/+389
configuration for driver and binaries. Only setup remains 32-bit to be compatible with both x64 and arm64 Windows.
6 daysAdd support for SHA-256 x86 instrinsic for enhance performance of ↵Mounir IDRASSI1-0/+1
PBKDF2-HMAC-SHA256
2024-09-08Windows: Add support for x86 and x64 build for driver and binaries using ↵Mounir IDRASSI1-0/+635
Visual Studio 2019 We also enable Control Flow Guard and Spectre Mitigation
2023-06-29EMV keyfile support: Overall code improvements and bug fixesMounir IDRASSI1-4/+4
2022-02-16Windows: Fix wrong Debug reference in VS2019 solution fileMounir IDRASSI1-8/+8
2022-02-10Windows: Reduce the size of installers by almost 50% by using LZMA ↵Mounir IDRASSI1-2/+128
compression instead of DEFLATE
2021-01-02Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). ↵Mounir IDRASSI1-0/+786
System encryption still not implemented on ARM64