Mounir IDRASSI
|
a2f11e1102
|
Windows: Fix link error in 32-bit build by removing crypto.lib reference and implementing sha512 using BCrypt API.
|
2025-02-08 01:17:55 +01:00 |
|
Mounir IDRASSI
|
c86577fc0e
|
Windows: remove 32-bit logic from the code since we support only 64-bit. remove 32-bit EFI bootloader files.
We also fix intermediary files folder for Portable and Setup projects
|
2024-11-16 01:05:15 +01:00 |
|
Mounir IDRASSI
|
3a5fe63224
|
Windows: Fix VS 2022 projects references
|
2024-11-15 21:40:56 +01:00 |
|
Mounir IDRASSI
|
fff9e7275a
|
Windows: Fix delayload link warning about comdlg32.dll not used. Remove unused old project files
|
2024-11-15 17:51:06 +01:00 |
|
Mounir IDRASSI
|
6d1ad12755
|
Windows: move main project files and solution from VS 2010 to VS 2022. Delete unused files.
|
2024-11-15 15:50:32 +01:00 |
|
Mounir IDRASSI
|
d68b9546bd
|
Windows: simpler and more robust safe dll loading combined with delay loading thanks to Windows 7 being minimum supported version.
We also block execution on Windows versions older than Windows 7.
A lot of code was removed thanks to this.
|
2023-09-03 00:58:34 +02:00 |
|
Mounir IDRASSI
|
0dc4754c63
|
Windows: delay load bcrypt.dll to reduce startup dependency loading until setting safe dll loading
|
2023-08-20 09:57:38 +02:00 |
|
Mounir IDRASSI
|
1ef05f24e2
|
Windows: Reduce the size of installers by almost 50% by using LZMA compression instead of DEFLATE
|
2022-02-10 01:21:17 +01:00 |
|
Mounir IDRASSI
|
0e4c8f91af
|
Windows: remove unneeded reference to XML files from Setup Visual Studio project
|
2022-02-05 22:52:09 +01:00 |
|
Mounir IDRASSI
|
2d3771c45d
|
Increment version to 1.25.7 and update Release Notes
|
2022-01-07 00:35:46 +01:00 |
|
Mounir IDRASSI
|
a21b2270e8
|
Windows: Implement TESTSIGNING build configuration that allows running under Windows Vista,7, 8 and 8.1.
|
2021-12-04 23:59:01 +01:00 |
|
Mounir IDRASSI
|
ee79ff0579
|
Windows: first implementation of MSI installer for silent mode deployment (ACCEPTLICENSE=YES must be set in msiexec command line)
|
2021-03-22 08:03:01 +01:00 |
|
Mounir IDRASSI
|
a20b3083b0
|
Windows: Add a build configuration containing EFI bootloader signed with custom SecureBoot key instead
|
2019-01-26 01:20:51 +01:00 |
|
Mounir IDRASSI
|
2dc39a7c7e
|
Windows: simplify installer logic by copying only binaries for the current architecture.
|
2018-04-23 16:59:28 +02:00 |
|
Mounir IDRASSI
|
ac37fb0003
|
Windows: generate pdb files for binaries in order to help investigate crashes in the future.
|
2017-07-09 09:49:33 +02:00 |
|
Mounir IDRASSI
|
c7cd89a24a
|
Windows Security: built binaries with support for Address Space Layout Randomization (ASLR).
|
2017-06-10 18:44:46 +02:00 |
|
Mounir IDRASSI
|
9b4e087882
|
Windows: create dedicated project for zip library and link other binaries against it instead of recompiling zlib and libzip for each project separately.
|
2017-06-05 17:46:31 +02:00 |
|
Mounir IDRASSI
|
345a50d976
|
Windows: remove reference to unused files XUnzip.h/XZip.h in Visual Studio projects
|
2017-06-02 23:09:22 +02:00 |
|
Mounir IDRASSI
|
4a435870f6
|
Windows: exclude unused libzip source files from build.
|
2016-10-17 18:40:17 +02:00 |
|
Mounir IDRASSI
|
4dacedd9cc
|
Windows: Replace XZip/XUnzip library with zlib and libzip and include the sources of these library into VeraCrypt source tree.
|
2016-10-17 18:40:06 +02:00 |
|
Mounir IDRASSI
|
4cf9db9f95
|
Windows: Add XZip library files (http://www.codeproject.com/Articles/4135/XZip-and-XUnzip-Add-zip-and-or-unzip-to-your-app-w)
|
2016-08-15 01:09:16 +02:00 |
|
Mounir IDRASSI
|
42373efcfd
|
Windows: Use Visual C++ 2010 instead of Visual C++ 2008.
|
2016-06-17 15:50:47 +02:00 |
|