Age | Commit message (Expand) | Author | Files | Lines |
2021-01-02 | Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). Syste... | Mounir IDRASSI | 1 | -4/+6 |
2020-12-11 | Windows Driver: Fix build error using Windows 10 WDK caused by name conflict ... | Mounir IDRASSI | 1 | -8/+8 |
2017-07-22 | Windows: reduce size of MBR bootloader by removing unused functions in each b... | Mounir IDRASSI | 1 | -12/+0 |
2017-07-04 | Windows Driver: correctly save and restore extended processor state when perf... | Mounir IDRASSI | 1 | -20/+82 |
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 1 | -1/+1 |
2017-06-23 | Crypto: Add optimized SHA-512 and SHA-256 assembly implementations for x86_64... | Mounir IDRASSI | 1 | -0/+21 |
2016-12-08 | Windows: Enhancement to favorites handling. Add PRF/TrueCryptMode fields in f... | Mounir IDRASSI | 1 | -0/+25 |
2016-10-17 | Crypto: remove specific PBKDF2 optimization for block index encoding (except ... | Mounir IDRASSI | 1 | -6/+18 |
2016-10-17 | Crypto: clarify PRF code by removing unused parameters in functions hmac_XXX_... | Mounir IDRASSI | 1 | -39/+31 |
2016-10-17 | Crypto: make HMAC-SHA512 code more clear by removing the memory usage optimiz... | Mounir IDRASSI | 1 | -7/+3 |
2016-08-15 | Windows EFI Bootloader: modifications to prepare EFI system encryption suppor... | Alex | 1 | -29/+30 |
2016-08-15 | Windows: Add support for Streebog (hash) and kuznyechik (encryption) | Mounir IDRASSI | 1 | -0/+229 |
2016-07-25 | Windows: solve benchmark issue for Whirlpool which caused wrong numbers when ... | Mounir IDRASSI | 1 | -8/+8 |
2016-06-17 | Windows Driver: save FPU state in 32-bit mode before run Whirlpool SSE implem... | Mounir IDRASSI | 1 | -0/+22 |
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -27/+27 |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -959/+959 |
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 |
2016-01-17 | Cryptography: Divide mount and boot times by 2 using a pre-computation of val... | Mounir IDRASSI | 1 | -106/+259 |
2015-12-31 | Cryptography: Optimize Whirlpool implementation by using public domain assemb... | Mounir IDRASSI | 1 | -2/+2 |
2015-11-30 | Linux/MacOSX: Solve compilation issue following Windows Unicode rewrite | Mounir IDRASSI | 1 | -0/+1 |
2015-11-26 | Windows: Full UNICODE rewrite and implement support for UNICODE passwords. | Mounir IDRASSI | 1 | -6/+6 |
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 an... | Mounir IDRASSI | 1 | -7/+9 |
2015-07-11 | Linux: Solve compilation warning (unused variables, pointer cast) | Mounir IDRASSI | 1 | -1/+1 |
2015-07-11 | Use Pim name for internal variables instead of the old name Pin | Mounir IDRASSI | 1 | -11/+11 |
2015-06-08 | Windows: rename PIN to PIM to avoid confusion. Better error messages. | Mounir IDRASSI | 1 | -1/+1 |
2015-05-26 | Windows: first implementation of dynamic mode | Mounir IDRASSI | 1 | -23/+44 |
2015-02-22 | Speed and memory usage optimization for key derivation based on patches by Ni... | Mounir IDRASSI | 1 | -274/+360 |
2015-01-23 | Windows: Correct displaying wrong TrueCrypt mode in volume properties when SH... | Mounir IDRASSI | 1 | -1/+4 |
2014-12-28 | Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt vo... | Mounir IDRASSI | 1 | -4/+7 |
2014-11-08 | Linux/MacOSX: add newline at the end of Pkcs5.c to remove gcc warning | Mounir IDRASSI | 1 | -1/+1 |
2014-11-08 | Simplify code handling iterations count: in boot mode, we'll set the correct ... | Mounir IDRASSI | 1 | -21/+26 |
2014-11-08 | Bootloader code optimization: remove code in HMAC implementation in case of b... | Mounir IDRASSI | 1 | -4/+24 |
2014-11-08 | Add support for SHA-256 in key derivation for bootloader encryption. Create s... | Mounir IDRASSI | 1 | -1/+161 |
2014-11-08 | Optimization to reduce code size of derive_u_ripemd160. Useful for boatloader. | Mounir IDRASSI | 1 | -25/+20 |
2014-11-08 | Remove deprecated/legacy cryptographic algorithms and encryption modes that a... | Mounir IDRASSI | 1 | -152/+1 |
2014-11-08 | Correct issue in handling hidden system partitions that made it impossible to... | Mounir IDRASSI | 1 | -6/+19 |
2014-11-08 | Reduce excessive iterations count while on the same time keep very high security | Mounir IDRASSI | 1 | -4/+4 |
2014-11-08 | Enhance security by rising the iterations used in PBKDF2 : 327670 instead of ... | Mounir IDRASSI | 1 | -15/+22 |
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 1 | -0/+642 |