Commit Graph

  • b9e34c30e8 Require to upgrade rescue disk if upgrading from version 1.0a of VeraCrypt instead of version 6.0a (left over from TrueCrypt). Does anyone still uses VeraCrypt 1.0a??? Mounir IDRASSI 2014-06-14 11:53:47 +02:00
  • 95c6072a57 Modify language files from TrueCrypt to make them compatible with VeraCrypt. Set supported version to 1.0d. Mounir IDRASSI 2014-06-11 12:51:23 +02:00
  • 859393caf1 Add original TrueCrypt 7.1a translation language files Mounir IDRASSI 2014-06-11 11:13:27 +02:00
  • 437cbd9c8b Remove some legacy code inherited from True and that doesn't apply to VeraCrypt Mounir IDRASSI 2014-06-10 18:09:39 +02:00
  • f34d894f6e Detect correctly VeraCrypt rescue disk by looking for the little-endian encoding of "Vera" instead of "True". Mounir IDRASSI 2014-06-10 18:08:11 +02:00
  • 7875d3ec3f Set volume header to 'VERA' instead of 'TRUE' in newly added Linux/MacOSX code Mounir IDRASSI 2014-06-10 18:07:01 +02:00
  • f701dc1c29 Correct typos introduced inadvertently Mounir IDRASSI 2014-06-09 11:11:28 +02:00
  • bacd720279 Correct values of RIPEMD160 iterations count to be identical to Windows ones (defined in function get_pkcs5_iteration_count) Mounir IDRASSI 2014-06-09 11:10:42 +02:00
  • 31fd16979f Change TrueCrypt to VeraCrypt in some comments Mounir IDRASSI 2014-06-08 00:49:06 +02:00
  • 4d12001e10 Adapt Makefiles for VeraCrypt. Use PKCS#11 headers from source tree is not specified elsewhere. Mounir IDRASSI 2014-06-08 00:48:01 +02:00
  • 084a8ee85c wxWidgets 3.0 compatibility modifications Mounir IDRASSI 2014-06-08 00:45:49 +02:00
  • c386beb69c Adapt newly added Linux/MacOSX code to the modification of key derivation introduced by VeraCrypt Mounir IDRASSI 2014-06-07 22:01:29 +02:00
  • be4ca4bac6 Replace TrueCrypt from Linux/MacOSX mount point names Mounir IDRASSI 2014-06-07 21:31:10 +02:00
  • 0c95ed3691 Add PKCS#11 2.20 headers to the source tree Mounir IDRASSI 2014-06-07 17:41:55 +02:00
  • a27f345832 Set the publisher to IDRIX in the uninstaller registry key. Mounir IDRASSI 2014-06-03 21:26:54 +02:00
  • 08e653c926 Increment VeraCrypt version to 1.0d VeraCrypt_1.0d Mounir IDRASSI 2014-06-03 09:14:04 +02:00
  • 751a454e6c Correct issue in handling hidden system partitions that made it impossible to verify their password. Mounir IDRASSI 2014-06-03 09:12:42 +02:00
  • 9b19baf73e use burn instead of memset when clearing RIPEMD context to ensure the compiler won't optimize it Mounir IDRASSI 2014-06-03 09:09:09 +02:00
  • 5ebd79745d Use calloc directly instead of combining malloc and ZeroMemory Mounir IDRASSI 2014-06-03 09:08:15 +02:00
  • 1763e8a2ba Correct minor bug in ReadRegistryString function Mounir IDRASSI 2014-05-31 23:40:42 +02:00
  • 49f679ca53 Change PBKDF Iterations count from TrueCrypt values to VeraCrypt values. Mounir IDRASSI 2014-05-31 23:11:30 +02:00
  • edc9f36322 Replace TrueCrypt references in added sources and resources by VeraCrypt ones. Mounir IDRASSI 2014-05-31 23:09:24 +02:00
  • 34370b9933 Add TrueCrypt MacOSX icon (icns) Mounir IDRASSI 2014-05-31 18:46:38 +02:00
  • 7ffce028d0 Add TrueCrypt 7.1a MacOSX/Linux specific source files. Mounir IDRASSI 2014-05-31 18:44:53 +02:00
  • 97011f179c Increment VeraCrypt version to 1.0c VeraCrypt_1.0c Mounir IDRASSI 2013-11-05 08:24:21 +01:00
  • 235f0b85ea Set correctly the minimum required version in volumes header (this value must always follow the current program version). This solves also the hidden volume issue. Mounir IDRASSI 2013-11-05 08:22:01 +01:00
  • 52c6cad745 Increment VeraCrypt version to 1.0b VeraCrypt_1.0b Mounir IDRASSI 2013-06-25 05:50:52 +02:00
  • a8fecdcbb7 restore TrueCrypt reference in license header Mounir IDRASSI 2013-06-25 05:50:20 +02:00
  • 1c419739a2 Only position legacy flag if the first release of VeraCrypt is detected Mounir IDRASSI 2013-06-25 05:49:38 +02:00
  • 593d1a3edc Update RIPEMD160 implementation in Windows Bootloaded to benefit from the compiler 32-bit integer Mounir IDRASSI 2013-06-25 05:48:35 +02:00
  • 0f70b56942 Update Readme file to remove TrueCrypt references and to describe VeraCrypt specific signing and packaging batch file. Mounir IDRASSI 2013-06-24 12:18:54 +02:00
  • ca58f755d6 remove tutorial prompt from installation wizard VeraCrypt_1.0a Mounir IDRASSI 2013-06-22 20:12:38 +02:00
  • 4e5c86b8c9 Reduce excessive iterations count while on the same time keep very high security Mounir IDRASSI 2013-06-22 19:42:33 +02:00
  • 9cf14a3573 Concert bitmaps to supported format Mounir IDRASSI 2013-06-22 18:55:32 +02:00
  • 46652e9046 Change the required version in volume header to the one of VeraCrypt (now 1.0) Mounir IDRASSI 2013-06-22 18:18:39 +02:00
  • 280623abda Restore correct bitmaps Mounir IDRASSI 2013-06-22 17:53:12 +02:00
  • b2b41ee33d change version from 7.1a to 1.0a Mounir IDRASSI 2013-06-22 17:44:27 +02:00
  • 2cebc23aa5 Comment unused variables Mounir IDRASSI 2013-06-22 17:42:54 +02:00
  • ecff8dc898 Correct missing " in define Mounir IDRASSI 2013-06-22 17:41:06 +02:00
  • 8f8272d070 Add bat file for signing VeraCrypt drivers and binaries, and all generating a signed installer Mounir IDRASSI 2013-06-22 17:39:39 +02:00
  • 6b2e97c243 Enhance security by rising the iterations used in PBKDF2 : 327670 instead of 1000 when booting in encrypted system partition, and 2000000 instead of 2000 when using encrypted containers and partitions Mounir IDRASSI 2013-06-22 17:38:33 +02:00
  • 03867fbf56 Modifications to remove all TrueCrypt references in names. generate new GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word. Mounir IDRASSI 2013-06-22 17:34:53 +02:00
  • a630fae22c Rename User Guide PDF Mounir IDRASSI 2013-06-22 16:55:57 +02:00
  • 73ce1df106 Modify all graphics Mounir IDRASSI 2013-06-22 16:33:17 +02:00
  • 1b6b7fead7 Rename wizard bitmap file Mounir IDRASSI 2013-06-22 16:27:26 +02:00
  • 6a38ec6b8d Rename bitmap and icon file to remove TrueCrypt reference Mounir IDRASSI 2013-06-22 16:18:18 +02:00
  • c606f0866c Add original TrueCrypt 7.1a sources Mounir IDRASSI 2013-06-22 16:16:13 +02:00