Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-07 | Windows: Add support for PIN in favorites. Several enhancements to GUI ↵ | Mounir IDRASSI | 1 | -0/+2 | |
handling of Dynamic Mode. | |||||
2015-05-26 | Windows: first implementation of dynamic mode | Mounir IDRASSI | 1 | -0/+2 | |
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 | 1 | -2/+38 | |
through IOCTL_STORAGE_QUERY_PROPERTY | |||||
2015-02-09 | Static Code Analysis: in Windows Driver, avoid using uninitialized stack ↵ | Mounir IDRASSI | 1 | -1/+1 | |
memory as random and use proper random value for wipe operation. Solve potential double-free issue. | |||||
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 | |||||
2014-12-28 | Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt ↵ | Mounir IDRASSI | 1 | -1/+4 | |
volumes to VeraCrypt using the change password functionality. | |||||
2014-12-16 | Windows: Enhance performance by implementing the possibility to choose the ↵ | Mounir IDRASSI | 1 | -1/+5 | |
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 | 1 | -1/+1 | |
by VeraCrypt specific values. These are used in crash dumps analysis and during debugging. | |||||
2014-11-08 | Windows vulnerability fix: correct some integer overflow issues using the ↵ | Mounir IDRASSI | 1 | -2/+13 | |
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 : 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 | Static Code Analysis : Use Safe string functions inside VeraCrypt Device ↵ | Mounir IDRASSI | 1 | -31/+31 | |
Driver to avoid potential security issues. Add many checks for NULL pointers to handle low memory use cases. | |||||
2014-11-08 | Change TrueCrypt to VeraCrypt in some comments | Mounir IDRASSI | 1 | -4/+4 | |
2014-11-08 | Replace TrueCrypt references in added sources and resources by VeraCrypt ones. | Mounir IDRASSI | 1 | -1/+1 | |
2014-11-08 | Modifications to remove all TrueCrypt references in names. generate new ↵ | Mounir IDRASSI | 1 | -3/+3 | |
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 | 1 | -0/+3293 | |