Mounir IDRASSI
|
e18f3cf381
|
Windows: use the correct parent window when changing the password of the encrypted system partition.
|
2014-12-27 13:39:26 +01:00 |
|
Mounir IDRASSI
|
f4c864e88e
|
Windows: implement wait dialog for the backup/restore header operations.
|
2014-12-27 13:39:24 +01:00 |
|
Mounir IDRASSI
|
a8112b8373
|
Windows: use the correct window handle for creating message boxes. This became important after the introduction of the wait dialog in order to avoid having message boxes behind the wait dialog.
|
2014-12-27 13:39:22 +01:00 |
|
Mounir IDRASSI
|
2dbbd6b9d2
|
Windows: implement wait dialog for the change password operation.
|
2014-12-27 13:39:18 +01:00 |
|
Mounir IDRASSI
|
c92d51e040
|
Windows: make the wait dialog mechanism more generic in order to reuse it more widely across VeraCrypt.
|
2014-12-27 13:39:16 +01:00 |
|
Mounir IDRASSI
|
258ba629a2
|
Windows: workaround freezing of waiting dialog but setting its parent to the desktop and making all mount calls in a separate thread. DeviceIoControl is making our like hard because it doesn't behave as a normal system call and it blocks our window message loop even when called from a separate thread.
|
2014-12-26 16:55:21 +01:00 |
|
Mounir IDRASSI
|
d90d9f0c40
|
Linux/MacOSX: Implement waiting dialog for lengthy operations in order to have a better user experience.
|
2014-12-26 00:51:52 +01:00 |
|
Mounir IDRASSI
|
bbcc944855
|
Windows: resize hot keys dialog to avoid displaying scroll-bars.
|
2014-12-22 01:02:55 +01:00 |
|
Mounir IDRASSI
|
e1157ea935
|
Windows: Solve issue of some dialogs not showing up and that was caused by wrong handling of WM_NOTIFY messages. This behavior appeared after switching to Windows visual styles.
|
2014-12-22 01:02:53 +01:00 |
|
Mounir IDRASSI
|
9267450346
|
MacOSX: Increment installer version to 1.0f-BETA3
|
2014-12-21 00:30:23 +01:00 |
|
Mounir IDRASSI
|
bb5e96a679
|
Linux: update the embedded data index inside the installer because the license content became bigger.
|
2014-12-20 22:36:10 +01:00 |
|
Mounir IDRASSI
|
b8373ae933
|
Linux: Update license file displayed in the installer.
|
2014-12-20 21:38:07 +01:00 |
|
Mounir IDRASSI
|
5ef923f26c
|
Increment version to 1.0f-BETA3 and update language XML files with new fields.
|
2014-12-20 19:33:55 +01:00 |
|
Mounir IDRASSI
|
7a89f0f0e1
|
Linux/MacOSX: Add a donation menu entry
|
2014-12-20 17:37:36 +01:00 |
|
Mounir IDRASSI
|
496701851f
|
Linux/MacOSX: remove calls to non existent class VolumeLayoutV1Hidden
|
2014-12-20 15:48:00 +01:00 |
|
Mounir IDRASSI
|
4b9f8b232b
|
Reduce time for reporting wrong password by removing support for legacy hidden format because it was never functional and it was superseded by current hidden format.
|
2014-12-20 15:31:24 +01:00 |
|
Mounir IDRASSI
|
02cbecff64
|
Windows: Add a donation menu entry
|
2014-12-20 15:31:22 +01:00 |
|
Mounir IDRASSI
|
fbe1bbaffd
|
Windows: Add missing PRF selection combobox in password page of Format program wizard.
|
2014-12-20 10:12:37 +01:00 |
|
Mounir IDRASSI
|
94737b2a7a
|
Windows: change command line switch for PRF selection to /hash in order to match its value on Linux/MacOSX. Support hash names with and without the '-' character.
|
2014-12-19 18:41:43 +01:00 |
|
Mounir IDRASSI
|
07156b6c09
|
Linux/MacOSX: Enhance performance by implementing the possibility to choose the correct hash algorithm of volumes during various operations (mount, change password...), both using the GUI and the command line.
|
2014-12-19 18:41:41 +01:00 |
|
Mounir IDRASSI
|
18dc75ee62
|
Correct small typo in language XML file.
|
2014-12-19 15:25:53 +01:00 |
|
Mounir IDRASSI
|
a3f7bcf45b
|
Windows: replace stricmp by _stricmp to remove compilation warning
|
2014-12-17 12:15:01 +01:00 |
|
Mounir IDRASSI
|
c98400a2b7
|
Windows: in silent mode, don't show the wait dialog during mount operation
|
2014-12-17 12:14:59 +01:00 |
|
Mounir IDRASSI
|
5b151492bd
|
Windows: Remove Truecrypt name is error message.
|
2014-12-17 12:14:58 +01:00 |
|
Mounir IDRASSI
|
c27461572c
|
Windows: Enhance performance by implementing the possibility to choose the correct hash algorithm of volumes during various operations (mount, change password...). In case of system encryption, slightly speedup Windows startup time by making the driver pickup the correct hash algorithm used for the encryption.
|
2014-12-16 00:17:59 +01:00 |
|
Mounir IDRASSI
|
6349162303
|
Windows: display a wait dialog during the lengthy opening of a volume. There is still a freeze in the GUI even though the call to DeviceIoControl is done in a separate thread which can't be explained. Maybe if we had an asynchronous Device Driver call, things would better.
|
2014-12-16 00:17:57 +01:00 |
|
Mounir IDRASSI
|
e935ec55dd
|
Windows: Enable Visual Styles for a modern look-and-feel
|
2014-12-16 00:17:55 +01:00 |
|
Mounir IDRASSI
|
d328269492
|
Linux/macOSX: always display random gathering dialog/interface before performing sensitive operations that needs good quality random.
|
2014-12-11 18:31:41 +01:00 |
|
Mounir IDRASSI
|
134ef04140
|
Windows: always display random gathering dialog when UserEnrichRandomPool is called instead of once per application run. This is implemented through the call SetRandomPoolEnrichedByUserStatus(FALSE) at the begining of sensitive operations instead of changing UserEnrichRandomPool because in the same call there can be many calls to UserEnrichRandomPool which can result in displaying the dialog many times.
|
2014-12-11 18:31:39 +01:00 |
|
Mounir IDRASSI
|
c8c8cc517d
|
Linux/MacOSX: Implement generating more than one keyfile, specifying the size of the generated keyfiles and letting VeraCrypt choose random size values.
|
2014-12-11 18:31:38 +01:00 |
|
Mounir IDRASSI
|
e673006969
|
Update license text to show VeraCrypt name while maintaining the TrueCrypt license.
|
2014-12-11 18:31:35 +01:00 |
|
Mounir IDRASSI
|
520d885840
|
Correct XML syntax for symbols '<' and '>'
|
2014-12-11 18:31:34 +01:00 |
|
Mounir IDRASSI
|
eb9cb16aeb
|
Windows: Implement specifying the size of the generated keyfiles and also letting VeraCrypt choose random size values.
|
2014-12-11 18:31:32 +01:00 |
|
Mounir IDRASSI
|
32e72d1117
|
Implement function RandgetBytesFull that enables generating random bytes of any length.
|
2014-12-11 18:31:30 +01:00 |
|
Mounir IDRASSI
|
fd0e434087
|
Windows: correct lock issue in RandgetBytes by releasing critical section in case of error.
|
2014-12-11 18:31:29 +01:00 |
|
Mounir IDRASSI
|
84a279a83f
|
Windows Driver: change inherited TrueCrypt constants in kernel objects tags by VeraCrypt specific values. These are used in crash dumps analysis and during debugging.
|
2014-12-11 18:31:27 +01:00 |
|
Mounir IDRASSI
|
9a6b371c96
|
MacOSX/Linux: Solve truncated text in some Wizard windows by defining a large enough minimum size.
|
2014-12-07 22:40:27 +01:00 |
|
Mounir IDRASSI
|
078614fbce
|
Windows: Implement creation of multiple keyfiles at once.
|
2014-12-07 22:40:25 +01:00 |
|
Mounir IDRASSI
|
ec327c006e
|
Windows: implement auto-dismount option when session is locked
|
2014-12-07 22:40:23 +01:00 |
|
Mounir IDRASSI
|
03afe1224a
|
Windows: correct issue in handling "More information on keyfiles" link that caused a crash on some machines
|
2014-12-04 13:47:37 +01:00 |
|
Mounir IDRASSI
|
11013ce71e
|
Linux/macOSX: handle project URLs using the new values
|
2014-12-04 13:47:35 +01:00 |
|
Mounir IDRASSI
|
a185b540bd
|
Windows: put back the tutorial prompt since we now have online documentation.
|
2014-12-04 13:47:33 +01:00 |
|
Mounir IDRASSI
|
a5df5d981a
|
Windows: correct issue in displaying PDF of User Guide.
|
2014-12-04 13:47:31 +01:00 |
|
Mounir IDRASSI
|
dfff927389
|
Windows: update URLs to points to the online documentation. Use a dedicated donation link.
|
2014-12-04 13:47:30 +01:00 |
|
Mounir IDRASSI
|
e6ebc63c66
|
Update VeraCrypt User Guide
|
2014-12-01 00:34:16 +01:00 |
|
Mounir IDRASSI
|
f31c7b3a88
|
Add test vectors for HMAC-SHA256 and PBKDF2-HMAC-SHA256
|
2014-12-01 00:34:13 +01:00 |
|
Mounir IDRASSI
|
bc9005968a
|
Windows: Avoid calling RegCloseKey on an invalid handle.
|
2014-11-11 19:25:05 +01:00 |
|
Mounir IDRASSI
|
b2438b5029
|
Windows: close file handle if the call to GetFileSize fails.
|
2014-11-10 23:11:12 +01:00 |
|
Mounir IDRASSI
|
51fa86b246
|
Copy license file to the top of git repository
|
2014-11-08 23:59:26 +01:00 |
|
Mounir IDRASSI
|
b5dfe9c9ed
|
Add copy of src/Reader.txt to make Github happy
|
2014-11-08 23:42:51 +01:00 |
|
Mounir IDRASSI
|
c3353c71d4
|
Readme: Add more MacOSX specific details concerning the build of VeraCrypt following users feedback
|
2014-11-08 23:24:59 +01:00 |
|
Mounir IDRASSI
|
de93034485
|
MacOSX: add shell script to perform build under MacOSX
|
2014-11-08 23:24:57 +01:00 |
|
Mounir IDRASSI
|
f1a596109b
|
Linux/MacOSX: solve compilation warning by explicitly converting wxCStrData to (const wchar_t*)
|
2014-11-08 23:24:54 +01:00 |
|
Mounir IDRASSI
|
2c6e9fc15c
|
Replace deprecated wxTextValidator::SetBellOnError whose logic whose inverted by the new wxTextValidator::SuppressBellOnError. Since its used in constructor only for TC_WINDOWS, we do the same in the destructor.
|
2014-11-08 23:24:51 +01:00 |
|
Mounir IDRASSI
|
ce7fab744b
|
MacOSX: fix warning by displacing declaration of variable used only under Linux
|
2014-11-08 23:24:49 +01:00 |
|
Mounir IDRASSI
|
65e4b3a91b
|
Remove unused functions from GfMul.c
|
2014-11-08 23:24:46 +01:00 |
|
Mounir IDRASSI
|
2cdfbd2703
|
Linux/MacOSX: Remove static size values from GUI in order to let wxWidgets calculate the best size (the "Fit" method ensure this). Fix truncation of text is some dialogs.
|
2014-11-08 23:24:44 +01:00 |
|
Mounir IDRASSI
|
81b9e28993
|
Linux: Add shell script to perform VeraCrypt full build
|
2014-11-08 23:24:41 +01:00 |
|
Mounir IDRASSI
|
d7498fae01
|
Linux/MacOSX: add newline at the end of Pkcs5.c to remove gcc warning
|
2014-11-08 23:24:38 +01:00 |
|
Mounir IDRASSI
|
3c471383d9
|
Linux/MacOSX: adapt code to the changes in PRF functions prototypes
|
2014-11-08 23:24:36 +01:00 |
|
Mounir IDRASSI
|
0a09314336
|
Correct typo in language XML file.
|
2014-11-08 23:24:33 +01:00 |
|
Mounir IDRASSI
|
b0bb124772
|
Bootloader: reduce the size of Serpent implementation when used as the single cipher. We need this because to save space for the new features to come.
|
2014-11-08 23:24:30 +01:00 |
|
Mounir IDRASSI
|
f7d8e565b4
|
Windows Driver Sanity check: check that the password length passed from the bootloader is less than or equal to 64 before using it.
|
2014-11-08 23:24:27 +01:00 |
|
Mounir IDRASSI
|
3f2e20e339
|
Simplify code handling iterations count: in boot mode, we'll set the correct iterations count inside derive_u_sha256 and derive_u_ripemd160 depending in the value of the iterations parameter. On normal mode, we use normal values of iterations count. Removes the special test parameter from RIPEMD160 functions.
|
2014-11-08 23:24:25 +01:00 |
|
Mounir IDRASSI
|
714a2ce0ae
|
Bootloader: in function ReadVolumeHeader, arrays dk and masterKey have the same size and they are never needed at the same time. So, we can minimize stack memory usage by using only one array instead of two. At the end of the function, the array is erased securely.
|
2014-11-08 23:24:22 +01:00 |
|
Mounir IDRASSI
|
c1378f781a
|
Bootloader: optimize code size in single cipher mode by manually inlining EAInit, EAGetFirst and EAGetKeySize, and by removing the loop in ReadVolumeHeader that tests for encryption algorithms.
|
2014-11-08 23:24:19 +01:00 |
|
Mounir IDRASSI
|
c61f8c70de
|
Bootloader code optimization: remove code in HMAC implementation in case of boot compilation that is never called since passwords are always less than 64-byte length. We leave it in Windows compilation because it is used to check the implementation against test vectors.
|
2014-11-08 23:24:17 +01:00 |
|
Mounir IDRASSI
|
e1a0826ef5
|
Linux: remove workaround for wxFileType::GetOpenCommand bug in handling path with spaces because it was fixed in wxWidgets 3.0 and this workaround causes problems.
|
2014-11-08 23:24:14 +01:00 |
|
Mounir IDRASSI
|
9c1ddff7e3
|
Linux: Support NTFS formatting of volume. We use mkfs.ntfs so it needs to be installed on the system.
|
2014-11-08 23:24:11 +01:00 |
|
Mounir IDRASSI
|
ea03100d9e
|
Linux/MacOSX : fix encryption/decryption issues with hard drives that have a sector size bigger than 512. Now, we use the sector size as the minimum unit for data fragment encryption/decryption.
|
2014-11-08 23:24:09 +01:00 |
|
Mounir IDRASSI
|
067394d110
|
MacOSX : Support hard drives with a large sector size ( > 512).
|
2014-11-08 23:24:06 +01:00 |
|
Mounir IDRASSI
|
f05f6a00a6
|
Integrate SHA-256 support into Linux/MacOSX code. Set PRF priority to SHA-512 -> Whirlpool -> SHA-256 -> RIPEMD-160 .
|
2014-11-08 23:24:03 +01:00 |
|
Mounir IDRASSI
|
905a3ff4a5
|
Small code size optimization for RIPEMD-160 when compiled for boot encryption.
|
2014-11-08 23:24:01 +01:00 |
|
Mounir IDRASSI
|
922a09b634
|
Use HashForSystemEncryption to check if the algorithm is supported for system partition encryption because we have now two supported algorithms.
|
2014-11-08 23:23:58 +01:00 |
|
Mounir IDRASSI
|
f043e6cbf0
|
Display only allowed hashes when encrypting the system partition (now, SHA-256 and RIPEMD-160).
|
2014-11-08 23:23:56 +01:00 |
|
Mounir IDRASSI
|
68f16dae24
|
Implement support for creating and booting encrypted partition using SHA-256. Support SHA-256 for normal volumes as well.
|
2014-11-08 23:23:53 +01:00 |
|
Mounir IDRASSI
|
f38cf0b694
|
Add support for SHA-256 in key derivation for bootloader encryption. Create separate bootloader images for SHA-256 and RIPEMD-160. Set SHA-256 as the default PRF for boot encryption and SHA-512 as default PRF for all other cases. Depricate RIPEMD-160.
|
2014-11-08 23:23:50 +01:00 |
|
Mounir IDRASSI
|
bd7d151abf
|
Add SHA-256 source specific for upcoming bootloader build because of its small size. It was derived from the libtomcrypt public domain source.
|
2014-11-08 23:23:48 +01:00 |
|
Mounir IDRASSI
|
2fe23a3fa3
|
Correctly support reinstalling the same version. Overwrite the bootloader if the same version detected.
|
2014-11-08 23:23:45 +01:00 |
|
Mounir IDRASSI
|
effb5c7c1e
|
Windows vulnerability fix : finally make bootloader decompressor more robust and secure by adding multiple checks and validation code. This solves the issue found by the Open Crypt Audit project. Note that we had to switch to the slow implementation of the function decode in order to keep the size of the decompressor code under 2K.
|
2014-11-08 23:23:42 +01:00 |
|
Mounir IDRASSI
|
50ca9fe46f
|
Optimization to reduce code size of derive_u_ripemd160. Useful for boatloader.
|
2014-11-08 23:23:40 +01:00 |
|
Mounir IDRASSI
|
0178a6d33f
|
Optimize code space and solve the Serpent issue (https://sourceforge.net/p/veracrypt/discussion/technical/thread/fb09633a/#6406) by removing key length parameter from serpent_set_key and twofish_set_key
|
2014-11-08 23:23:37 +01:00 |
|
Mounir IDRASSI
|
411e8599f3
|
Call RegCloseKey only if handle is valid.
|
2014-11-08 23:23:34 +01:00 |
|
Mounir IDRASSI
|
b80ee2b7b9
|
Windows : display the correct tray icon when explorer is restarted (i.e. after an explorer crash).
|
2014-11-08 23:23:31 +01:00 |
|
Mounir IDRASSI
|
8a028aca45
|
Use absolute path in ShellExecute call that was missed when the security fix for Microsoft Security Advisory 2269637 was implemented.
|
2014-11-08 23:23:28 +01:00 |
|
Mounir IDRASSI
|
fb12b635ed
|
Update Readme.txt to include more accurate build instructions for Linux and MacOSX
|
2014-11-08 23:23:25 +01:00 |
|
Mounir IDRASSI
|
d761e95133
|
MacOSX : increment MacOSX installer version to 1.0e
|
2014-11-08 23:23:22 +01:00 |
|
Mounir IDRASSI
|
f7d783dda8
|
Adapt certain functions in the case of Windows bootloader in order to make its size as small as possible.
|
2014-11-08 23:23:19 +01:00 |
|
Mounir IDRASSI
|
ccbc2cff0b
|
Increment version to 1.0e for the next release
|
2014-11-08 23:23:17 +01:00 |
|
Mounir IDRASSI
|
809394d383
|
Include language xml files in the setup
|
2014-11-08 23:23:13 +01:00 |
|
Mounir IDRASSI
|
7c501359b3
|
Windows vulnerability fix: correct some integer overflow issues using the IntSafe library. Detected by the Open Crypto Audit project
|
2014-11-08 23:23:10 +01:00 |
|
Mounir IDRASSI
|
f82e16f0a1
|
Windows vulnerability fix: correct checking device name to avoid possible bypass attack detected by the Open Crypto Audit project
|
2014-11-08 23:23:08 +01:00 |
|
Mounir IDRASSI
|
4fa4d6d227
|
Windows vulnerability fix: correct possible BSOD attack targeted towards GetWipePassCount() / WipeBuffer() found by the Open Crypto Audit Project.
|
2014-11-08 23:23:05 +01:00 |
|
Mounir IDRASSI
|
e0efb36f33
|
Revert previous modification on boad-loader decompressor because it increased its size and it became impossible to include it with the SERPENT version of bootloader. The decompressor and the compressed bootloader are copied twice (original and backup) in the 63 first sectors of the hard drive (32K), thus the size limitation.
This reverts commit 154235d589222e3c31cda05aa53e73ab69a89a6e.
|
2014-11-08 23:23:02 +01:00 |
|
Mounir IDRASSI
|
ef4355acf8
|
Windows vulnerability fix : make boot-loader decompressor more robust and secure by adding multiple checks and validation code. Note that we had to switch to the slow implementation of the function decode in order to keep the size of the decompressor code under 2K.
|
2014-11-08 23:22:59 +01:00 |
|
Mounir IDRASSI
|
5fcb262539
|
Windows vulnerability fix : clear sensitive data in Windows kernel driver by using burjn instead of memset
|
2014-11-08 23:22:57 +01:00 |
|
Mounir IDRASSI
|
d6aa653648
|
Windows vulnerability fix : avoid kernel pointer disclosure through a call to TC_IOCTL_GET_SYSTEM_DRIVE_DUMP_CONFIG but restricting this call to Kernel Mode.
|
2014-11-08 23:22:54 +01:00 |
|
Mounir IDRASSI
|
6de2c143b9
|
Windows : Specify "IDRIX" in signtool for the subject of the code signing certificate.
|
2014-11-08 23:22:51 +01:00 |
|
Mounir IDRASSI
|
9083f95db0
|
Remove driver version test that is non application to VeraCrypt and that was wrongly inherited from TrueCrypt.
|
2014-11-08 23:22:49 +01:00 |
|
Mounir IDRASSI
|
03cf7cc566
|
Correctly handle dialogs from previous versions that used 'TRUE' instead of 'VERA' as a value for GWLP_USERDATA.
|
2014-11-08 23:22:46 +01:00 |
|