Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Common
/
Pkcs5.c
Age
Commit message (
Expand
)
Author
Files
Lines
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