VeraCrypt/src/Driver
Mounir IDRASSI fa3d4c79c9
Increment version to 1.24-Beta6
2019-10-02 11:40:08 +02:00
..
Fuse Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
BuildDriver.cmd Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
DriveFilter.c Windows Driver: Disable Hibernation when RAM encryption is enabled since we can't resume from Hibernation without RAM encryption keys (a chicken and egg situation) 2019-10-01 15:09:35 +02:00
DriveFilter.h Windows: use specific order for EFI boot arguments memory regions that matches the one used by EFI bootloader. 2019-03-01 00:35:20 +01:00
Driver.rc Increment version to 1.24-Beta6 2019-10-02 11:40:08 +02:00
Driver.vcproj Normalize all line terminators 2016-05-10 20:20:14 +02:00
Driver.vcxproj Windows: Implement RAM encryption for keys on 64-bit machines using ChaCha12 cipher and t1ha non-cryptographic fast hash (https://github.com/leo-yuriev/t1ha) 2019-03-01 00:35:13 +01:00
Driver.vcxproj.filters Windows: Implement RAM encryption for keys on 64-bit machines using ChaCha12 cipher and t1ha non-cryptographic fast hash (https://github.com/leo-yuriev/t1ha) 2019-03-01 00:35:13 +01:00
Driver.vcxproj.user Windows: Use Visual C++ 2010 instead of Visual C++ 2008. 2016-06-17 15:50:47 +02:00
DumpFilter.c Windows: Implement RAM encryption for keys on 64-bit machines using ChaCha12 cipher and t1ha non-cryptographic fast hash (https://github.com/leo-yuriev/t1ha) 2019-03-01 00:35:13 +01:00
DumpFilter.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
EncryptedIoQueue.c Windows Security: Add new entry point in driver that allows emergency clearing of all encryption keys from memory. This entry point requires administrative privileges and it will caused BSDO when system encryption is active. It can be useful for example to applications that monitors physical access to the machine and which need to erase sensitive key material from RAM when unauthorized access is detected. 2019-01-09 00:30:12 +01:00
EncryptedIoQueue.h Windows driver: remove newly added volatile qualifier from CRYPT_INFO pointers to fix build issue until a better approach is devised 2019-01-09 00:59:21 +01:00
Makefile Normalize all line terminators 2016-05-10 20:20:14 +02:00
Ntdriver.c Windows Driver: Add IOCTL code to query RAM encryption status in VeraCrypt driver 2019-03-03 23:48:49 +01:00
Ntdriver.h Windows: Add implementation of ChaCha20 based random generator. Use it for driver need of random bytes (currently only wipe bytes but more to come later). 2019-02-08 01:50:12 +01:00
Ntvol.c Windows Driver: fix BSOD when mounting outer volume with hidden volume protection if RAM encryption is enabled 2019-03-09 08:03:57 +01:00
Ntvol.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Resource.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Sources Normalize all line terminators 2016-05-10 20:20:14 +02:00
VolumeFilter.c Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
VolumeFilter.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00