Commit Graph

  • c0ff7a7c52 New sys enc wizard (#957) SysEncWizardPR957 Felix Reichmann 2022-08-25 09:46:58 +02:00
  • 99c3cda01a Windows: use newer MEMORYSTATUSEX structure in call to GlobalMemoryStatusEx Mounir IDRASSI 2022-08-25 09:38:49 +02:00
  • 46ecb1a66d Minor bugfixes (#950) Wendigo 2022-08-25 09:57:34 +03:00
  • a23d4392fb Fix incorrect text color in dark mode (#920) Kenneth Chew 2022-08-21 11:58:08 -04:00
  • 53b4019d1f Fixed a typo error (#929) Matteo Baccan 2022-08-21 17:56:31 +02:00
  • cc5212fdb1 Documentation overwork (#953) Felix Reichmann 2022-08-16 08:21:55 +02:00
  • 0871695403 Update zlib to version 1.2.12 Mounir IDRASSI 2022-03-31 00:50:51 +02:00
  • 2be0b2e88f HTML Documentation: Add Russian translation by Dmitry Yerokhin Mounir IDRASSI 2022-03-31 00:49:42 +02:00
  • a077eb94ef Documentation: clearer description of how number of iterations are calculated Mounir IDRASSI 2022-03-27 16:33:40 +02:00
  • 540fb52aca Update Language.zh-cn.xml (#914) nkh0472 2022-03-27 17:48:05 +08:00
  • 6f57badb2e Update Corsican translation for commit 5383190 (#913) Patriccollu 2022-03-27 11:47:17 +02:00
  • 762065917f Windows: Add various checks to address Coverity reported issues. Mounir IDRASSI 2022-03-26 20:03:19 +01:00
  • a0809fe85c Windows: check result of WriteFile and don't block if it is failing (Coverity) Mounir IDRASSI 2022-03-26 20:01:05 +01:00
  • 05fd14006d Remove dead code from chacha_ECRYPT_encrypt_bytes (Coverity) Mounir IDRASSI 2022-03-26 18:46:01 +01:00
  • 533269ca9a Windows: Fix wrong parameter to CloseHandle function in case of failure of CreateEvent (Coverity) Mounir IDRASSI 2022-03-26 18:43:28 +01:00
  • 69a9c6b394 Update release notes for 1.26.0 and set its date to March 21st 2022 Mounir IDRASSI 2022-03-22 00:13:52 +01:00
  • 165df2188e Language Translations files: update polish translation Mounir IDRASSI 2022-03-21 07:58:33 +01:00
  • fbdcd35b00 Language XML files: Add newly added entry to the XML files of supported languages Mounir IDRASSI 2022-03-21 00:42:56 +01:00
  • 5124775236 Windows: Add latest 1.26 EFI bootloader files that are signed by Microsoft that come with the following modifications: - Fix bug in PasswordTimeout value handling that caused it to be limited to 255 seconds. - Rescue Disk: enhance "Boot Original Windows Loader" by using embedded backup of original Windows loader if it is missing from disk - Addition of Blake2s and removal of RIPEMD160 & GOST89 Mounir IDRASSI 2022-03-21 00:31:17 +01:00
  • 67acba4b4f Increment version to 1.26 and update windows driver and MBR bootloader files Mounir IDRASSI 2022-03-21 00:27:39 +01:00
  • a239789317 Add missing Blake2s source files Mounir IDRASSI 2022-03-21 00:23:48 +01:00
  • a57a79c61d Update documentation to add Blake2s-256 and remove RIPEMD-160 Mounir IDRASSI 2022-03-21 00:14:33 +01:00
  • 4a1be156f7 Language XML files: update Russian XML file by Dmitry Yerokhin. Mounir IDRASSI 2022-03-20 23:47:40 +01:00
  • 03e29434e8 Windows: Display message to recreate Rescue Disk when upgrading from version 1.25 or earlier because of the changes in the supported algorithms Mounir IDRASSI 2022-03-20 23:29:18 +01:00
  • 5383190518 Windows: Block upgrade of VeraCrypt is the system is encrypted using RIPEMD-160 or GOST89 since they are not supported anymore. Mounir IDRASSI 2022-03-20 20:53:20 +01:00
  • dd0f3cd167 Windows: use "HMAC-BLAKE2s-256" instead of "HMAC-BLAKE2s" for BLAKE2s PRF name Mounir IDRASSI 2022-03-09 22:41:50 +01:00
  • 36795a688f Implement support of Blake2s-256 hash algorithm and remove deprecated algorithms RIPEMD-160 and GOST89. Mounir IDRASSI 2022-03-07 00:45:30 +01:00
  • 2dee49d3c8 Creating Language.co.xml for Corsican (#905) Patriccollu 2022-03-07 22:25:31 +01:00
  • 1ee0ce506b Update Language.de.xml (#899) Mr-Update 2022-03-07 10:18:20 +01:00
  • 3d655ca2a3 Update Language.de.xml (#898) VeraCrypt_1.25.9 Mr-Update 2022-02-20 00:16:01 +01:00
  • 3cab3ce37a Increment version to 1.25.9 and update Release Notes. Mounir IDRASSI 2022-02-19 22:53:56 +01:00
  • c145b337cb Linux/MacOSX: Fix hidden volume settings not correctly displayed when enabling hidden volume protection in mount options window Mounir IDRASSI 2022-02-19 22:33:47 +01:00
  • c68e982f39 Update Language.de.xml (#893) Mr-Update 2022-02-18 01:44:52 +01:00
  • b52ce86040 Linux: Fix code dump when built with -D_GLIBCXX_ASSERTIONS caused by an assert in libstdc++. Mounir IDRASSI 2022-02-18 01:23:26 +01:00
  • 662bb60fe4 Windows: Fix wrong Debug reference in VS2019 solution file Mounir IDRASSI 2022-02-16 23:42:31 +01:00
  • 8a1f6d904b Update Release Notes and release date Mounir IDRASSI 2022-02-16 23:20:56 +01:00
  • c2b2f80d4f Increment version to 1.25.8.2 and update signed Windows drivers Mounir IDRASSI 2022-02-16 23:20:02 +01:00
  • d417b2806c Linux/FreeBSD: Enable building without AESNI support by setting environment variable DISABLE_AESNI to 1 during build or passing NOAESNI=1 to make command Mounir IDRASSI 2022-02-13 18:41:18 +01:00
  • be5bcbf42f Language XML files: Update French translation Mounir IDRASSI 2022-02-13 16:52:02 +01:00
  • 4483d23fad Add missing copyright to README.md Mounir IDRASSI 2022-02-13 16:47:13 +01:00
  • 049075cf43 Update Language.de.xml (#891) Mr-Update 2022-02-13 10:03:16 +01:00
  • 5ef553d18f Windows: remove debugging left over call to MessageBox Mounir IDRASSI 2022-02-11 00:26:43 +01:00
  • 11800e429d Windows: Activate lzma project build for x64 target Mounir IDRASSI 2022-02-11 00:01:33 +01:00
  • b1ae5f4740 Update copyrights following integration of LZMA SDK Mounir IDRASSI 2022-02-10 23:51:12 +01:00
  • b5b252107d Update Release Notes and set release date to February 10th. Mounir IDRASSI 2022-02-10 23:28:02 +01:00
  • e925dd2f1a Windows: Increment version to 1.25.8.1 and update signed Windows drivers Mounir IDRASSI 2022-02-10 23:07:55 +01:00
  • 818638d2a2 Update Language.de.xml (#890) Mr-Update 2022-02-10 23:16:41 +01:00
  • c3bb028dfa Update Turkish translation (FabSec; By Fabriel) Mounir IDRASSI 2022-02-10 01:29:25 +01:00
  • aebb099da2 Windows Driver: Don't cache the password if outer volume mounting succeeds but hidden volume mounting fails Mounir IDRASSI 2022-02-10 01:01:51 +01:00
  • 1ef05f24e2 Windows: Reduce the size of installers by almost 50% by using LZMA compression instead of DEFLATE Mounir IDRASSI 2022-02-09 23:47:25 +01:00
  • 302dc37fb9 Windows: Make Travel Disk contains 32-bit and arm64 binaries when VeraCrypt installed using MSI Mounir IDRASSI 2022-02-09 22:37:22 +01:00
  • 2da115ffb4 Update Release Notes and add signed Windows driver. Mounir IDRASSI 2022-02-06 09:50:17 +01:00
  • c51a209879 Windows: Add registry setting to disable erasing encryption keys on Windows shutdown/reboot. This helps solve BSOD during shutdown/reboot on some machines. Mounir IDRASSI 2022-02-06 09:34:32 +01:00
  • 6f3fc5b9e3 Update Release Notes Mounir IDRASSI 2022-02-05 22:50:02 +01:00
  • 0b78115084 Windows: Update MBR bootloader files. Mounir IDRASSI 2022-02-05 22:49:30 +01:00
  • 0e4c8f91af Windows: remove unneeded reference to XML files from Setup Visual Studio project Mounir IDRASSI 2022-02-05 20:17:51 +01:00
  • 91d308857a Translations: Fix minor typo in zh-CN translation (close #879) Mounir IDRASSI 2022-02-05 19:08:47 +01:00
  • 463ae8e6aa Increment version to 1.25.8 Mounir IDRASSI 2022-02-05 19:04:29 +01:00
  • 3cf9364592 Linux: avoid overriding /usr/sbin if it is a symlink (close #888) Mounir IDRASSI 2022-02-05 17:49:06 +01:00
  • 4ef324df1a Linux: make generic uninstaller remove all VeraCrypt related files that were copied by the generic installer Mounir IDRASSI 2022-02-05 17:47:49 +01:00
  • 5c319dec94 Windows: Fix failure to verify driver file signature since it is signed by Microsoft not us. Mounir IDRASSI 2022-02-02 01:54:18 +01:00
  • ebb67499f1 Windows: Fix failure to create Traveler Disk when VeraCrypt is installed using MSI Mounir IDRASSI 2022-02-02 01:21:35 +01:00
  • 06841f67c7 Windows MSI: set minimum support for MSI installation to Windows 7 Mounir IDRASSI 2022-02-01 23:30:05 +01:00
  • 9b88625d97 Windows: Make MSI installer compatible with System Encryption by leveraging VeraCrypt service capabilities Mounir IDRASSI 2022-02-01 23:25:07 +01:00
  • 8ad93e6648 Windows: Fix wrong check on IUnknown_QueryService function pointer Mounir IDRASSI 2022-01-30 17:23:56 +01:00
  • 87efa35c38 Windows: Enhancement to CVE-2019-19501 fix to using 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. Mounir IDRASSI 2022-01-27 23:59:55 +01:00
  • 70e9868c8e Windows: fix buffer overrun caused by wrong use of wmemset NewSysEncWizard Mounir IDRASSI 2022-01-16 21:02:09 +01:00
  • 768effbe96 Windows: Add missing string in Language.xml Mounir IDRASSI 2022-01-16 20:28:30 +01:00
  • 7314bd19f9 Windows: Remove unused variable Mounir IDRASSI 2022-01-16 16:50:40 +01:00
  • 8eada1f8c6 Windows: Fix build error following merge Mounir IDRASSI 2022-01-16 16:40:49 +01:00
  • 594a8d2706 Merge branch 'e2Security-master' into NewSysEncWizard Mounir IDRASSI 2022-01-16 15:47:03 +01:00
  • fcb220e39a Merge branch 'master' of https://github.com/e2Security/VeraCrypt into e2Security-master Mounir IDRASSI 2022-01-16 15:43:45 +01:00
  • 0d92195c91 Windows MSI: set minimum support for MSI installation to Windows 8 as it was before Mounir IDRASSI 2022-01-09 01:00:40 +01:00
  • b0c4ac6a90 Update Language.nl.xml (#870) Thomas De Rocker 2022-01-12 00:20:11 +01:00
  • abfef8821d MacOSX: remove write permission also from group on application bundle VeraCrypt_1.25.7 Mounir IDRASSI 2022-01-08 11:07:16 +01:00
  • 46a32bea19 Update some translations from Transifex Mounir IDRASSI 2022-01-08 00:05:58 +01:00
  • 2d3771c45d Increment version to 1.25.7 and update Release Notes Mounir IDRASSI 2022-01-07 00:20:34 +01:00
  • 897b676e61 Windows: Update IDRIX SHA-256 code signing certificate to latest one Mounir IDRASSI 2022-01-06 23:59:00 +01:00
  • 9ee48b9d60 Windows: Remove adding signing certificate to TrustedPublishers on XP since it doesn't bring any benefits Mounir IDRASSI 2022-01-06 23:47:53 +01:00
  • 47f542bfa7 Windows: Fix text truncation in setup wizard and modaless waiting dialog Mounir IDRASSI 2022-01-06 23:43:30 +01:00
  • b1333b067b Update Italian translation from Transifex Mounir IDRASSI 2022-01-06 23:40:18 +01:00
  • 2d7d7ad968 Windows: Don't sign drivers with our certificate since we now use single attestation signing (no dual signing) Mounir IDRASSI 2022-01-02 21:49:25 +01:00
  • c490a75102 Update documentation and Release Notes for restored Windows 7 support. Set 1.25.6 release date at January 3rd 2022 Mounir IDRASSI 2022-01-02 21:47:28 +01:00
  • 88e4a6cb0d Windows: Restore support of Windows 7, 8/8.1 by using single attestation signature for driver and add checks on needed KBs for Windows Vista and Windows 7. Add signed driver files. Mounir IDRASSI 2022-01-02 21:45:36 +01:00
  • 88955393b2 Set 1.25.6 release date to January 1st 2022 Mounir IDRASSI 2022-01-01 18:43:01 +01:00
  • ce733d547e Update copyright year to 2022 Mounir IDRASSI 2022-01-01 18:12:11 +01:00
  • 656b1c5902 Update Release Notes and add signed Windows driver. Mounir IDRASSI 2021-12-30 15:33:16 +01:00
  • f63c2ec13c Windows driver: Set maximum values for encryption queue parameters. Add IOCTL code to read used values from user space maximum value for EncryptionFragmentSize is 2048 maximum value for EncryptionIoRequestCount is 8192 maximum value for EncryptionItemCount is (EncryptionIoRequestCount/2) Mounir IDRASSI 2021-12-30 00:34:52 +01:00
  • fac35ab08a Windows Driver: Better code for EncryptionFragmentSize variable handling Mounir IDRASSI 2021-12-30 00:10:23 +01:00
  • 7e20f65e68 Windows: Update precompiled MBR bootloader files for version 1.25.6 Mounir IDRASSI 2021-12-28 00:29:27 +01:00
  • e3267f289b Increment version to 1.25.6. Update Release Notes and add signed Windows driver. Mounir IDRASSI 2021-12-27 22:38:57 +01:00
  • 7b8ba151b2 Documentation: clarify that non-cascaded encryption algorithm for system encryption can be inferred from VeraCrypt bootloader only in the case of MBR boot mode. Mounir IDRASSI 2021-12-27 20:13:46 +01:00
  • 7fcd4bce71 Windows (MSI install only): Fix double-clicking .hc file inserting %1 instead of volume name in UI path field when Mounir IDRASSI 2021-12-27 19:50:34 +01:00
  • 68131ac91b MacOSX: correct permission of VeraCrypt application bundle during packaging Mounir IDRASSI 2021-12-24 23:55:51 +01:00
  • bb0cef759b MacOSX: Increment version to 1.24.5 and update release notes. Mounir IDRASSI 2021-12-24 21:19:18 +01:00
  • 2f45be1219 MacOSX: make sure that no files inside VeraCrypt application bundle are world-writable. Mounir IDRASSI 2021-12-24 20:52:54 +01:00
  • e373e72cda Increment version to 1.25.5 and update release notes Mounir IDRASSI 2021-12-20 00:16:51 +01:00
  • 5640de3584 Windows Driver: Add registry settings to control driver internal encryption queue Under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\veracrypt: - VeraCryptEncryptionFragmentSize (REG_DWORD): size of encryption data fragment in KiB. Default is 256. - VeraCryptEncryptionIoRequestCount (REG_DWORD): maximum number of parallel I/O requests. Default is 16. - VeraCryptEncryptionItemCount (REG_DWORD): maximum number of encryption queue items processed in parallel. Default is 8. Mounir IDRASSI 2021-12-20 00:14:24 +01:00
  • 36f71280fa Merge pull request #1 from e2Security/NewInterface felixreichmann 2021-12-17 15:27:04 +01:00
  • 4ed2bf5427 Language XML files: update Czech translation (contributed by Lagardere) Mounir IDRASSI 2021-12-16 23:26:01 +01:00