Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-08 | Windows vulnerability fix : make boot-loader decompressor more robust and ↵ | Mounir IDRASSI | 3 | -18/+54 | |
secure by adding multiple checks and validation code. Note that we had to switch to the slow implementation of the function decode in order to keep the size of the decompressor code under 2K. | |||||
2014-11-08 | Static Code Analysis: Correctly initialize variables to avoid false-positive ↵ | Mounir IDRASSI | 2 | -3/+3 | |
detection in the boot code. | |||||
2014-11-08 | Require to upgrade rescue disk if upgrading from version 1.0a of VeraCrypt ↵ | Mounir IDRASSI | 1 | -1/+1 | |
instead of version 6.0a (left over from TrueCrypt). Does anyone still uses VeraCrypt 1.0a??? | |||||
2014-11-08 | Detect correctly VeraCrypt rescue disk by looking for the little-endian ↵ | Mounir IDRASSI | 1 | -1/+1 | |
encoding of "Vera" instead of "True". | |||||
2014-11-08 | Modifications to remove all TrueCrypt references in names. generate new ↵ | Mounir IDRASSI | 2 | -7/+7 | |
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 | 27 | -0/+5225 | |