Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-10 | Remove trailing whitespace | David Foerster | 25 | -96/+96 | |
2016-05-10 | Normalize all line terminators | David Foerster | 27 | -5110/+5110 | |
2016-04-20 | Windows: Reduce memory usage of Rescue Disk for cascades by 1KB. | Mounir IDRASSI | 1 | -5/+1 | |
2016-04-20 | Windows: Add option to avoid PIM prompt in pre-boot authentication by ↵ | Mounir IDRASSI | 6 | -59/+86 | |
storing PIM value unencrypted in MBR. | |||||
2016-02-22 | Windows bootloader: try to fix boot issues on some machines by increasing ↵ | Mounir IDRASSI | 1 | -5/+5 | |
required memory by 1 KiB | |||||
2016-01-29 | Windows Bootloader: Always hide password/PIM values with '*' after ENTER is ↵ | Mounir IDRASSI | 1 | -15/+15 | |
hit, even if F5 was pressed to display password/PIM. | |||||
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 25 | -25/+25 | |
2015-12-05 | Windows Rescue Disk: when decryption paused/finished, display message to ↵ | Mounir IDRASSI | 1 | -0/+4 | |
indicate that header is being updated | |||||
2015-11-26 | Windows Bootloader: Avoid displaying empty new line between password and PIM ↵ | Mounir IDRASSI | 1 | -1/+4 | |
after filling password field with dummy '*'. | |||||
2015-10-15 | Windows Rescue Disk: compress bootloader for rescue disk in several more ↵ | Mounir IDRASSI | 1 | -2/+2 | |
cases because of its growing size. | |||||
2015-10-15 | Windows Bootloader: Protect password/PIM length by filling the fields to ↵ | Mounir IDRASSI | 2 | -4/+22 | |
their maximum length with '*' after ENTER is hit | |||||
2015-09-13 | Windows Bootloader: Fix Rescue Disk issue when Cascades and SHA256 used. It ↵ | Mounir IDRASSI | 3 | -2/+10 | |
was caused by the bootloader becoming too big in this case with PIM implementation (larger than the limit of 31232 bytes). We also increase memory requirement for this case | |||||
2015-09-13 | Windows Bootloader: pass correct compressed data size to decompressor and ↵ | Mounir IDRASSI | 1 | -2/+3 | |
use shorter string to keep a valid memory layout for boot sector. | |||||
2015-08-28 | Windows bootloader: Mask/unmask PIM value in bootloader the same way as the ↵ | Mounir IDRASSI | 1 | -2/+7 | |
password | |||||
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 ↵ | Mounir IDRASSI | 26 | -117/+217 | |
and TrueCrypt 3.0. | |||||
2015-07-11 | Use Pim name for internal variables instead of the old name Pin | Mounir IDRASSI | 2 | -15/+15 | |
2015-06-08 | Windows: rename PIN to PIM to avoid confusion. Better error messages. | Mounir IDRASSI | 1 | -4/+4 | |
2015-05-26 | Windows: first implementation of dynamic mode | Mounir IDRASSI | 5 | -13/+80 | |
2015-05-03 | Windows: enable showing/hiding password for system encryption in Windows UI ↵ | Mounir IDRASSI | 1 | -2/+9 | |
and in the bootloader (F5 key). This will be helpful to diagnose issues with non-US versions of Windows. | |||||
2015-04-06 | Windows: Require upgrading rescue disk since we changed bootloader in 1.0f-2 | Mounir IDRASSI | 1 | -1/+1 | |
2015-03-02 | Windows Bootloader: Display message after entering password to inform user ↵ | Mounir IDRASSI | 1 | -1/+5 | |
that the password is being processed. Without this, users coming from TrueCrypt think that the system is freezed since they expect it to boot quickly. | |||||
2014-11-08 | Add support for SHA-256 in key derivation for bootloader encryption. Create ↵ | Mounir IDRASSI | 2 | -3/+18 | |
separate bootloader images for SHA-256 and RIPEMD-160. Set SHA-256 as the default PRF for boot encryption and SHA-512 as default PRF for all other cases. Depricate RIPEMD-160. | |||||
2014-11-08 | Windows vulnerability fix : finally make bootloader decompressor more robust ↵ | Mounir IDRASSI | 3 | -411/+448 | |
and secure by adding multiple checks and validation code. This solves the issue found by the Open Crypt Audit project. 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 | Revert previous modification on boad-loader decompressor because it ↵ | Mounir IDRASSI | 3 | -54/+18 | |
increased its size and it became impossible to include it with the SERPENT version of bootloader. The decompressor and the compressed bootloader are copied twice (original and backup) in the 63 first sectors of the hard drive (32K), thus the size limitation. This reverts commit 154235d589222e3c31cda05aa53e73ab69a89a6e. | |||||
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 | |