Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-08 | Implement support of Blake2s-256 hash algorithm and remove deprecated ↵ | Mounir IDRASSI | 1 | -11/+8 | |
algorithms RIPEMD-160 and GOST89. | |||||
2022-02-11 | Update copyrights following integration of LZMA SDK | Mounir IDRASSI | 1 | -1/+2 | |
2022-02-10 | Windows: Make Travel Disk contains 32-bit and arm64 binaries when VeraCrypt ↵ | Mounir IDRASSI | 1 | -934/+950 | |
installed using MSI | |||||
2022-02-02 | Windows: Fix failure to verify driver file signature since it is signed by ↵ | Mounir IDRASSI | 1 | -1/+12 | |
Microsoft not us. This caused a failure when creating Traveler Disk | |||||
2022-02-01 | Windows: Make MSI installer compatible with System Encryption by leveraging ↵ | Mounir IDRASSI | 1 | -4/+14 | |
VeraCrypt service capabilities | |||||
2022-01-30 | Windows: Fix wrong check on IUnknown_QueryService function pointer | Mounir IDRASSI | 1 | -1/+1 | |
2022-01-30 | Windows: Enhancement to CVE-2019-19501 fix to using ↵ | Mounir IDRASSI | 1 | -4/+119 | |
IShellDispatch2::ShellExecuteW if RunAsDesktopUser fails. Also we don't use the fix if UAC is disabled since in this case the Shell Explorer.exe will be elevated anyway so we can't use to reduce elevation. | |||||
2022-01-07 | Windows: Update IDRIX SHA-256 code signing certificate to latest one | Mounir IDRASSI | 1 | -6/+6 | |
2022-01-02 | Windows: Restore support of Windows 7, 8/8.1 by using single attestation ↵ | Mounir IDRASSI | 1 | -4/+230 | |
signature for driver and add checks on needed KBs for Windows Vista and Windows 7. Add signed driver files. - Windows 7 needs KB3033929 or KB4474419 - Windows Vista needs KB4039648 or KB4474419 | |||||
2022-01-02 | Update copyright year to 2022 | Mounir IDRASSI | 1 | -2/+2 | |
2021-12-04 | Windows: Implement TESTSIGNING build configuration that allows running under ↵ | Mounir IDRASSI | 1 | -2/+52 | |
Windows Vista,7, 8 and 8.1. | |||||
2021-11-21 | Windows: Restrict supported Windows versions to XP, 10 and 11 because of new ↵ | Mounir IDRASSI | 1 | -22/+7 | |
requirement on driver code signing. For now, we are not able to put in place HCK/WLK certification of VeraCrypt driver that is needed for Windows 7, 8 and 8.1. | |||||
2021-09-02 | Windows: Implement a new way to detect Windows version to overcome MSI ↵ | Mounir IDRASSI | 1 | -0/+53 | |
limitation | |||||
2021-08-30 | Windows: Set minimal supported version to Windows 8 since our driver is now ↵ | Mounir IDRASSI | 1 | -2/+2 | |
signed only SHA256 | |||||
2021-08-30 | Update copyright year to 2021 | Mounir IDRASSI | 1 | -2/+2 | |
2021-08-30 | Windows: Update IDRIX SHA-256 code signing certificate to latest one | Mounir IDRASSI | 1 | -6/+6 | |
2021-08-02 | Windows: Fix wrong detection of ARM architecture | Mounir IDRASSI | 1 | -1/+1 | |
2021-07-14 | Windows: Use only SHA256 certificate for code signature verification since ↵ | Mounir IDRASSI | 1 | -12/+1 | |
SHA1 certificate is not used anymore. | |||||
2021-07-13 | Windows: replace insecure wcscpy/wcscat/strcpy runtime functions with secure ↵ | Mounir IDRASSI | 1 | -2/+2 | |
equivalents This fixed failure to build driver for ARM64 with latest VS 2019 | |||||
2021-03-22 | Windows: first implementation of MSI installer for silent mode deployment ↵ | Mounir IDRASSI | 1 | -4/+39 | |
(ACCEPTLICENSE=YES must be set in msiexec command line) | |||||
2021-02-27 | Windows: Load UrlUnescapeW dynamically from Shlwapi.dll and use safe URL ↵ | Mounir IDRASSI | 1 | -5/+14 | |
opening starting from Vista only since security mechanism doesn't apply to Windows XP. | |||||
2021-02-24 | Windows: Fix freeze when password dialog displayed in secure desktop and try ↵ | Mounir IDRASSI | 1 | -2/+36 | |
to access token keyfiles protected by PIN | |||||
2021-02-21 | Windows: Fix failure to load local HTML documentation if application running ↵ | Mounir IDRASSI | 1 | -6/+24 | |
with administrative privileges In this case, FileExists was called on a path with format "file:///..." and containing escape sequences, which was not recognized. | |||||
2021-01-02 | Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). ↵ | Mounir IDRASSI | 1 | -11/+88 | |
System encryption still not implemented on ARM64 | |||||
2020-08-06 | Windows: Fix wrong error message when UTF-8 encoding of entered password ↵ | Mounir IDRASSI | 1 | -1/+1 | |
exceeds the maximum supported length. | |||||
2020-08-06 | Windows: Display a warning during system encryption wizard when typed ↵ | Mounir IDRASSI | 1 | -36/+42 | |
password reaches maximum length and inform user that no more characters are allowed and that they are ignored. | |||||
2020-08-06 | Windows: Display warning message with correct maximum length value when ↵ | Mounir IDRASSI | 1 | -5/+39 | |
password is truncated | |||||
2020-08-03 | Windows: Fix issue in UI for configuration autofix mechanism of bootloader | Mounir IDRASSI | 1 | -0/+10 | |
2020-08-02 | Windows: use fix for CVE-2019-19501 only if standard Windows Shell is ↵ | Mounir IDRASSI | 1 | -2/+4 | |
running since we rely on it for the implementation of the fix. If Windows Shell has been modified or is not running, then we can't really protect the user is such non standard environment | |||||
2020-07-29 | Windows: Don't use HRESULT macros SUCCEEDED to check if WinVerifyTrust ↵ | Mounir IDRASSI | 1 | -1/+1 | |
succeeded. Instead, check the return value for equality to zero. | |||||
2020-07-22 | Windows: Add possibility to sign binaries using SHA256 only. This fixes ↵ | Mounir IDRASSI | 1 | -1/+13 | |
Windows Smart Screen warning when launching installer | |||||
2020-07-21 | Windows: Implement detection of Hibernate and Fast Startup and disable them ↵ | Mounir IDRASSI | 1 | -0/+73 | |
if RAM encryption is activated. | |||||
2020-07-06 | Windows: Support direct password drag-n-drop from external applications ↵ | Mounir IDRASSI | 1 | -0/+422 | |
(e.g. KeePass) which is more secure than using clipboard. | |||||
2020-07-02 | Windows: Don't allow to encrypt the system drive if it is already encrypted ↵ | Mounir IDRASSI | 1 | -0/+102 | |
by BitLocker | |||||
2020-07-02 | Windows: Replace GetSystemInfo calls by more reliable function to get number ↵ | Mounir IDRASSI | 1 | -9/+6 | |
of CPUs active on the PC. | |||||
2020-06-28 | Windows: remove unused code targeting Windows 2000. | Mounir IDRASSI | 1 | -6/+0 | |
2020-06-26 | Windows: fix warning reported by static code analyzed by adding copy ↵ | Mounir IDRASSI | 1 | -4/+8 | |
constructor to _TEXT_EDIT_DIALOG_PARAM and = operator to HostDevice | |||||
2020-06-21 | Windows: call VcProtectKeys in benchmark warm-up when RAM encryption is ↵ | Mounir IDRASSI | 1 | -0/+4 | |
enabled in order to be follow the same execution path as the result of benchmark calculations. | |||||
2020-06-19 | Windows: Fix wrong results in benchmark of encryption algorithms when RAM ↵ | Mounir IDRASSI | 1 | -0/+5 | |
encryption is enabled | |||||
2020-06-19 | Windows: remove duplicated function to detect AES-NI support in CPU | Mounir IDRASSI | 1 | -1/+1 | |
2020-06-12 | Windows: Update IDRIX SHA-1 code signing certificate to latest one. | Mounir IDRASSI | 1 | -6/+6 | |
2020-06-11 | Switch from auto_ptr to unique_ptr (#638) | Christopher Bergqvist | 1 | -1/+1 | |
2020-03-10 | Update copyright year in creditsVeraCrypt_1.24-Update5 | Mounir IDRASSI | 1 | -3/+3 | |
2020-03-10 | Windows: Fix compilation error caused by previous keyfile commit | Mounir IDRASSI | 1 | -0/+2 | |
2020-03-10 | Windows: Fix keyfiles path passed as CLI argument and set as default not ↵ | Mounir IDRASSI | 1 | -1/+3 | |
always cleared from RAM when VeraCrypt exits | |||||
2020-02-10 | Windows: Fix warnings reported by Coverity static code analyzer | Mounir IDRASSI | 1 | -4/+7 | |
2020-01-22 | Windows: use fix for CVE-2019-19501 only when process elevated otherwise it ↵ | Mounir IDRASSI | 1 | -1/+22 | |
will not add any benefit compared to standard ShellExecute while at the same time potentially causing issue when opening links. | |||||
2020-01-21 | Windows: Fix failure of Screen Readers (Accessibility support) to reader UI ↵ | Mounir IDRASSI | 1 | -3/+1 | |
by disabling newly introduced memory protection by default and adding a CLI switch (/protectMemory) to enable it when needed. This fixes issue https://github.com/veracrypt/VeraCrypt/issues/536 | |||||
2019-12-13 | Windows: check "TrueCrypt Mode" in password dialog when mounting a file ↵ | Mounir IDRASSI | 1 | -0/+9 | |
container with .tc extension | |||||
2019-12-08 | Windows: use fix for CVE-2019-19501 only on Vista and above since it doesn't ↵ | Mounir IDRASSI | 1 | -1/+2 | |
make sens under XP. |