Mounir IDRASSI
|
41ba7a06d3
|
Windows: Display a balloon tip warning or error message when the value pasted to password field is truncated or when there is no room for additional characters because of maximum password length reached
|
2018-08-07 00:58:49 +02:00 |
|
Mounir IDRASSI
|
17d9c1c6ec
|
Windows: Fix system encryption issues on machines that always force booting on Microsoft bootloader (e.g. HP).
|
2018-04-23 16:59:37 +02:00 |
|
Mounir IDRASSI
|
ee6da31fb6
|
Language XML files: remove references to GOST89 since it is not supported anymore.
|
2017-11-28 23:31:08 +01:00 |
|
Mounir IDRASSI
|
d1b26d4bfe
|
Windows: fix documentation and UI messages about the PIM constraints and calculation formula when EFI system encryption is using SHA-512 or Whirlpool. For historical reasons, if SHA-512 or Whirlpool is selected for EFI system encryption, then iterations = 15000 + (PIM x 1000) and not iterations = PIM x 2048 like the other algorithms.
|
2017-07-02 19:36:53 +02:00 |
|
Mounir IDRASSI
|
a0f2ffb90b
|
Windows: when mounting multiple favorites, use PIM of previous favorite alongside its password if option "Include PIM when caching password" is selected alongside option "Temporarily cache password during Mount Favorite Volumes operations".
|
2017-07-02 19:36:52 +02:00 |
|
Mounir IDRASSI
|
0ebc26e125
|
Update IDRIX copyright year
|
2017-06-23 22:15:59 +02:00 |
|
Mounir IDRASSI
|
46a3fe1458
|
Windows: fix compiler warnings
|
2017-06-11 17:28:19 +02:00 |
|
Mounir IDRASSI
|
0ef137c0a4
|
Windows: Correctly open online help when selected in menu. Remove unused parameters to function AppLink.
|
2017-06-05 01:41:47 +02:00 |
|
Mounir IDRASSI
|
5651d505f5
|
Windows: Only offer valid cluster sizes when ReFS is selected in the volume format wizard.
|
2017-05-28 00:04:31 +02:00 |
|
Mounir IDRASSI
|
bc8e6fa5bd
|
Windows: add support for ReFS on Windows 10 when creating normal volumes.
|
2017-05-28 00:04:30 +02:00 |
|
Mounir IDRASSI
|
86ababb2a4
|
Windows: fix Hour Glass cursor still displayed in some cases after Format wizard operation is finished.
|
2017-05-26 00:38:33 +02:00 |
|
Mounir IDRASSI
|
74b82118d5
|
Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated IOCTL_DISK_GET_DRIVE_GEOMETRY in order to get accurate disk size value.
|
2017-05-17 00:46:41 +02:00 |
|
Mounir IDRASSI
|
e831198b3b
|
Windows: Fix Streebog not recognized by /hash command line switch but making hash names matching more generic.
|
2017-01-12 09:42:54 +01:00 |
|
Mounir IDRASSI
|
e362d804b0
|
Windows: Perform Shutdown instead of Reboot during Pre-Test of UEFI system encryption in order to detect machines where changes to EFI boot don't persist after shutdown.
|
2016-10-17 18:40:20 +02:00 |
|
Mounir IDRASSI
|
ce76957a10
|
Windows: Fix various issues detected by static analysis.
|
2016-08-16 10:04:07 +02:00 |
|
Mounir IDRASSI
|
87ee61bcb1
|
Windows: in EFI encryption wizard, always select "Single Boot" by default since it is the only choice.
|
2016-08-15 01:09:19 +02:00 |
|
Mounir IDRASSI
|
2d72e42c6c
|
Windows: Implement Rescue Disk support for EFI system encryption
|
2016-08-15 01:09:17 +02:00 |
|
Mounir IDRASSI
|
c4d4ade9d0
|
Windows: Show only supported encryption algorithm in the system encryption wizard for MBR
|
2016-08-15 01:09:16 +02:00 |
|
Mounir IDRASSI
|
07ee8c1069
|
Windows: Implement support for EFI system encryption in Windows GUI.
|
2016-08-15 01:09:13 +02:00 |
|
Mounir IDRASSI
|
76d3bc631e
|
Crypto: Add support for Japanese encryption standard Camellia, including for system encryption.
|
2016-06-02 00:12:00 +02:00 |
|
Mounir IDRASSI
|
99c4031d89
|
Windows: better implementation for support of smart card PIN in command line. Supported now also on Format.
|
2016-05-29 01:33:18 +02:00 |
|
David Foerster
|
5f47d8b6f1
|
Fix space before tab
|
2016-05-10 22:24:06 +02:00 |
|
David Foerster
|
11716ed2da
|
Remove trailing whitespace
|
2016-05-10 22:18:34 +02:00 |
|
David Foerster
|
fc37cc4a02
|
Normalize all line terminators
|
2016-05-10 20:20:14 +02:00 |
|
Mounir IDRASSI
|
53aabf3f14
|
Windows: Add option and command line switch to hide waiting dialog when performing operations.
|
2016-05-05 16:48:05 +02:00 |
|
Mounir IDRASSI
|
fb9a49cb1a
|
Windows: convert some files encoding from UTF-16 to UTF-8 to be similar to other files.
|
2016-05-05 16:47:59 +02:00 |
|
Mounir IDRASSI
|
fede2cfa18
|
Windows: Add checkbox in "VeraCrypt Format" to skip Rescue Disk verification during system encryption wizard
|
2016-05-05 16:47:55 +02:00 |
|
Mounir IDRASSI
|
b261177b8f
|
Windows/Linux/MacOSX: Set maximum PIM value to 2147468 in order to avoid having negative values for iterations count using the formula 15000 + (PIM x 1000). Add specific error message to XML language files.
|
2016-05-04 13:14:05 +02:00 |
|
Mounir IDRASSI
|
d7d4c98775
|
Windows: Add colors (Red, Yellow, Green) to the collected randomness indicator depending on how much entropy was gathered. Code re-factoring.
|
2016-02-12 00:04:31 +01:00 |
|
Mounir IDRASSI
|
ae7ec4802a
|
Windows:Fix various issues and warnings reported by static code analysis tool Coverity.
|
2016-02-07 02:39:43 +01:00 |
|
Mounir IDRASSI
|
fe234e08ee
|
Windows: Fix buffer overrun issue introduce by the Unicode rewrite.
|
2016-01-31 23:30:29 +01:00 |
|
Mounir IDRASSI
|
77885de85e
|
Windows: Implement GUI indicator for entropy collected from mouse movements.
|
2016-01-31 23:30:27 +01:00 |
|
Mounir IDRASSI
|
dcb8390bb2
|
Windows/Linux: Implement exFAT support.
|
2016-01-27 01:13:46 +01:00 |
|
Mounir IDRASSI
|
bda7a1d0bd
|
Copyright: update dates to include 2016.
|
2016-01-20 00:53:24 +01:00 |
|
Mounir IDRASSI
|
8586c51016
|
Windows: Avoid wrong update of configuration XML file caused by not using the correct window handle to get some GUI fields content. Some code cleanup.
|
2016-01-10 20:45:18 +01:00 |
|
Mounir IDRASSI
|
fb430c403b
|
Windows: Don't show disconnected network drives in the list of available drives. Add option to make them available for mounting if needed.
|
2016-01-10 20:45:15 +01:00 |
|
Mounir IDRASSI
|
5872be28a2
|
Windows: Fix Dll hijacking vulnerability affecting installer that allows arbitrary code execution with elevation of privilege (CVE-2016-1281)
|
2016-01-03 00:15:05 +01:00 |
|
Mounir IDRASSI
|
0c2c0a846d
|
Cryptography: Optimize Whirlpool implementation by using public domain assembly code developed by Wei Dai
|
2015-12-31 01:56:19 +01:00 |
|
Mounir IDRASSI
|
8f6c08330a
|
Windows: Implement PIM caching, both for system encryption and for normal volumes. Add options to activate it in the Preferences and System Settings.
|
2015-12-21 01:19:04 +01:00 |
|
Mounir IDRASSI
|
9666dda282
|
Windows: solve GUI issues caused by using ANSI string instead of UNICODE ones. Remove Unused functions.
|
2015-11-26 19:23:11 +01:00 |
|
Mounir IDRASSI
|
90bd57fe40
|
Windows: Full UNICODE rewrite and implement support for UNICODE passwords.
|
2015-11-26 01:44:52 +01:00 |
|
Mounir IDRASSI
|
f41be7399b
|
Windows: Support specifying volumes size using TB in GUI as it is the case in command line.
|
2015-09-26 17:44:09 +02:00 |
|
Mounir IDRASSI
|
d98367f53b
|
Window: Solve Unicode issues in GUI (e.g. Chinese text not always displayed correctly) by using Unicode API for dialogs and window message handling.
|
2015-09-26 17:43:51 +02:00 |
|
Mounir IDRASSI
|
03de885b13
|
Windows: Set keyboard focus to PIM field when "Use PIM" is checked.
|
2015-09-26 17:43:47 +02:00 |
|
Mounir IDRASSI
|
52c7445a79
|
Windows: Correctly detect presence of CD/DVD recorder during the creation of Rescue Disk. Check only CD/DVD drives and removable media when looking for rescue disk during its verification.
|
2015-09-16 01:33:16 +02:00 |
|
Mounir IDRASSI
|
4d7dc3ba25
|
Windows: first implementation of CLI support for creating volumes.
|
2015-09-16 01:33:11 +02:00 |
|
Mounir IDRASSI
|
c55e08b31e
|
Windows: When no language selected by user, explicitly use English as default one unless VeraCrypt is in portable mode.
|
2015-09-10 01:44:09 +02:00 |
|
Mounir IDRASSI
|
86dc27dcb8
|
Windows: Treat the PIM like a password and make it visible when "Display password" is checked.
|
2015-08-28 01:54:53 +02:00 |
|
Mounir IDRASSI
|
cfb591a9e9
|
Windows: Correctly display the password edit "black dot" instead of a '*' when showing it then hiding it.
|
2015-08-27 02:18:47 +02:00 |
|
Mounir IDRASSI
|
ad3b8eca69
|
Windows: Protect against using a container file as its own keyfile. Normalizing path names to never use '/' but always '\'.
|
2015-08-27 02:18:40 +02:00 |
|