Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Common
/
Volumes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-04
Windows: Add support for TrueCrypt 6.x since its format (v4) is identical to ...
Mounir IDRASSI
1
-1
/
+1
2014-12-28
Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt vo...
Mounir IDRASSI
1
-9
/
+36
2014-12-27
Windows: use the correct window handle for creating message boxes. This becam...
Mounir IDRASSI
1
-6
/
+6
2014-12-16
Windows: Enhance performance by implementing the possibility to choose the co...
Mounir IDRASSI
1
-4
/
+9
2014-11-08
Simplify code handling iterations count: in boot mode, we'll set the correct ...
Mounir IDRASSI
1
-5
/
+5
2014-11-08
Bootloader: in function ReadVolumeHeader, arrays dk and masterKey have the sa...
Mounir IDRASSI
1
-12
/
+9
2014-11-08
Bootloader: optimize code size in single cipher mode by manually inlining EAI...
Mounir IDRASSI
1
-2
/
+54
2014-11-08
Add support for SHA-256 in key derivation for bootloader encryption. Create s...
Mounir IDRASSI
1
-0
/
+24
2014-11-08
Remove deprecated/legacy cryptographic algorithms and encryption modes that a...
Mounir IDRASSI
1
-80
/
+3
2014-11-08
Static Code Analysis : Generalize the use of Safe String functions. Add some ...
Mounir IDRASSI
1
-4
/
+10
2014-11-08
Replace 'TRUE' by 'VERA' in some GUI constants and comments
Mounir IDRASSI
1
-5
/
+5
2014-11-08
Correct issue in handling hidden system partitions that made it impossible to...
Mounir IDRASSI
1
-2
/
+2
2014-11-08
Only position legacy flag if the first release of VeraCrypt is detected
Mounir IDRASSI
1
-1
/
+1
2014-11-08
Change the required version in volume header to the one of VeraCrypt (now 1.0)
Mounir IDRASSI
1
-18
/
+1
2014-11-08
Enhance security by rising the iterations used in PBKDF2 : 327670 instead of ...
Mounir IDRASSI
1
-4
/
+4
2014-11-08
Modifications to remove all TrueCrypt references in names. generate new GUIDs...
Mounir IDRASSI
1
-3
/
+3
2014-11-08
Add original TrueCrypt 7.1a sources
Mounir IDRASSI
1
-0
/
+1198