Age | Commit message (Expand) | Author | Files | Lines |
2015-02-09 | Static Code Analysis: clarify macros definition and use. | Mounir IDRASSI | 1 | -4/+4 |
2014-11-08 | Bootloader: reduce the size of Serpent implementation when used as the single... | Mounir IDRASSI | 1 | -3/+3 |
2014-11-08 | Small code size optimization for RIPEMD-160 when compiled for boot encryption. | Mounir IDRASSI | 1 | -7/+9 |
2014-11-08 | Add SHA-256 source specific for upcoming bootloader build because of its smal... | Mounir IDRASSI | 2 | -0/+301 |
2014-11-08 | Optimize code space and solve the Serpent issue (https://sourceforge.net/p/ve... | Mounir IDRASSI | 4 | -14/+10 |
2014-11-08 | Adapt certain functions in the case of Windows bootloader in order to make it... | Mounir IDRASSI | 1 | -0/+2 |
2014-11-08 | Remove remaining legacy cryptographic algorithms that are never used by VeraC... | Mounir IDRASSI | 2 | -20/+0 |
2014-11-08 | Remove deprecated/legacy cryptographic algorithms and encryption modes that a... | Mounir IDRASSI | 9 | -1946/+0 |
2014-11-08 | use burn instead of memset when clearing RIPEMD context to ensure the compile... | Mounir IDRASSI | 1 | -1/+1 |
2014-11-08 | Update RIPEMD160 implementation in Windows Bootloaded to benefit from the com... | Mounir IDRASSI | 2 | -4/+3 |
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 35 | -0/+13423 |