1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-13 11:58:26 -06:00

Commit Graph

  • 6b10f88e40 Fix build error of UEFI bootloader caused by latest changes that introduced ChaCha20 and T1HA algorithms and which are not present nor used in UEFI bootloader Mounir IDRASSI 2019-09-23 00:04:11 +02:00
  • 2410b69402 Update Flattr donation link and add generic PayPal donation link for currencies not already supported. Mounir IDRASSI 2019-09-17 23:47:30 +02:00
  • 140832e91f Update IDRIX bank details for receiving donations through bank transfer and add support for New Zealand dollar for donations using bank transfers. Mounir IDRASSI 2019-09-03 22:45:05 +02:00
  • 7c9899f54e Documentation: Update the documentation for gpg signature verification in order to match newer versions of gpg where the switch --with-fingerprint doesn't exist anymore (Thank you Patrick H.!) Mounir IDRASSI 2019-09-03 21:58:08 +02:00
  • 2ab57bcf70 Windows: fix compilation error of legacy MBR bootloader caused by missing intrin.h header Mounir IDRASSI 2019-08-26 00:48:18 +02:00
  • aeaf4bd025 [Success] Update Language.ko.xml (#465) 키에르 2019-07-30 00:22:12 +09:00
  • 0eed3cc4c3 Update Language.zh-tw.xml (#462) qwas0514 2019-06-13 06:55:27 +08:00
  • 60e24e61c8 Update BitcoinCash address to new format Mounir IDRASSI 2019-05-05 14:41:28 +02:00
  • d0c51003f5 Update Language.ro.xml for vers. 1.24-Beta5 (#459) TigerxWood 2019-06-06 12:43:43 +03:00
  • 6f1ebacd39 Some cleanup related to "Invalid characters..." on mount issue. (#453) Alexander Karzhenkov 2019-06-06 14:41:42 +05:00
  • 7c28ae7e45 Fix spelling mistake in German translation (#452) Ettore Atalan 2019-06-06 11:40:32 +02:00
  • 1973fd6d26 Fix password-only example in help text (pim missing) (#438) Dany Shaanan 2019-06-06 12:39:52 +03:00
  • 08a8a0ce30 Linux: Fix compilation error caused by wrong include of "intrin.h" Mounir IDRASSI 2019-03-21 18:45:21 +01:00
  • 69df92c81d Increment version to 1.24-Beta5 Mounir IDRASSI 2019-03-09 07:28:11 +01:00
  • 1bd3a6cc70 Windows Driver: fix BSOD when mounting outer volume with hidden volume protection if RAM encryption is enabled Mounir IDRASSI 2019-03-09 07:23:07 +01:00
  • d6ce1db2a8 Increment version to 1.24-Beta4 and update release notes to clarify that password length increase applies only to non-system volumes. Mounir IDRASSI 2019-03-08 10:37:03 +01:00
  • 76c03c23a1 Windows: inform user that RAM encryption setting requires reboot to take effect Mounir IDRASSI 2019-03-08 00:56:47 +01:00
  • f780011a86 Windows Driver: fix BSOD when mounting hidden volume if RAM encryption is enabled Mounir IDRASSI 2019-03-08 00:32:03 +01:00
  • 9a76ecfc55 Update german translation (#433) Ettore Atalan 2019-03-08 00:58:35 +01:00
  • 7f394d0a08 XML Language files: update Chinese translation Mounir IDRASSI 2019-03-04 23:46:48 +01:00
  • 08f09861e1 Language Files: update polish translation Mounir IDRASSI 2019-03-04 23:44:58 +01:00
  • 7701dfde07 Windows: Update signed drivers for 1.24-Beta3 Mounir IDRASSI 2019-03-04 00:29:40 +01:00
  • 5c934d8122 Windows Driver: Add IOCTL code to query RAM encryption status in VeraCrypt driver Mounir IDRASSI 2019-03-03 23:34:03 +01:00
  • 6d2cef1fd8 Fix formatting of credits in About dialog and documentation Mounir IDRASSI 2019-03-03 22:49:56 +01:00
  • c7b23530f9 Windows: Add missing UI string to XML language files. Mounir IDRASSI 2019-03-03 20:35:02 +01:00
  • 8e39877054 Increment version to 1.24-Beta3. Update Release Notes. Mounir IDRASSI 2019-03-03 18:44:21 +01:00
  • f6274642f0 Windows: Update documentation for command line usage Mounir IDRASSI 2019-03-03 18:27:56 +01:00
  • 2117490500 Windows: Add documentation for new switch (/m noattach) Mounir IDRASSI 2019-03-03 18:09:27 +01:00
  • 28b8bf5222 Windows: Add command line switch (/m noattach) that is equivalent to UI option "Only create virtual device without mounting on selected drive letter" Mounir IDRASSI 2019-03-03 17:11:37 +01:00
  • d92e045b8d Windows: replicate old behavior when handling passwords in UI when legacy password maximum length option selected Mounir IDRASSI 2019-03-03 16:54:44 +01:00
  • 453ef927ef Windows: Add option to use legacy maximum password length (64 characters) instead of new maximum length (128) in UI and command line. This will users who were relying on the UI truncating the passwords to the first 64 characters in the previous versions of VeraCrypt. Mounir IDRASSI 2019-03-03 00:18:48 +01:00
  • ea88c6175c Windows: fix compilation error Mounir IDRASSI 2019-03-02 14:49:24 +01:00
  • f7bc58b38f Windows: mitigate some memory attacks by making VeraCrypt applications memory inaccessible by non-admin users. Implementation borrowed from KeePassXC source code (https://github.com/keepassxreboot/keepassxc/blob/release/2.4.0/src/core/Bootstrap.cpp#L150) Mounir IDRASSI 2019-03-02 14:43:39 +01:00
  • 321715202a Windows: Generalize RAM encryption for keys to VeraCrypt binaries, especially Format and Expander Mounir IDRASSI 2019-03-02 10:14:21 +01:00
  • edd1b00126 Windows Driver: Enable RAM encryption only after its security parameters were created Mounir IDRASSI 2019-03-01 00:32:21 +01:00
  • 3d6032d69e Windows: better debug messages for VcProtectKeys and VcUnprotectKeys functions Mounir IDRASSI 2019-03-01 00:31:01 +01:00
  • 954bfd45d0 Windows Driver: Implement RAM encryption for cached passwords Mounir IDRASSI 2019-02-28 20:24:35 +01:00
  • ae5eb73f93 Windows driver: call VcProtectKeys only when RAM encryption enabled although this function does nothing when RAM encryption is disabled. Mounir IDRASSI 2019-02-28 20:23:01 +01:00
  • 0391b8e550 Windows: Add some logs in functions for RAM encryption Mounir IDRASSI 2019-02-27 00:14:51 +01:00
  • 8d7a318795 Windows: use specific order for EFI boot arguments memory regions that matches the one used by EFI bootloader. Mounir IDRASSI 2019-02-27 00:09:40 +01:00
  • cf48b532b4 Windows: Implement RAM encryption for keys on 64-bit machines using ChaCha12 cipher and t1ha non-cryptographic fast hash (https://github.com/leo-yuriev/t1ha) Mounir IDRASSI 2019-02-26 01:50:27 +01:00
  • 29b749bdd9 Windows: rename IsCpuRngSupport to IsCpuRngSupported for clarity and use it in Mount.c Mounir IDRASSI 2019-02-13 17:13:55 +01:00
  • adf97533d3 Windows: Set CpuRngDisabled variable to TRUE for clarity even if it will be set to TRUE anyway by default through EnableCpuRng calls Mounir IDRASSI 2019-02-13 17:00:03 +01:00
  • 863a3a07b8 XML Language files: update Chinese translation Mounir IDRASSI 2019-02-13 15:44:07 +01:00
  • 1b76823ea5 Add copyright and license information of JitterEntropy library by Stephan Mueller Mounir IDRASSI 2019-02-12 19:01:10 +01:00
  • 86f0fde6e7 Windows: Use Hardware RNG based on CPU timing jitter "Jitterentropy" by Stephan Mueller as a good alternative to RDRAND (http://www.chronox.de/jent.html, smueller@chronox.de) Mounir IDRASSI 2019-02-12 18:49:12 +01:00
  • a5943c07fb Language XML files: update Czech translation (contributed by Lagardere) Mounir IDRASSI 2019-02-12 17:25:57 +01:00
  • fc72eb04f5 Add missing string from Estonian language file. Mounir IDRASSI 2019-02-12 00:55:16 +01:00
  • 2061b4c28c Windows: Ensure that only one thread at a time can create a secure desktop Mounir IDRASSI 2019-02-10 22:48:06 +01:00
  • 3903fcc595 Windows: Avoid simultaneous calls of favorites mounting, for example if corresponding hotkey is pressed multiple times. Mounir IDRASSI 2019-02-10 22:30:50 +01:00
  • 97ccbaf0a3 Fix typo in CPU RNG detection condition (Github issue #417) Mounir IDRASSI 2019-02-10 17:28:38 +01:00
  • 2bb1fdf232 XML Language files: update Chinese translation Mounir IDRASSI 2019-02-10 17:24:00 +01:00
  • cbfd9ba1d1 Update german translation (#416) Ettore Atalan 2019-02-10 17:20:57 +01:00
  • ba5da0946c Windows: Add implementation of ChaCha20 based random generator. Use it for driver need of random bytes (currently only wipe bytes but more to come later). Mounir IDRASSI 2019-02-08 01:48:12 +01:00
  • e5b9cee868 Windows: Add option to enable use of CPU RDRAND/RDSEED as source of entropy which is now disabled by default Mounir IDRASSI 2019-02-07 15:24:56 +01:00
  • 6bb1f24ed5 Automatically truncate passwords for TrueCrypt volumes and System Encryption to the first 64 characters. This fix issues encountered by users of TrueCrypt volumes who were using passwords longer than 64 characters that were truncated in previous version. Mounir IDRASSI 2019-02-04 11:37:37 +01:00
  • 5d3278bcf2 Update Release Notes and other files for 1.24-Beta2 release Mounir IDRASSI 2019-02-01 12:56:19 +01:00
  • 0b8e768721 Windows: Add latest 1.24 EFI bootloader files that are signed by Microsoft that come with several enhancements and fixes especially for Rescue Disk: - Implement better timeout mechanism for password input. Implement new actions "shutdown" and "reboot". Set default timeout value to 3 minutes and default timeout action to "shutdown" - Enhance Rescue Disk implementation of restoring VeraCrypt loader. - Fix ESC on password prompt during Pre-Test not starting Windows - Add menu entry in Rescue Disk that enables starting original Windows loader Mounir IDRASSI 2019-01-31 23:57:11 +01:00
  • 5571a8ba6b Windows driver: better randomness for wipe bytes by always using Whirlpool hash of current time and random bytes retrieved using CPU RDRAND/RDSEED if available. Mounir IDRASSI 2019-01-31 01:10:38 +01:00
  • 61c1baa4bf Windows: use CPU RDRAND or RDSEED as an additional entropy source for our random generator when available Mounir IDRASSI 2019-01-31 01:05:19 +01:00
  • 915855f43b Fix detection of CPU features AVX2 & BMI2. Add detection of RDRAND & RDSEED CPU features. Detect Hygon CPU as AMD one. Mounir IDRASSI 2019-01-31 01:00:54 +01:00
  • 3c18d54d1e Windows driver: replace SHA512 by RIPEMD160 when calculating internal hash of master key to avoid calling KeSaveFloatingPointState/KeSaveExtendedProcessorState since SHA512 implementation uses SSE2/AVX and RIPEMD160 is pure C Mounir IDRASSI 2019-01-30 11:48:07 +01:00
  • f02882ce60 Help compiler optimize some crypto code on 64-bit build since x64 capable CPUs always support SSE and SSE2 Mounir IDRASSI 2019-01-30 00:14:38 +01:00
  • b294cc2e1c Increment version to 1.24-Beta2 Mounir IDRASSI 2019-01-28 17:12:22 +01:00
  • cdd1179c63 Increase password maximum length to 128 bytes from 64 bytes Mounir IDRASSI 2019-01-28 14:58:41 +01:00
  • 54e46c260c Windows Driver: force the input size for some IOCTLs to have a fixed value Mounir IDRASSI 2019-01-28 12:23:10 +01:00
  • a20b3083b0 Windows: Add a build configuration containing EFI bootloader signed with custom SecureBoot key instead Mounir IDRASSI 2019-01-26 01:18:03 +01:00
  • 7b95b375a0 Windows: fix building MBR bootloader following modification of Xts.c Mounir IDRASSI 2019-01-26 01:10:11 +01:00
  • ce0a34941a Linux/MacOSX crypto: report XTS optimization implemented previously on Windows Mounir IDRASSI 2019-01-25 18:38:01 +01:00
  • d8d92357b0 Windows crypto: optimize XTS implementation for 64-bit builds using SSE2 thanks to simplification of storage of whitening values in memory (normal order instead of reverse order). Mounir IDRASSI 2019-01-25 14:58:11 +01:00
  • f3a98fda03 Update release notes for 1.24-Beta1 Mounir IDRASSI 2019-01-22 10:02:21 +01:00
  • 6084c5606a Update german translation (#403) Ettore Atalan 2019-01-22 09:55:40 +01:00
  • d73b8bdf74 Windows: Increment driver version to 1.24.1.1 Mounir IDRASSI 2019-01-22 09:52:00 +01:00
  • ee0a2659da Windows driver: remove volumes master keys from CRYPTO_INFO since they are not needed after their key schedule is created Mounir IDRASSI 2019-01-21 00:42:53 +01:00
  • 27b3fee02d Windows: remove unused fields from CRYPTO_INFO structure Mounir IDRASSI 2019-01-19 00:39:36 +01:00
  • 2046347775 Windows: fix editor of EFI configuration file not accepting ENTER key for adding new lines. Mounir IDRASSI 2019-01-18 18:59:55 +01:00
  • 9eb36ba91f MacOSX: update info.plist file to set priority at run-time to 64-bit version and to set minimum OSX version to 10.7. Mounir IDRASSI 2019-01-17 00:32:37 +01:00
  • 4155e912ee XML Language files: update Chinese translation Mounir IDRASSI 2019-01-15 20:36:34 +01:00
  • 202caea3a9 Windows: enhancements to EFI system encryption, like handling of Multi-Boot and better compatibility with Windows Upgrade process. Mounir IDRASSI 2019-01-15 15:03:08 +01:00
  • 07fd2aa9a5 Update Release Notes and language files for version 1.24-Beta1. Add signed Windows drivers. Mounir IDRASSI 2019-01-14 10:42:19 +01:00
  • 07f6793bd2 Windows: enhance support of new behavior of favorite service which is now always running in case of system encryption Mounir IDRASSI 2019-01-14 01:01:00 +01:00
  • d3e7ed96f3 Windows: Implement feature that enables clearing of encryption keys when a new device is inserted. Better implementation for update of EFI bootloader without usage of drive letters (this can fix random issues encountered during Windows upgrade). Mounir IDRASSI 2019-01-12 01:24:25 +01:00
  • 69cb0bea81 Windows: add a 10 seconds delay between signtool calls to avoid issues caused by antivirus software locking the newly signed files temporarily after they are signed. Mounir IDRASSI 2019-01-09 11:35:57 +01:00
  • 44b2215a7a Windows: fix debug packaging script by copying missing driver .inf and .cat files from Release folder. Mounir IDRASSI 2019-01-09 11:32:05 +01:00
  • 406adce424 Increment version to 1.24-Beta1 Mounir IDRASSI 2019-01-09 11:28:51 +01:00
  • 405883169c Windows driver: remove newly added volatile qualifier from CRYPT_INFO pointers to fix build issue until a better approach is devised Mounir IDRASSI 2019-01-09 00:58:08 +01:00
  • 652e989d23 Windows Security: Add new entry point in driver that allows emergency clearing of all encryption keys from memory. This entry point requires administrative privileges and it will caused BSDO when system encryption is active. It can be useful for example to applications that monitors physical access to the machine and which need to erase sensitive key material from RAM when unauthorized access is detected. Mounir IDRASSI 2019-01-09 00:25:06 +01:00
  • 7c2cf7889f Windows Driver: erase system encryption keys from memory during shutdown/reboot to help mitigate some cold boot attacks Mounir IDRASSI 2019-01-09 00:15:51 +01:00
  • 11f0b99846 Windows driver: move newly added field in VOLUME_PROPERTIES_STRUCT to the end for compatibility with previous version. Mounir IDRASSI 2018-12-30 09:39:41 +01:00
  • 2e2d3e9596 XML Language files: update Chinese translation Mounir IDRASSI 2018-12-24 17:09:35 +01:00
  • bb18de6496 Update Language.de.xml (#395) Ettore Atalan 2018-12-24 16:59:11 +01:00
  • a5f8f196e7 Update german translation (#394) Ettore Atalan 2018-12-24 16:58:55 +01:00
  • e516330775 Windows: Fix mount option to disable Windows Mount Manager can preserved when mount options dialog opened a second time. Mounir IDRASSI 2018-12-24 16:21:35 +01:00
  • 21587034d0 Windows: update signing script to use newly issued IDRIX EV code signing certificate. Mounir IDRASSI 2018-12-19 23:33:05 +01:00
  • de4c6849a0 Update release notes with information concerning hidden volume issue fixed in 1.18a. Remove USD bank account details from bank donation page. Mounir IDRASSI 2018-12-19 23:23:49 +01:00
  • d5b14305e9 Windows: Increment driver version to 1.24.0.1 Mounir IDRASSI 2018-12-19 13:51:52 +01:00
  • 3290ef4f75 Windows Driver: Don't interact with the volume's filesystem if mount manager integration is disabled Mounir IDRASSI 2018-12-19 12:26:55 +01:00
  • 800f081f1c Increment version to 1.24-Beta0 Mounir IDRASSI 2018-12-19 11:04:06 +01:00
  • 1967bd862e Windows: Add mount option that allows mounting a volume without attaching it to the specified drive letter. This is useful in situation where Windows has issue with the filesystem (e.g. ReFS on Windows 10 1809) and we need to use third party software to be able to use the filesystem under Windows through low level VeraCrypt virtual device (e.g. \Device\VeraCryptVolumeX). Mounir IDRASSI 2018-12-19 00:38:56 +01:00
  • 6abc59acd2 Windows MBR Bootloader: workaround for issue affecting creation of hidden OS on some SSD drives (Error 128 while writing MBR). This commit replace the 512 bytes write operations by a 4096 bytes write operation. Mounir IDRASSI 2018-12-19 00:34:31 +01:00