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

Commit Graph

  • 6252d96b0d Update Jitterentropy Library to version 2.2.0 Mounir IDRASSI 2019-10-30 12:18:20 +01:00
  • 3565cb1afe Disable both RDRAND and RDSEED if a failure is detected Mounir IDRASSI 2019-10-30 09:08:38 +01:00
  • 5ecff99edc Add check for buggy RDRAND (AMD Ryzen CPU case) even if we always use RDSEED instead of RDRAND when RDSEED is available (which is the case on modern CPUs) Mounir IDRASSI 2019-10-30 08:45:01 +01:00
  • 7a35ecb154 Windows: use separate assembly files for RDRAND and RDSEED in order to fix a mysterious crash when MASM_RDSEED_GenerateBlock is called after MASM_RDRAND_GenerateBlock. Mounir IDRASSI 2019-10-30 00:15:28 +01:00
  • 3b5d4771a0 Fix wrong detection of AMD CPUs. Mounir IDRASSI 2019-10-29 15:40:04 +01:00
  • afe6b2f45b Linux: Fix compilation error on non-x86 platform by providing generic implementation for jent_get_nstime function Mounir IDRASSI 2019-10-28 23:16:15 +01:00
  • 3fa636d477 Linux: Fix compilation error if type __u64 is already defined by gcc Mounir IDRASSI 2019-10-28 18:57:07 +01:00
  • 659df4c6df Language XML files: update Czech translation (contributed by Lagardere) Mounir IDRASSI 2019-10-28 00:13:21 +01:00
  • ac684352e6 Windows: use strcmp to compare effective content of std::string since == operator may return false if one of the strins has an extra \0 at the end. VeraCrypt_1.24-Hotfix1 Mounir IDRASSI 2019-10-27 13:08:56 +01:00
  • 1ae99f2e67 Windows: Update Release Notes and set 1.24-Hotfix1 release date to October 27th. Mounir IDRASSI 2019-10-27 10:44:47 +01:00
  • 94084525b1 Windows: fix failure to create rescue and thus to encrypt the system if the Windows username contains a UNICODE non-ASCII character (cf https://github.com/veracrypt/VeraCrypt/issues/441) Mounir IDRASSI 2019-10-27 02:28:14 +02:00
  • b1b692d4a3 Windows: Only update boot configuration on disk if the user actually changed something in the UI Mounir IDRASSI 2019-10-27 02:00:07 +02:00
  • 2722b46530 Windows: code refactoring and convert NTSTATUS error code to WIN32 equivalent before displaying error message. Mounir IDRASSI 2019-10-27 01:39:37 +02:00
  • 89e2547851 Windows: Make EFI System Encryption PostOOBE code more robust to failure to access "\\\\?\\GLOBALROOT" disk namespace Mounir IDRASSI 2019-10-27 00:09:44 +02:00
  • ca46cf928a Windows: Update EFI NVRAM variable only if changed or doesn't exist and add configuration to force setting EFI BootNext to veraCrypt bootloader before each shutdown Mounir IDRASSI 2019-10-26 22:49:37 +02:00
  • f22abf93dd Windows: Restore veraCrypt boot meny entry for system encryption more often, especially during PostOOBE calls, and handle additional corner cases. Mounir IDRASSI 2019-10-26 22:07:50 +02:00
  • 7484c07364 Linux: Add build script for OpenSUSE Mounir IDRASSI 2019-10-26 18:42:13 +02:00
  • 0e4ab56e12 MacOSX: Update build script and Makefile to correctly build Legacy version of VeraCrypt that targets OSX 10.7+. Mounir IDRASSI 2019-10-25 23:04:48 +02:00
  • 0ca62a37d6 MacOSX: fix truncated algorithms description in the Encryption Options page of the volume creation wizard, which happened after moving to wxWidgets 3.1.2 Mounir IDRASSI 2019-10-25 22:48:08 +02:00
  • 6bf37280d6 MacOSX: use wxWidgets 3.1.2 for the legacy build which is now done with SDK 10.9 while still targeting OSX 10.7. Mounir IDRASSI 2019-10-25 22:46:17 +02:00
  • 38b5af907e Set release date of 1.24-Hotfix1 to October 25th. Mounir IDRASSI 2019-10-25 18:20:22 +02:00
  • 28fc65e479 Windows: Fix test of GetPrivateProfileString output since this function discards double quotation marks Mounir IDRASSI 2019-10-25 18:13:07 +02:00
  • 343d1a95dc Windows: only update MBR first 512 bytes if they have changed and don't update full MBR bootload in case of PostOOBE Mounir IDRASSI 2019-10-25 13:08:53 +02:00
  • faa541f613 Windows: for system encryption case, also perform automatic fix of boot configuration if MBR boot used and not only EFI. Mounir IDRASSI 2019-10-25 13:06:14 +02:00
  • 318b00b6a2 Windows: Avoid unnecessarily update of system encryption SetupConfig related files if there content didn't change Mounir IDRASSI 2019-10-25 01:29:04 +02:00
  • 4ea4f36010 Update Langage.fr.xml (#526) Bugi4Bugi 2019-10-25 00:22:18 +02:00
  • 7745db6e4a MacOSX: Add dedicated installer for legacy version that targets OSX 10.7+ and update requirement for new installer to be OSX 10.9+ and 64-bit only. Mounir IDRASSI 2019-10-24 23:09:37 +02:00
  • 5031e69651 MacOSX: fix typo in MacOSX legacy build script Mounir IDRASSI 2019-10-24 21:11:13 +02:00
  • 96c90d18c2 Linux/MacOSX: Better approach to avoid that jitterentropy code is optimized by the compiler Mounir IDRASSI 2019-10-24 19:20:05 +02:00
  • 6b90e02624 Increment version to 1.24-Hotfix1 Mounir IDRASSI 2019-10-24 00:08:35 +02:00
  • 692e2c3455 Linux: set version explicitly in CMakeLists.txt instead of relying on parsing of Tcdefs.h which can be erroneous Mounir IDRASSI 2019-10-23 23:49:51 +02:00
  • 2b65a14301 Windows: display prompt to upgrade Rescue Disk when installing 1.24 version since it adds functionality and it has better support for fix boot issues. Mounir IDRASSI 2019-10-23 23:47:29 +02:00
  • 478066c607 Linux/MacOSX: Add missing JitterEntropy implementation Mounir IDRASSI 2019-10-23 22:30:44 +02:00
  • 74e14c070f Windows: A Quick Expand option to VeraCrypt Expander to allow quicker expansion of file containers after warning about security issues associated with it. Mounir IDRASSI 2019-10-23 00:22:31 +02:00
  • 11f1a21652 Increment version to 1.23-Hotfix1-Preview Mounir IDRASSI 2019-10-20 22:30:37 +02:00
  • 9b394ddc49 Windows: Avoid unnecessary write operations when copying/modifying EFI bootloader files in order to avoid leaking modification timestamp Mounir IDRASSI 2019-10-20 21:50:41 +02:00
  • 31a87c2e5f Windows: add more checks to correctly identify Microsoft original bootloader. Mounir IDRASSI 2019-10-20 17:05:30 +02:00
  • cca08e1ed5 Windows: Add checks that the System Favorites service is running. Warn user if he enabled option to clear RAM encryption keys and the service is stopped. Mounir IDRASSI 2019-10-20 16:33:34 +02:00
  • 7c020c23ce Windows: resize UI elements of random collection step in Format wizard Mounir IDRASSI 2019-10-20 12:14:56 +02:00
  • 12461a55a8 MacOSX: Support APFS for creating volumes. Mounir IDRASSI 2019-10-19 22:04:48 +02:00
  • 008d0503be Windows: make VeraCrypt Expander able to resume expansion of volumes whose previous expansion was aborted before it finishes Mounir IDRASSI 2019-10-18 23:04:59 +02:00
  • 5b88a183ac Windows: handle case of DcsProp configuration file for EFI system encryption contains wrong "ActionSuccess" entry that points towards bootmgfw.efi which is now our bootloader and not Microsoft one. Mounir IDRASSI 2019-10-18 00:55:32 +02:00
  • 4119521f9e Linux: Workaround for gcc 4.4.7 bug under CentOS 6 that causes VeraCrypt built under CentOS 6 to crash when Whirlpool hash is used. Mounir IDRASSI 2019-10-17 14:59:24 +02:00
  • 3bb661244c Linux: fix compilation error under CentOS 6 Mounir IDRASSI 2019-10-17 07:18:15 +02:00
  • bdc1dc42a6 Small GUI enhancements (#521) El Mostafa Idrassi 2019-10-15 23:43:49 +01:00
  • c90b45f88c Fixed drag and drop not showing correct path, specifically under GTK-3. (#520) El Mostafa Idrassi 2019-10-15 23:43:34 +01:00
  • 2675a9c60e Documentation: Add missing documentation for VeraCrypt.exe command line switch /DisableDeviceUpdate Mounir IDRASSI 2019-10-15 00:53:23 +02:00
  • 67a514da6f MacOSX: Enhanced Makefile and build script (#519) El Mostafa Idrassi 2019-10-14 23:03:36 +01:00
  • bdcfe5bbb2 Fixed buttons not being correctly aligned (#518) El Mostafa Idrassi 2019-10-14 23:02:25 +01:00
  • b6dcea013e MacOSX: Add build scripts and modifications to linking against wxWidgets 3.1.2 for non legacy build targeting OSX 10.9+ Mounir IDRASSI 2019-10-12 01:19:45 +02:00
  • f56a8c49f9 Windows: Fix regression that causes system favorites not to mount if VeraCrypt 1.24 is freshly installed and not updated. Mounir IDRASSI 2019-10-14 01:06:55 +02:00
  • 621330b726 MacOSX: Fixed devices / partitions not showing in the device selection dialog (#516) El Mostafa Idrassi 2019-10-11 16:02:03 +01:00
  • 9463a628a6 Linux/FreeBSD: Use of 'sudo -n uptime' command to check whether user has an active 'sudo' session instead of the use of a 'dummy' password. (#513) El Mostafa Idrassi 2019-10-08 17:11:50 +01:00
  • 15a8cde6f5 Updated and fixed build and packaging scripts. (#512) El Mostafa Idrassi 2019-10-07 17:49:46 +01:00
  • 6d7f7527be MacOSX: fix link error under Xcode 4.6.3 VeraCrypt_1.24 Mounir IDRASSI 2019-10-06 18:41:13 +02:00
  • a4145721a7 Linux/FreeBSD: change location of documentation from /usr/share/veracrypt/doc to the standard /usr/share/doc/veracrypt Mounir IDRASSI 2019-10-06 13:28:50 +02:00
  • be6c817873 Increment version to 1.24 Mounir IDRASSI 2019-10-06 11:24:39 +02:00
  • af9e0f0482 Linux: modifications to cmake files to use GTK3 on CentOS and change packages names Mounir IDRASSI 2019-10-05 19:19:39 +02:00
  • 4fe4cbc568 Linux: Add option in Makefile to use GTK3 in VeraCrypt static build Mounir IDRASSI 2019-10-05 19:04:12 +02:00
  • 4f24e877aa Update Release Notes to indicate use of libzip 1.5.2 Mounir IDRASSI 2019-10-04 21:43:31 +02:00
  • d2c53bc373 Linux: Added CMake script for creating .DEBs and .RPMs for VeraCrypt using CPack, and shell scripts which build then package VeraCrypt under CentOS and Debian/Ubuntu. (#511) El Mostafa Idrassi 2019-10-04 20:33:46 +01:00
  • 48ef6c3736 Linux : Added missing 'mkdir' before installing in case $DESTDIR does not exist (#510) El Mostafa Idrassi 2019-10-04 20:26:25 +01:00
  • b6babc688d Windows: Update libzip to version 1.5.2 Mounir IDRASSI 2019-10-04 21:13:31 +02:00
  • 9a895bedde Fix "error "SSSE3 instruction set not enabled" when compiling using GCC version < 4.9 without -mssse3 option (SSSE3=1 when using make). (#507) El Mostafa Idrassi 2019-10-04 13:07:10 +01:00
  • 1fb81d1a43 Clarify in Release Notes that RAM encryption disables Hibernate only if System Encryption is being used. Mounir IDRASSI 2019-10-04 11:33:16 +02:00
  • 0e931b19fe Update Release Notes for 1.24-Beta6 Mounir IDRASSI 2019-10-03 19:41:36 +02:00
  • ccda60f82f Windows: If Secure Desktop is started and random generator was not 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. Mounir IDRASSI 2019-10-03 19:30:50 +02:00
  • 1298f83aa4 Windows: Add function RandinitWithCheck to detect if random generator was already initialized before our call or not Mounir IDRASSI 2019-10-03 19:25:57 +02:00
  • 9f91c47bd2 Windows: Use Jitterentropy RNG only in SlowPoll call and not in FastPoll since the it consumes too much CPU and FastPoll requires fast and minimal entropy gathering Mounir IDRASSI 2019-10-03 18:49:09 +02:00
  • be09fa8a53 '#define VERSION_STRING XXX' must come before '#define VERSION_STRING_SUFFIX YYY' (#506) El Mostafa Idrassi 2019-10-03 15:34:43 +01:00
  • 75d0bb97cb Update german translation (#505) Ettore Atalan 2019-10-03 11:04:59 +02:00
  • 400bb52247 Linux/MacOSX:check that the requested size of file container is less than available Mounir IDRASSI 2019-10-02 22:28:22 +02:00
  • f16a298d9f German translation (#491) Felix Reichmann 2019-10-02 22:07:18 +02:00
  • bb2eaa6697 Utilize $(BASE_DIR) in the install targets rather than $(PWD) and $(CURDIR) (#472) Unit 193 2019-10-02 15:59:13 -04:00
  • 66e43753cb Added creation of Rescue USB Drive (#486) Felix Reichmann 2019-10-02 21:35:34 +02:00
  • 4f16f763bb [FR] Fix some translation issues (#473) Skid 2019-10-02 21:33:18 +02:00
  • 10c4a3e807 Allow $(ARCH) to be defined during build (#471) Unit 193 2019-10-02 15:31:07 -04:00
  • 0d91dab5b9 Align section types of Whirlpool_C and SHA256_K (#479) Hans-Peter Jansen 2019-10-02 21:25:10 +02:00
  • e211749c7c Documentation: Add missing documentation for Format command line switch /nosizecheck Mounir IDRASSI 2019-10-02 19:02:36 +02:00
  • b39a724f26 Windows: Add support for /nosizecheck switch in Format command line file container creation Mounir IDRASSI 2019-10-02 18:57:30 +02:00
  • fa3d4c79c9 Increment version to 1.24-Beta6 Mounir IDRASSI 2019-10-02 11:38:49 +02:00
  • 3923d11c7b Windows Driver: Disable Hibernation when RAM encryption is enabled since we can't resume from Hibernation without RAM encryption keys (a chicken and egg situation) Mounir IDRASSI 2019-10-01 15:07:56 +02:00
  • 9b804137e0 Windows: when periodic update of device is disabled, use SetupAPI to list disks on demand instead of testing all disks to reduce CPU usage. Mounir IDRASSI 2019-09-30 16:08:27 +02:00
  • e3afa296c7 Windows: resize VeraCrypt Format Wizard and Mount Options dialogs to fix some text truncation issues with non-English languages. Mounir IDRASSI 2019-09-30 16:04:50 +02:00
  • 14fecc93f7 Documentation: Add missing documentation for command line switch (/cache PIM) to enable both password and PIM cache Mounir IDRASSI 2019-09-29 17:50:33 +02:00
  • 128234c066 Windows: Update the encoded hash of the code signing certificate used to verify the integrity of binaries. Mounir IDRASSI 2019-09-29 15:20:44 +02:00
  • 3e5b7e1457 Windows: update signing script to use newly issued IDRIX SHA-1 code signing certificate. Mounir IDRASSI 2019-09-29 15:08:02 +02:00
  • 15fc29dc6b Windows: Add latest 1.24 EFI bootloader files that are signed by Microsoft that come with the following modifications: - Fix issue that was preventing Streebog hash from being selected manually during Pre-Boot authentication - Ensure that the correct Windows bootloader is executed when the user press ESCAPE - make the rescue disk boot machine directly from disk if "VeraCrypt" folder is missing. This make it easy to create a bootable disk for VeraCrypt from the rescue disk by just removing or renaming its "VeraCrypt" folder. Mounir IDRASSI 2019-09-29 14:49:53 +02:00
  • 909255d55f Windows: Use periodic update of connected devices only if there is a Favorite that uses VolumeID. Add command option to disable the period update of devices. Mounir IDRASSI 2019-09-29 14:44:22 +02:00
  • 7d88577c61 Windows: fix another typo in code comment (hopefully last one!) Mounir IDRASSI 2019-09-27 18:22:17 +02:00
  • d8ac0f7ec7 Windows: fix typo in code comment Mounir IDRASSI 2019-09-27 00:32:10 +02:00
  • 684259b438 Windows: Fix sporadic keyboard issue in Secure Desktop for password dialog by not using the trick to put it reliably in foreground. The trick is based on a emulation of ALT+TAB but sometimes ALT key would remain pressed in case of Secure Desktop making it impossible to type the password (a workaround was to press CTRL key which reset the state of ALT key) Mounir IDRASSI 2019-09-26 23:00:07 +02:00
  • 0e2be7153f Language Files: update polish translation Mounir IDRASSI 2019-09-26 10:26:42 +02:00
  • 685130c100 Language XML files: update Russian XML file by Dmitry Yerokhin. Mounir IDRASSI 2019-09-26 10:23:52 +02:00
  • d0e49804e2 XML Language files: update Chinese translation Mounir IDRASSI 2019-09-25 23:13:09 +02:00
  • 2a652b842f Windows: Add two missing UI strings to XML translation files so that they can be localized correctly Mounir IDRASSI 2019-09-25 17:40:27 +02:00
  • 06e8fbace7 Windows: Disable the Keyfiles button in system encryption wizard since we don't support them yet. Mounir IDRASSI 2019-09-25 15:04:28 +02:00
  • c8beacbdd7 Linux/OSX: make CLI switch --import-token-keyfiles compatible with Non-Interactive Mounir IDRASSI 2019-09-24 22:04:23 +02:00
  • 89a8b0c262 Language XML files: update Russian XML file by Dmitry Yerokhin. Mounir IDRASSI 2019-09-24 18:28:00 +02:00
  • 8021d44465 Windows: fix HourGlass cursor showing up in main UI after launching disk decryption wizard/ Mounir IDRASSI 2019-09-24 11:00:03 +02:00