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
2020-12-11
Windows: Fix various compiler warnings
Mounir IDRASSI
1
-3/+6
2019-01-31
Windows driver: replace SHA512 by RIPEMD160 when calculating internal hash of...
Mounir IDRASSI
1
-5/+6
2019-01-20
Windows driver: remove volumes master keys from CRYPTO_INFO since they are no...
Mounir IDRASSI
1
-33/+31
2019-01-20
Windows: remove unused fields from CRYPTO_INFO structure
Mounir IDRASSI
1
-3/+2
2017-07-26
Windows driver: correctly handle IOCTL_DISK_GET_DRIVE_GEOMETRY_EX to fix issu...
Mounir IDRASSI
1
-12/+13
2017-06-23
Update IDRIX copyright year
Mounir IDRASSI
1
-1/+1
2017-05-16
Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated IOCTL...
Mounir IDRASSI
1
-12/+12
2016-10-17
Windows: Fix false-positive detection of Evil-Maid attack during creation pro...
Mounir IDRASSI
1
-3/+0
2016-10-17
Windows: in function CreateVolumeHeaderInMemory, properly unlock and erase se...
Mounir IDRASSI
1
-8/+19
2016-10-17
Securely erase and protect buffer holding decrypted volume header.
Mounir IDRASSI
1
-0/+3
2016-09-11
Windows: in case of In-Place encryption, encrypt random data instead of exist...
Mounir IDRASSI
1
-7/+3
2016-08-15
Windows: fix error caused by requesting large number of random bytes when wri...
Mounir IDRASSI
1
-1/+1
2016-08-14
Windows: fill unused/reserved header areas with the result of encryption of r...
Mounir IDRASSI
1
-1/+8
2016-08-14
Windows EFI Bootloader: modifications to prepare EFI system encryption suppor...
Alex
1
-16/+42
2016-08-14
Windows: Add support for Streebog (hash) and kuznyechik (encryption)
Mounir IDRASSI
1
-1/+9
2016-08-14
Windows: Fix vulnerability inherited from TrueCrypt that allows an attacker t...
Mounir IDRASSI
1
-29/+70
2016-07-25
Windows: solve benchmark issue for Whirlpool which caused wrong numbers when ...
Mounir IDRASSI
1
-4/+4
2016-06-01
Crypto: Add support for Japanese encryption standard Camellia, including for ...
Mounir IDRASSI
1
-0/+8
2016-05-10
Remove trailing whitespace
David Foerster
1
-26/+26
2016-05-10
Normalize all line terminators
David Foerster
1
-1270/+1270
2016-04-19
Windows: Add option to avoid PIM prompt in pre-boot authentication by storing...
Mounir IDRASSI
1
-2/+3
2016-04-16
Windows: fix keys parts not shown in system encryption wizard when the displa...
Mounir IDRASSI
1
-1/+1
2016-02-07
Windows:Fix various issues and warnings reported by static code analysis tool...
Mounir IDRASSI
1
-4/+4
2016-01-19
Copyright: update dates to include 2016.
Mounir IDRASSI
1
-1/+1
2016-01-02
Cryptography: Set 16-byte alignment for KEY_INFO structure that is used as in...
Mounir IDRASSI
1
-2/+2
2015-12-21
Windows: Implement PIM caching, both for system encryption and for normal vol...
Mounir IDRASSI
1
-0/+8
2015-11-26
Windows: solve GUI issues caused by using ANSI string instead of UNICODE ones...
Mounir IDRASSI
1
-6/+6
2015-08-05
Update license information to reflect the use of a dual license Apache 2.0 an...
Mounir IDRASSI
1
-7/+9
2015-07-28
Windows: Implement Evil-Maid-Attack detection mechanism. Write the correct bo...
Mounir IDRASSI
1
-0/+37
2015-07-10
Use Pim name for internal variables instead of the old name Pin
Mounir IDRASSI
1
-11/+11
2015-06-06
Windows: Add support for PIN in favorites. Several enhancements to GUI handli...
Mounir IDRASSI
1
-0/+4
2015-05-25
Windows: first implementation of dynamic mode
Mounir IDRASSI
1
-9/+12
2015-03-01
Windows: if TrueCrypt volume created with a version prior to 6.0, display thi...
Mounir IDRASSI
1
-1/+1
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-15
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