Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Common
/
EncryptionThreadPool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-08
Implement support of Blake2s-256 hash algorithm and remove deprecated algorit...
Mounir IDRASSI
1
-2
/
+2
2021-08-30
Windows: Fix some VS static analyzed warnings
Mounir IDRASSI
1
-1
/
+1
2021-08-07
Windows: Better implementation of PRF autodetection optimization.
Mounir IDRASSI
1
-22
/
+23
2021-08-07
Windows Driver: fix BSOD during mounting caused by commit for PRF auto-detect...
Mounir IDRASSI
1
-2
/
+0
2021-08-02
Windows: clear DeriveKeyWork work item only if they have correct type
Mounir IDRASSI
1
-3
/
+6
2021-07-15
Windows: Avoid leaking sensitive values in work item of threads pool
Mounir IDRASSI
1
-0
/
+14
2021-07-14
Windows: Reduce time of mount with PRF auto-detection
Mounir IDRASSI
1
-4
/
+65
2020-07-02
Windows: Don't use API for Processor Groups support if there is only 1 CPU gr...
Mounir IDRASSI
1
-37
/
+72
2020-02-10
Windows: Implement support for processor groups in the driver and fix build i...
Mounir IDRASSI
1
-54
/
+63
2020-01-29
Adding Processor Groups support for more than 64 processors (#581)
techvintage
1
-3
/
+57
2019-03-02
Windows: Generalize RAM encryption for keys to VeraCrypt binaries, especially...
Mounir IDRASSI
1
-1
/
+1
2019-03-01
Windows: Implement RAM encryption for keys on 64-bit machines using ChaCha12 ...
Mounir IDRASSI
1
-4
/
+41
2017-06-23
Update IDRIX copyright year
Mounir IDRASSI
1
-1
/
+1
2016-08-15
Windows: Add support for Streebog (hash) and kuznyechik (encryption)
Mounir IDRASSI
1
-0
/
+5
2016-05-10
Fix space before tab
David Foerster
1
-1
/
+1
2016-05-10
Remove trailing whitespace
David Foerster
1
-10
/
+10
2016-05-10
Normalize all line terminators
David Foerster
1
-511
/
+511
2016-01-20
Copyright: update dates to include 2016.
Mounir IDRASSI
1
-1
/
+1
2015-08-06
Update license information to reflect the use of a dual license Apache 2.0 an...
Mounir IDRASSI
1
-5
/
+9
2014-11-08
Simplify code handling iterations count: in boot mode, we'll set the correct ...
Mounir IDRASSI
1
-1
/
+1
2014-11-08
Implement support for creating and booting encrypted partition using SHA-256....
Mounir IDRASSI
1
-0
/
+5
2014-11-08
Remove deprecated/legacy cryptographic algorithms and encryption modes that a...
Mounir IDRASSI
1
-5
/
+0
2014-11-08
Enhance security by rising the iterations used in PBKDF2 : 327670 instead of ...
Mounir IDRASSI
1
-1
/
+1
2014-11-08
Add original TrueCrypt 7.1a sources
Mounir IDRASSI
1
-0
/
+507