VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Driver/DriveFilter.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-01Windows: use specific order for EFI boot arguments memory regions that matche...Mounir IDRASSI1-8/+11
2019-03-01Windows: Implement RAM encryption for keys on 64-bit machines using ChaCha12 ...Mounir IDRASSI1-6/+48
2019-02-08Windows: Add implementation of ChaCha20 based random generator. Use it for dr...Mounir IDRASSI1-33/+9
2019-02-08Windows: Add option to enable use of CPU RDRAND/RDSEED as source of entropy w...Mounir IDRASSI1-3/+4
2019-02-01Windows driver: better randomness for wipe bytes by always using Whirlpool ha...Mounir IDRASSI1-19/+28
2019-01-28Increase password maximum length to 128 bytes from 64 bytesMounir IDRASSI1-5/+11
2019-01-21Windows driver: remove volumes master keys from CRYPTO_INFO since they are no...Mounir IDRASSI1-3/+1
2019-01-21Windows: remove unused fields from CRYPTO_INFO structureMounir IDRASSI1-2/+1
2019-01-09Windows Security: Add new entry point in driver that allows emergency clearin...Mounir IDRASSI1-2/+59
2019-01-09Windows Driver: erase system encryption keys from memory during shutdown/rebo...Mounir IDRASSI1-2/+2
2018-03-05Windows: Add option to block TRIM command on system encryption SSD drives.Mounir IDRASSI1-0/+43
2017-07-04Windows Driver: correctly save and restore extended processor state when perf...Mounir IDRASSI1-6/+12
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2017-06-23Crypto: Add optimized SHA-512 and SHA-256 assembly implementations for x86_64...Mounir IDRASSI1-2/+2
2016-12-26Windows driver: fix reading of boot PRF after latest EFI hidden OS changes. B...Mounir IDRASSI1-37/+32
2016-12-26comments and better cleanupkavsrf1-12/+20
2016-12-26Driver with support of hidden OSkavsrf1-26/+130
2016-10-17Windows: Fix false-positive detection of Evil-Maid attack during creation pro...Mounir IDRASSI1-2/+0
2016-10-17Windows Driver: Erase sensitive boot memory before throwing fatal exceptionMounir IDRASSI1-0/+9
2016-08-15Windows EFI Bootloader: modifications to prepare EFI system encryption suppor...Alex1-42/+50
2016-07-25Windows: solve benchmark issue for Whirlpool which caused wrong numbers when ...Mounir IDRASSI1-4/+4
2016-06-17Windows Driver: save FPU state in 32-bit mode before run Whirlpool SSE implem...Mounir IDRASSI1-0/+12
2016-05-10Remove trailing whitespaceDavid Foerster1-33/+33
2016-05-10Normalize all line terminatorsDavid Foerster1-2153/+2153
2016-04-20Windows: Add option to avoid PIM prompt in pre-boot authentication by storing...Mounir IDRASSI1-2/+3
2016-02-07Windows Driver: if saving volume header fails, don't mark operation as succes...Mounir IDRASSI1-3/+5
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-12-21Windows: Implement PIM caching, both for system encryption and for normal vol...Mounir IDRASSI1-1/+4
2015-11-26Windows: Full UNICODE rewrite and implement support for UNICODE passwords.Mounir IDRASSI1-2/+8
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 an...Mounir IDRASSI1-5/+9
2015-08-06Windows: Add extra checks for bootloader tampering.Mounir IDRASSI1-7/+30
2015-07-29Windows: Implement Evil-Maid-Attack detection mechanism. Write the correct bo...Mounir IDRASSI1-0/+97
2015-07-11Use Pim name for internal variables instead of the old name PinMounir IDRASSI1-8/+8
2015-06-07Windows: Add support for PIN in favorites. Several enhancements to GUI handli...Mounir IDRASSI1-0/+2
2015-05-26Windows: first implementation of dynamic modeMounir IDRASSI1-3/+7
2015-05-15Windows driver: avoid race condition by using IoAttachDeviceToDeviceStackSafe...Mounir IDRASSI1-6/+10
2015-02-09Static Code Analysis: in Windows Driver, avoid using uninitialized stack memo...Mounir IDRASSI1-0/+39
2015-01-03Windows: change cascade encryption naming format to reflex mathematical compo...Mounir IDRASSI1-1/+1
2014-12-30Windows driver: don't fail if the PRF recovered from boot memory is not recog...Mounir IDRASSI1-7/+0
2014-12-28Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt vo...Mounir IDRASSI1-2/+2
2014-12-16Windows: Enhance performance by implementing the possibility to choose the co...Mounir IDRASSI1-15/+38
2014-12-11Windows Driver: change inherited TrueCrypt constants in kernel objects tags b...Mounir IDRASSI1-1/+1
2014-11-08Windows Driver Sanity check: check that the password length passed from the b...Mounir IDRASSI1-17/+21
2014-11-08Implement support for creating and booting encrypted partition using SHA-256....Mounir IDRASSI1-0/+1
2014-11-08Windows vulnerability fix: correct possible BSOD attack targeted towards GetW...Mounir IDRASSI1-3/+17
2014-11-08Windows vulnerability fix : clear sensitive data in Windows kernel driver by ...Mounir IDRASSI1-1/+1
2014-11-08Fix password memory leak inside the Device driver in boot encryption mode.Mounir IDRASSI1-1/+1
2014-11-08Remove some legacy code inherited from True and that doesn't apply to VeraCryptMounir IDRASSI1-10/+1
2014-11-08Modifications to remove all TrueCrypt references in names. generate new GUIDs...Mounir IDRASSI1-1/+1
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+1942