Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-30 | Increment version to 1.26.7. Set release date to October 1st. Update Windows ↵ | Mounir IDRASSI | 1 | -3/+3 | |
signed driver files. | |||||
2023-09-29 | Windows: enhancement to RAM encryption | Mounir IDRASSI | 1 | -17/+55 | |
- use a more standard-looking memory value tag instead of fully random one that will look suspicious and outstanding - If we fail to allocate 1MiB for derivation area, we device the size by two in a loop until we succeed. This is better than falling back directly to 8KiB size - Better method to derive actual encryption key: instead of simply duplicating 128bit key value, we combine a xor addition and self-encryption to build a 256-bit key - use both encID and pbKeyDerivationArea to derive IV for encryption and not only endID | |||||
2023-09-29 | Windows Driver: Use KeQueryInterruptTimePrecise on Windows 8.1 and newer as ↵ | Mounir IDRASSI | 1 | -0/+4 | |
better seed for internal RNG compared to KeQueryInterruptTime | |||||
2023-09-26 | Windows: during Setup, and if VeraCrypt already installed, open online help ↵ | Mounir IDRASSI | 2 | -3/+40 | |
only if PC connected to Internet | |||||
2023-09-24 | Libzip 1.10.1 (#1209) | DLL125 | 18 | -32/+87 | |
Updated to the latest version for the VeraCrypt 1.26.6 release. | |||||
2023-09-24 | Windows: always open online help in case of Setup because local help may be ↵ | Mounir IDRASSI | 1 | -0/+6 | |
outdated | |||||
2023-09-24 | Windows: Add tooltip message and help button for new option to disable ↵ | Mounir IDRASSI | 4 | -2/+129 | |
memory protection Also a dedicated page in the documentation was added for it. | |||||
2023-09-21 | Windows: Load Riched20.dll to use RichEdit control. Use InitCommonControlsEx ↵VeraCrypt_1.26.6 | Mounir IDRASSI | 1 | -2/+7 | |
instead of InitCommonControls | |||||
2023-09-21 | Update Release Notes. Increment version to 1.26.6. | Mounir IDRASSI | 1 | -3/+3 | |
2023-09-21 | Windows: use separate name for SetProcessMitigationPolicy function point. ↵ | Mounir IDRASSI | 1 | -11/+5 | |
Remove unneeded boolean | |||||
2023-09-20 | Windows: Add setting in main UI and setup wizard to disable memory protection | Mounir IDRASSI | 4 | -3/+13 | |
This can be useful for users who need Accessibility software that may not work when memory protection is active in VeraCrypt | |||||
2023-09-18 | Windows Security: make memory protection enabled by default. Add process ↵ | Mounir IDRASSI | 4 | -3/+136 | |
mitigation (ASLR, Dynamic code, extension points) Memory protection can be disabled using registry value "VeraCryptEnableMemoryProtection" under the key "HKLM\SYSTEM\CurrentControlSet\Services\veracrypt" | |||||
2023-09-15 | Update Language.xml (#1199) | TigerxWood | 1 | -1/+1 | |
Corrected small typo | |||||
2023-09-11 | Windows: replace CoInitialize calls with CoInitializeEx | Mounir IDRASSI | 2 | -5/+5 | |
2023-09-08 | Windows: Add link in keyfiles dialog to documentation page for risks of ↵ | Mounir IDRASSI | 5 | -10/+33 | |
third-party file extensions usage. | |||||
2023-09-08 | Update Language.xml (#1192) | TigerxWood | 1 | -1/+1 | |
Corected a typo | |||||
2023-09-06 | Windows: remove recommendation of keyfiles files extensions and update ↵ | Mounir IDRASSI | 2 | -1/+14 | |
documentation to mention risks of third-party file extensions. This commit also adds red color to the warning text about keyfiles in keyfiles dialogs. | |||||
2023-09-03 | Windows: Replace legacy file/dir selection APIs with modern IFileDialog ↵ | Mounir IDRASSI | 3 | -190/+264 | |
interface We remove usage of GetOpenFileNameW/GetSaveFileNameW/SHBrowseForFolderW which are deprecated by Microsoft | |||||
2023-09-03 | Windows: remove legacy code (XP, Vista). Simplify code since Windows 7 is ↵ | Mounir IDRASSI | 3 | -152/+77 | |
now minimal OS version. | |||||
2023-09-03 | Windows: simpler and more robust safe dll loading combined with delay ↵ | Mounir IDRASSI | 2 | -627/+102 | |
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-08-20 | Windows: Set minimum build target to Windows 7 | Mounir IDRASSI | 1 | -1/+1 | |
2023-08-20 | Update zlib to latest (#1181) | DLL125 | 23 | -1485/+918 | |
* Update zlib to latest * Update copyright Updated copyright of zlib. | |||||
2023-08-15 | Update Release Notes and set date of 1.26.5 to August 15th | Mounir IDRASSI | 1 | -1/+1 | |
2023-08-14 | Increment version to 1.26.5. Update signed Windows drivers. | Mounir IDRASSI | 1 | -2/+2 | |
2023-08-13 | Windows: Implement support for mounting partially encrypted system partitions | Mounir IDRASSI | 3 | -0/+13 | |
For now, we force ReadOnly mounting for such partitions. | |||||
2023-08-13 | Windows: Better way to enable required privileges for FastCreate Options | Mounir IDRASSI | 5 | -8/+144 | |
If we can set required privilege, we ask the user using UAC to enable them. | |||||
2023-08-10 | Windows: Fix failure creating Traveler Disk caused by outdated hardcoded ↵ | Mounir IDRASSI | 1 | -10/+10 | |
value of MS certificate We also rename the variables gpbSha256CodeSignCertFingerprint and gpbSha256MSCodeSignCertFingerprint to gpbSha512CodeSignCertFingerprint and gpbSha512MSCodeSignCertFingerprint respectively to reflect the fact that they are actually SHA512 hash values and not SHA256 ones. | |||||
2023-08-06 | Linux: capture both stdout and stderr in popen call to avoid printing anything | Mounir IDRASSI | 1 | -2/+2 | |
If an error happens, error message will be read from popen pipe and so libpcsclite.so will not be found. This is the same outcome as when stdout is empty. | |||||
2023-08-05 | Security: ensure that XTS primary key is different from secondary key when ↵ | Mounir IDRASSI | 1 | -0/+9 | |
creating volumes This is unlikely to happen thanks to random generator properties but we much add this check to prevent an attack described in page 3 of https://csrc.nist.gov/csrc/media/Projects/crypto-publication-review-project/documents/initial-comments/sp800-38e-initial-public-comments-2021.pdf | |||||
2023-08-05 | Windows: Fix false positive detection of new device insertion when clear ↵ | Mounir IDRASSI | 6 | -1/+73 | |
keys option is enable When this option is enabled, we first build the list of currently inserted devices then we start listening to insertion events. When a device insertion occurs, we check if this device is on our list and if yes, we ignore its insertion. We also ignore devices whose Device ID starts with "SWD\" and "ROOT\" since these are not real devices. | |||||
2023-07-24 | Update Release Notes and set date of 1.26.4 to July 24th | Mounir IDRASSI | 1 | -1/+1 | |
2023-07-24 | Linux/macOS: Remove TrueCrypt support | Mounir IDRASSI | 2 | -8/+2 | |
2023-07-23 | XML Language files: remove \r from new entries as it is automatically added ↵ | Mounir IDRASSI | 1 | -7/+7 | |
by code | |||||
2023-07-23 | Windows: Make Expander progress messages translatable | Mounir IDRASSI | 1 | -0/+7 | |
2023-07-22 | Windows: Remove TrueCrypt support. Increment version to 1.26.4. | Mounir IDRASSI | 15 | -127/+51 | |
2023-07-18 | Windows: Fix compiler warnings | Mounir IDRASSI | 1 | -2/+1 | |
2023-07-17 | Windows: Fix buffer overrun caused by bug in UpperCaseCopy function | Mounir IDRASSI | 1 | -3/+3 | |
2023-07-17 | Windows: Fix link error with latest libzip by adding new file ↵ | Mounir IDRASSI | 3 | -0/+5 | |
zip_source_pass_to_lower_layer.c tp VS projects | |||||
2023-07-17 | Libzip (#1152) | DLL125 | 77 | -541/+1376 | |
* Update LZMA to latest * Update Libzip Libzip updated to latest. | |||||
2023-07-16 | Windows: fix issue with fastCreate by requesting SE_MANAGE_VOLUME_NAME ↵ | Mounir IDRASSI | 1 | -26/+28 | |
privilege before calling CreateFile This ensures that the returned handle inherits the privilege | |||||
2023-07-15 | Windows: enhance secure desktop handling to try to workaround Windows 11 issue | Mounir IDRASSI | 1 | -30/+49 | |
Several enhancements implemented: - replace CreateThread by _beginthreadex to avoid potential issues when using C runtime - use an event to notify monitoring thread to stop instead of a volatile boolean - perform switch to the regular desktop in the main thread and not in the secure desktop thread | |||||
2023-07-02 | Windows: Fix regression when creating multiple keyfiles with a fixed size | Mounir IDRASSI | 1 | -3/+2 | |
2023-07-02 | Renormalize 7zWindows.h from CRLF to LF line separator as intended (#1144) | Jertzukka | 1 | -101/+101 | |
2023-07-02 | Fix compiler type-cast warnings | Mounir IDRASSI | 2 | -2/+2 | |
2023-07-02 | Update Release Notes with latest changes. | Mounir IDRASSI | 1 | -2/+2 | |
2023-07-01 | Windows: Add missing header changes needed for previous commit | Mounir IDRASSI | 1 | -2/+2 | |
2023-07-01 | Windows: Make API formatting fallback to format.com in case of elevation. ↵ | Mounir IDRASSI | 2 | -53/+20 | |
remove dead code from ExternalFormatFs We also modify UacFormatNtfs/UacFormatFs to return actual error code in case of failure | |||||
2023-07-01 | Windows: fix compilation warnings | Mounir IDRASSI | 1 | -3/+3 | |
2023-07-01 | Windows: Fix formatting issue during volume creation by using /Y for ↵ | Mounir IDRASSI | 3 | -31/+83 | |
format.com and specifying removal parameter in FormatEx The usage of /Y parameter in format.com simplifies the logic and makes the code robust since we don't need to send \n to the format.com process. Specifying RemovableMedia parameter to FormatEx fixes its failure in Windows 10 and later to perform quick format. This is also more adequate since we are mounting the volume as removable media for the formatting process. We also add better error management in order to display adequate error message to the user in case of failure | |||||
2023-06-30 | Correctly detect ARM builds when listing CPU features in headers | Mounir IDRASSI | 1 | -2/+2 | |