VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Pkcs5.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-17Windows Driver: save FPU state in 32-bit mode before run Whirlpool SSE implem...Mounir IDRASSI1-0/+22
2016-05-10Remove trailing whitespaceDavid Foerster1-27/+27
2016-05-10Normalize all line terminatorsDavid Foerster1-959/+959
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2016-01-17Cryptography: Divide mount and boot times by 2 using a pre-computation of val...Mounir IDRASSI1-106/+259
2015-12-31Cryptography: Optimize Whirlpool implementation by using public domain assemb...Mounir IDRASSI1-2/+2
2015-11-30Linux/MacOSX: Solve compilation issue following Windows Unicode rewriteMounir IDRASSI1-0/+1
2015-11-26Windows: Full UNICODE rewrite and implement support for UNICODE passwords.Mounir IDRASSI1-6/+6
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 an...Mounir IDRASSI1-7/+9
2015-07-11Linux: Solve compilation warning (unused variables, pointer cast)Mounir IDRASSI1-1/+1
2015-07-11Use Pim name for internal variables instead of the old name PinMounir IDRASSI1-11/+11
2015-06-08Windows: rename PIN to PIM to avoid confusion. Better error messages.Mounir IDRASSI1-1/+1
2015-05-26Windows: first implementation of dynamic modeMounir IDRASSI1-23/+44
2015-02-22Speed and memory usage optimization for key derivation based on patches by Ni...Mounir IDRASSI1-274/+360
2015-01-23Windows: Correct displaying wrong TrueCrypt mode in volume properties when SH...Mounir IDRASSI1-1/+4
2014-12-28Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt vo...Mounir IDRASSI1-4/+7
2014-11-08Linux/MacOSX: add newline at the end of Pkcs5.c to remove gcc warningMounir IDRASSI1-1/+1
2014-11-08Simplify code handling iterations count: in boot mode, we'll set the correct ...Mounir IDRASSI1-21/+26
2014-11-08Bootloader code optimization: remove code in HMAC implementation in case of b...Mounir IDRASSI1-4/+24
2014-11-08Add support for SHA-256 in key derivation for bootloader encryption. Create s...Mounir IDRASSI1-1/+161
2014-11-08Optimization to reduce code size of derive_u_ripemd160. Useful for boatloader.Mounir IDRASSI1-25/+20
2014-11-08Remove deprecated/legacy cryptographic algorithms and encryption modes that a...Mounir IDRASSI1-152/+1
2014-11-08Correct issue in handling hidden system partitions that made it impossible to...Mounir IDRASSI1-6/+19
2014-11-08Reduce excessive iterations count while on the same time keep very high securityMounir IDRASSI1-4/+4
2014-11-08Enhance security by rising the iterations used in PBKDF2 : 327670 instead of ...Mounir IDRASSI1-15/+22
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+642