Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-09 | Static Code Analysis: in Windows Driver, avoid using uninitialized stack ↵ | Mounir IDRASSI | 3 | -5/+48 | |
memory as random and use proper random value for wipe operation. Solve potential double-free issue. | |||||
2015-01-04 | Increment version to 1.0f-1 and update language files and PDF with ↵ | Mounir IDRASSI | 1 | -4/+4 | |
information about TrueCrypt 6.0 support. | |||||
2015-01-04 | Windows Driver: add TrueCrypt mode of mounted volumes to the output of ↵ | Mounir IDRASSI | 1 | -0/+1 | |
TC_IOCTL_GET_MOUNTED_VOLUMES | |||||
2015-01-03 | Windows: change cascade encryption naming format to reflex mathematical ↵ | Mounir IDRASSI | 1 | -1/+1 | |
composition of the encryption algorithm, thus being more clear. For example AES(Twofish(Serpent)) instead of AES-Twofish-Serpent. | |||||
2014-12-31 | Increment version to 1.0f and update language XML files with new fields. | Mounir IDRASSI | 1 | -4/+4 | |
2014-12-30 | Windows driver: don't fail if the PRF recovered from boot memory is not ↵ | Mounir IDRASSI | 1 | -7/+0 | |
recognized in case we are dealing with a restored bootloader coming from a version prior to 1.0f. | |||||
2014-12-28 | Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt ↵ | Mounir IDRASSI | 3 | -3/+8 | |
volumes to VeraCrypt using the change password functionality. | |||||
2014-12-20 | Increment version to 1.0f-BETA3 and update language XML files with new fields. | Mounir IDRASSI | 1 | -4/+4 | |
2014-12-20 | Reduce time for reporting wrong password by removing support for legacy ↵ | Mounir IDRASSI | 1 | -23/+2 | |
hidden format because it was never functional and it was superseded by current hidden format. | |||||
2014-12-16 | Windows: Enhance performance by implementing the possibility to choose the ↵ | Mounir IDRASSI | 3 | -16/+45 | |
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-11 | Windows Driver: change inherited TrueCrypt constants in kernel objects tags ↵ | Mounir IDRASSI | 4 | -4/+4 | |
by VeraCrypt specific values. These are used in crash dumps analysis and during debugging. | |||||
2014-11-08 | Windows Driver Sanity check: check that the password length passed from the ↵ | Mounir IDRASSI | 1 | -17/+21 | |
bootloader is less than or equal to 64 before using it. | |||||
2014-11-08 | Implement support for creating and booting encrypted partition using ↵ | Mounir IDRASSI | 1 | -0/+1 | |
SHA-256. Support SHA-256 for normal volumes as well. | |||||
2014-11-08 | Increment version to 1.0e for the next release | Mounir IDRASSI | 1 | -4/+4 | |
2014-11-08 | Windows vulnerability fix: correct some integer overflow issues using the ↵ | Mounir IDRASSI | 2 | -6/+40 | |
IntSafe library. Detected by the Open Crypto Audit project | |||||
2014-11-08 | Windows vulnerability fix: correct checking device name to avoid possible ↵ | Mounir IDRASSI | 1 | -1/+17 | |
bypass attack detected by the Open Crypto Audit project | |||||
2014-11-08 | Windows vulnerability fix: correct possible BSOD attack targeted towards ↵ | Mounir IDRASSI | 1 | -3/+17 | |
GetWipePassCount() / WipeBuffer() found by the Open Crypto Audit Project. | |||||
2014-11-08 | Windows vulnerability fix : clear sensitive data in Windows kernel driver by ↵ | Mounir IDRASSI | 1 | -1/+1 | |
using burjn instead of memset | |||||
2014-11-08 | Windows vulnerability fix : avoid kernel pointer disclosure through a call ↵ | Mounir IDRASSI | 1 | -1/+3 | |
to TC_IOCTL_GET_SYSTEM_DRIVE_DUMP_CONFIG but restricting this call to Kernel Mode. | |||||
2014-11-08 | Remove deprecated/legacy cryptographic algorithms and encryption modes that ↵ | Mounir IDRASSI | 1 | -16/+0 | |
are never used by VeraCrypt. This will speed up volumes opening in many cases. | |||||
2014-11-08 | Static Code Analysis : Use Safe string functions inside VeraCrypt Device ↵ | Mounir IDRASSI | 4 | -38/+62 | |
Driver to avoid potential security issues. Add many checks for NULL pointers to handle low memory use cases. | |||||
2014-11-08 | Fix password memory leak inside the Device driver in boot encryption mode. | Mounir IDRASSI | 1 | -1/+1 | |
2014-11-08 | Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources ↵ | Mounir IDRASSI | 2 | -2/+2 | |
Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon. | |||||
2014-11-08 | Remove some legacy code inherited from True and that doesn't apply to VeraCrypt | Mounir IDRASSI | 1 | -10/+1 | |
2014-11-08 | Change TrueCrypt to VeraCrypt in some comments | Mounir IDRASSI | 1 | -4/+4 | |
2014-11-08 | Increment VeraCrypt version to 1.0dVeraCrypt_1.0d | Mounir IDRASSI | 1 | -4/+4 | |
2014-11-08 | Replace TrueCrypt references in added sources and resources by VeraCrypt ones. | Mounir IDRASSI | 2 | -2/+2 | |
2014-11-08 | Add TrueCrypt 7.1a MacOSX/Linux specific source files. | Mounir IDRASSI | 3 | -0/+681 | |
2014-11-08 | Increment VeraCrypt version to 1.0cVeraCrypt_1.0c | Mounir IDRASSI | 1 | -4/+4 | |
2014-11-08 | Increment VeraCrypt version to 1.0bVeraCrypt_1.0b | Mounir IDRASSI | 1 | -4/+4 | |
2014-11-08 | Modifications to remove all TrueCrypt references in names. generate new ↵ | Mounir IDRASSI | 7 | -27/+27 | |
GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word. | |||||
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 18 | -0/+8833 | |