Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-14 | Increment version to 1.17. Update user guide PDF file. | Mounir IDRASSI | 1 | -4/+4 | |
2016-02-07 | Windows Driver: if saving volume header fails, don't mark operation as ↵ | Mounir IDRASSI | 1 | -3/+5 | |
successful so that it will be retried later. | |||||
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 16 | -16/+16 | |
2016-01-04 | Windows: Enhance fix for dll hijacking vulnerability affecting installer ↵ | Mounir IDRASSI | 1 | -0/+3 | |
(CVE-2016-1281) | |||||
2016-01-03 | Windows Driver: Remove unwanted ':' character at the end of volume device ↵ | Mounir IDRASSI | 1 | -2/+2 | |
name. This was causing a crash in Kaspersky Internet Security 2016 when a program is run from a VeraCrypt volume. | |||||
2015-12-31 | Cryptography: Optimize Whirlpool implementation by using public domain ↵ | Mounir IDRASSI | 1 | -0/+3 | |
assembly code developed by Wei Dai | |||||
2015-12-21 | Windows: Implement PIM caching, both for system encryption and for normal ↵ | Mounir IDRASSI | 4 | -2/+12 | |
volumes. Add options to activate it in the Preferences and System Settings. | |||||
2015-11-26 | Windows: Full UNICODE rewrite and implement support for UNICODE passwords. | Mounir IDRASSI | 1 | -2/+8 | |
2015-11-26 | Windows Driver: solve compilation error in Debug build caused by a missing ↵ | Mounir IDRASSI | 1 | -0/+6 | |
variable. | |||||
2015-10-07 | Increment version to 1.16. Update user guide PDF file.VeraCrypt_1.16 | Mounir IDRASSI | 1 | -4/+4 | |
2015-10-05 | Windows Driver: Modify fix for CVE-2015-7358 to solve side effects on ↵ | Mounir IDRASSI | 2 | -15/+41 | |
Windows mount manager while still making it hard to abuse drive letter handling. | |||||
2015-10-05 | Windows Driver: remove allocation of unused variables | Mounir IDRASSI | 1 | -4/+2 | |
2015-09-26 | Increment version to 1.15. Update user guide PDF file.VeraCrypt_1.15 | Mounir IDRASSI | 1 | -4/+4 | |
2015-09-26 | Windows Driver: remove unnecessary variables declaration and use in ↵ | Mounir IDRASSI | 1 | -5/+0 | |
MountManagerMount. | |||||
2015-09-26 | Windows Driver: Fix inherited TrueCrypt local elevation of privilege ↵ | Mounir IDRASSI | 1 | -2/+3 | |
vulnerability caused by abusing the drive letter symbolic link creation facilities to remap the main system drive. Thanks to James Forshaw (Google) for reporting this issue and for helping implementing the fix. | |||||
2015-09-26 | Windows Driver: Fix inherited TrueCrypt local elevation of privilege ↵ | Mounir IDRASSI | 1 | -2/+10 | |
vulnerability caused by incorrect impersonation token handling. Reported and fixed by James Forshaw (Google) | |||||
2015-09-16 | Increment version to 1.14. Update user guide PDF file.VeraCrypt_1.14 | Mounir IDRASSI | 1 | -4/+4 | |
2015-09-16 | Windows: Add option to explicitly support extended disk IOCTLs and disable ↵ | Mounir IDRASSI | 1 | -45/+53 | |
this support by default. This will avoid having issue with software that doesn't handle correctly partial IOCTL_STORAGE_QUERY_PROPERTY support. | |||||
2015-08-31 | Windows: Support setting volume label in Explorer through mount option. ↵ | Mounir IDRASSI | 3 | -0/+66 | |
Support using favorite label as label in Explorer. | |||||
2015-08-31 | Windows Driver: Protect captured subject context during processing of user ↵ | Mounir IDRASSI | 1 | -0/+2 | |
access token. | |||||
2015-08-14 | Windows Driver: support returning StorageDeviceProperty through ↵ | Mounir IDRASSI | 1 | -16/+37 | |
IOCTL_STORAGE_QUERY_PROPERTY. | |||||
2015-08-09 | Increment version to 1.13VeraCrypt_1.13 | Mounir IDRASSI | 1 | -4/+4 | |
2015-08-09 | Windows: better error code when IOCTL_STORAGE_QUERY_PROPERTY type is not ↵ | Mounir IDRASSI | 1 | -1/+1 | |
supported | |||||
2015-08-09 | Windows: Solve crash of TOR when run from VeraCrypt volume by explicitly ↵ | Mounir IDRASSI | 1 | -0/+4 | |
returning error code when unsupported IOCTL_STORAGE_QUERY_PROPERTY parameter encountered. | |||||
2015-08-06 | Increment version to 1.12. Update user guide PDF file. | Mounir IDRASSI | 1 | -4/+4 | |
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 ↵ | Mounir IDRASSI | 16 | -83/+139 | |
and TrueCrypt 3.0. | |||||
2015-08-06 | Windows: Add extra checks for bootloader tampering. | Mounir IDRASSI | 1 | -7/+30 | |
2015-07-29 | Windows: Implement Evil-Maid-Attack detection mechanism. Write the correct ↵ | Mounir IDRASSI | 3 | -1/+103 | |
bootloader when changing the system encryption password: this enables to recover if an attack is detected. | |||||
2015-07-11 | Use Pim name for internal variables instead of the old name Pin | Mounir IDRASSI | 3 | -14/+14 | |
2015-06-07 | Windows: Add support for PIN in favorites. Several enhancements to GUI ↵ | Mounir IDRASSI | 2 | -0/+4 | |
handling of Dynamic Mode. | |||||
2015-05-26 | Windows: first implementation of dynamic mode | Mounir IDRASSI | 3 | -3/+11 | |
2015-05-15 | Windows driver: avoid race condition by using ↵ | Mounir IDRASSI | 2 | -7/+16 | |
IoAttachDeviceToDeviceStackSafe instead IoAttachDeviceToDeviceStack. Set BootArgs.CryptoInfoLength to 0 after clearing boot memory. | |||||
2015-05-10 | Windows Driver: fix wrongly reported bad sectors by chkdsk caused by a bug ↵ | Mounir IDRASSI | 1 | -1/+1 | |
in IOCTL_DISK_VERIFY. There was no real issue in sectors. | |||||
2015-05-03 | Windows Driver: Implement querying physical sector size of veraCrypt volume ↵ | Mounir IDRASSI | 4 | -6/+74 | |
through IOCTL_STORAGE_QUERY_PROPERTY | |||||
2015-04-06 | Increment VeraCrypt version to 1.0f-2 | Mounir IDRASSI | 1 | -4/+4 | |
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 |