Mounir IDRASSI
|
efa436974d
|
Linux/MacOSX: Implement Unicode passwords suppport. Make validation of parameters in GUI more robust.
|
2015-11-30 13:58:19 +01:00 |
|
Mounir IDRASSI
|
041024fbb9
|
Update license information to reflect the use of a dual license Apache 2.0 and TrueCrypt 3.0.
|
2015-08-06 00:04:25 +02:00 |
|
Mounir IDRASSI
|
69a8ad5bba
|
Linux/MacOSX: remove unused variable.
|
2015-07-25 23:59:01 +02:00 |
|
Mounir IDRASSI
|
2d0d4b06b1
|
Linux: Solve compilation warning (unused variables, pointer cast)
|
2015-07-11 01:58:39 +02:00 |
|
Mounir IDRASSI
|
2cd39b37c2
|
Linux/MacOSX: restore normal file mode to some source files
|
2015-06-24 15:33:23 +02:00 |
|
Mounir IDRASSI
|
9913af3a8e
|
Linux/MacOSX: first dynamic mode implementation
|
2015-06-24 15:33:16 +02:00 |
|
Mounir IDRASSI
|
9ccb8a97af
|
Linux: in command line, support hash algorithm names without '-' as on Windows ("sha256", "sha512", "ripemd160")
|
2015-04-26 00:05:22 +02:00 |
|
Mounir IDRASSI
|
2c96d17748
|
Linux/MacOSX: mark RIPEMD-160 as deprecated like it's the case on Windows. It will no more be available for the creation of volumes.
|
2015-02-08 16:20:40 +01:00 |
|
Mounir IDRASSI
|
35497f87a7
|
Activate support of mounting TrueCrypt system partitions.
|
2015-02-08 10:07:36 +01:00 |
|
Mounir IDRASSI
|
8252cc3ec7
|
Linux/MacOSX: Add support for TrueCrypt 6.x as it was done on Windows.
|
2015-01-04 23:59:22 +01:00 |
|
Mounir IDRASSI
|
cbc28bd4fe
|
Linux/MacOSX: change cascade encryption naming format in the UI as it was done on Windows.
|
2015-01-04 00:55:36 +01:00 |
|
Mounir IDRASSI
|
c178e325b8
|
Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct many GTK issues linked to multi-threaded origine of events by implementing an automatic mechanism for handling such requests in the main thread.
|
2014-12-30 17:06:20 +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
|
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
|
3c471383d9
|
Linux/MacOSX: adapt code to the changes in PRF functions prototypes
|
2014-11-08 23:24:36 +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
|
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
|
73bf608efc
|
MacOSX : Correct issue of compiling assembly files in both 32-bit and 64-bit mode. Modify Makefiles to correct compilation process using latest Xcode.
|
2014-11-08 23:22:05 +01:00 |
|
Mounir IDRASSI
|
1ddae20932
|
Correct Linux compilation after removing legacy cryptographic code.
|
2014-11-08 23:21:38 +01:00 |
|
Mounir IDRASSI
|
a5c1978eef
|
Remove remaining legacy cryptographic algorithms that are never used by VeraCrypt.
|
2014-11-08 23:21:35 +01:00 |
|
Mounir IDRASSI
|
41a22ca4e7
|
Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon.
|
2014-11-08 23:20:14 +01:00 |
|
Mounir IDRASSI
|
b6dc9e9e15
|
Change legacy version check in newly added Linux/MacOSX sources from 0x600 (TrueCrypt) to 0x10b
|
2014-11-08 23:20:01 +01:00 |
|
Mounir IDRASSI
|
7875d3ec3f
|
Set volume header to 'VERA' instead of 'TRUE' in newly added Linux/MacOSX code
|
2014-11-08 23:19:42 +01:00 |
|
Mounir IDRASSI
|
f701dc1c29
|
Correct typos introduced inadvertently
|
2014-11-08 23:19:39 +01:00 |
|
Mounir IDRASSI
|
bacd720279
|
Correct values of RIPEMD160 iterations count to be identical to Windows ones (defined in function get_pkcs5_iteration_count)
|
2014-11-08 23:19:36 +01:00 |
|
Mounir IDRASSI
|
31fd16979f
|
Change TrueCrypt to VeraCrypt in some comments
|
2014-11-08 23:19:34 +01:00 |
|
Mounir IDRASSI
|
c386beb69c
|
Adapt newly added Linux/MacOSX code to the modification of key derivation introduced by VeraCrypt
|
2014-11-08 23:19:27 +01:00 |
|
Mounir IDRASSI
|
49f679ca53
|
Change PBKDF Iterations count from TrueCrypt values to VeraCrypt values.
|
2014-11-08 23:19:06 +01:00 |
|
Mounir IDRASSI
|
7ffce028d0
|
Add TrueCrypt 7.1a MacOSX/Linux specific source files.
|
2014-11-08 23:18:59 +01:00 |
|