Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-11 | Revert "New sys enc wizard (#957)" | Mounir IDRASSI | 1 | -61/+10 | |
This reverts commit c0ff7a7c521b1d658316d9a177383ab0c403007a. | |||||
2022-08-25 | New sys enc wizard (#957)SysEncWizardPR957 | Felix Reichmann | 1 | -10/+61 | |
* New VeraCrypt interface (for system encryption) with improved usability * System Encryption: translate password to US keyboard layout + improved new interface * Windows: Fix build error following merge * Windows: Remove unused variable * Windows: Add missing string in Language.xml * Windows: fix buffer overrun caused by wrong use of wmemset * Do not delete password file Since the file is only available in \Release\Setup Files\ it would be fully deleted after running this script the first time. * Correct return code Originally the function would have always returned the return-code 1 resulting that the user is not able to change the location for the rescue zip. * Added hint for sysenc Added a hint why the field for repeating the password is initially greyed out within the system encryption. * Corrected spelling mistake Corrected spelling mistake * Removed not working copy job The file to be copied was stored at the source location. Therefore the copyjob will not work. Instead the file is already in the target folder. * Removed RIPEMD-160 from Product64.wxs See commit from 21.03.2022 * Added german translation for new interface * Fixed PIM bug * Corrected translation file based on the guidelines within the pull request * Fixing merge conflicts * Fixed Compiling issues. Reverted keyboard translation * Removed artifacts of password translation * Corrected language.xml * Fixed order within german language file * Corrected positions Co-authored-by: Bruna2803 <bruna.radeljak@hotmail.com> Co-authored-by: felixreichmann <30237956+felixreichmann@users.noreply.github.com> Co-authored-by: Mounir IDRASSI <mounir.idrassi@idrix.fr> | |||||
2022-08-25 | Minor bugfixes (#950) | Wendigo | 1 | -5/+11 | |
* Update Dlgcode.c minor bugfixes * GlobalMemoryStatus x64 bugfix GlobalMemoryStatus deprecated in x64 | |||||
2022-03-26 | Windows: Add various checks to address Coverity reported issues. | Mounir IDRASSI | 1 | -3/+7 | |
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 | |