VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/EncryptionThreadPool.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-30Windows: Fix some VS static analyzed warningsMounir IDRASSI1-1/+1
2021-08-07Windows: Better implementation of PRF autodetection optimization.Mounir IDRASSI1-22/+23
2021-08-07Windows Driver: fix BSOD during mounting caused by commit for PRF auto-detect...Mounir IDRASSI1-2/+0
2021-08-02Windows: clear DeriveKeyWork work item only if they have correct typeMounir IDRASSI1-3/+6
2021-07-15Windows: Avoid leaking sensitive values in work item of threads poolMounir IDRASSI1-0/+14
2021-07-14Windows: Reduce time of mount with PRF auto-detectionMounir IDRASSI1-4/+65
2020-07-02Windows: Don't use API for Processor Groups support if there is only 1 CPU gr...Mounir IDRASSI1-37/+72
2020-02-10Windows: Implement support for processor groups in the driver and fix build i...Mounir IDRASSI1-54/+63
2020-01-29 Adding Processor Groups support for more than 64 processors (#581)techvintage1-3/+57
2019-03-02Windows: Generalize RAM encryption for keys to VeraCrypt binaries, especially...Mounir IDRASSI1-1/+1
2019-03-01Windows: Implement RAM encryption for keys on 64-bit machines using ChaCha12 ...Mounir IDRASSI1-4/+41
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2016-08-15Windows: Add support for Streebog (hash) and kuznyechik (encryption)Mounir IDRASSI1-0/+5
2016-05-10Fix space before tabDavid Foerster1-1/+1
2016-05-10Remove trailing whitespaceDavid Foerster1-10/+10
2016-05-10Normalize all line terminatorsDavid Foerster1-511/+511
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 an...Mounir IDRASSI1-5/+9
2014-11-08Simplify code handling iterations count: in boot mode, we'll set the correct ...Mounir IDRASSI1-1/+1
2014-11-08Implement support for creating and booting encrypted partition using SHA-256....Mounir IDRASSI1-0/+5
2014-11-08Remove deprecated/legacy cryptographic algorithms and encryption modes that a...Mounir IDRASSI1-5/+0
2014-11-08Enhance security by rising the iterations used in PBKDF2 : 327670 instead of ...Mounir IDRASSI1-1/+1
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+507