Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2019-12-08 | Windows: enhancements to the mechanism preserving file timestamps, ↵ | Mounir IDRASSI | 1 | -3/+8 | |
especially for keyfiles. | |||||
2019-12-05 | Windows: Modify memory process protection when running with admin privileges ↵ | Mounir IDRASSI | 1 | -1/+12 | |
to allow calling functions needed for CVE-2019-19501 fix while still protecting against memory access by non-admin processes. | |||||
2019-12-05 | Windows: Enhancement to the fix for CVE-2019-19501 | Mounir IDRASSI | 1 | -3/+6 | |
2019-12-03 | Windows: Fix possible local privilege escalation vulnerability during ↵ | Mounir IDRASSI | 1 | -21/+230 | |
execution of VeraCrypt Expander (CVE-2019-19501) | |||||
2019-11-27 | Windows: compatibility with multi-OS boot configuration by only setting ↵ | Mounir IDRASSI | 1 | -7/+15 | |
VeraCrypt as first bootloader of the system if the current first bootloader is Windows one. | |||||
2019-11-04 | Windows: Display error message when password is too long and legacy maximum ↵ | Mounir IDRASSI | 1 | -1/+1 | |
length used | |||||
2019-10-20 | Windows: Add checks that the System Favorites service is running. Warn user ↵ | Mounir IDRASSI | 1 | -1/+1 | |
if he enabled option to clear RAM encryption keys and the service is stopped. | |||||
2019-10-03 | Windows: If Secure Desktop is started and random generator was not ↵ | Mounir IDRASSI | 1 | -53/+70 | |
initialized before us, then stop random generator after we finish in order to avoid consuming CPU because of periodic fast poll thread. Next time a critical operation that requires RNG is performed, it will be initialized again. We do this because since the addition of secure desktop support, every time secure desktop is displayed, the RNG fast poll thread was started even if the user will never perform any critical operation that requires random bytes. | |||||
2019-09-30 | Windows: when periodic update of device is disabled, use SetupAPI to list ↵ | Mounir IDRASSI | 1 | -1/+3 | |
disks on demand instead of testing all disks to reduce CPU usage. | |||||
2019-09-29 | Windows: Update the encoded hash of the code signing certificate used to ↵ | Mounir IDRASSI | 1 | -6/+6 | |
verify the integrity of binaries. | |||||
2019-09-29 | Windows: Use periodic update of connected devices only if there is a ↵ | Mounir IDRASSI | 1 | -1/+4 | |
Favorite that uses VolumeID. Add command option to disable the period update of devices. | |||||
2019-09-27 | Windows: fix another typo in code comment (hopefully last one!) | Mounir IDRASSI | 1 | -1/+1 | |