Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-12 | Avoid conflict with C++17 features std::byte by using uint8 type instead of byte | Mounir IDRASSI | 1 | -6/+6 | |
2023-08-13 | Windows: Implement support for mounting partially encrypted system partitions | Mounir IDRASSI | 1 | -1/+1 | |
For now, we force ReadOnly mounting for such partitions. | |||||
2021-12-20 | Windows Driver: Add registry settings to control driver internal encryption ↵ | Mounir IDRASSI | 1 | -19/+78 | |
queue Under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\veracrypt: - VeraCryptEncryptionFragmentSize (REG_DWORD): size of encryption data fragment in KiB. Default is 256. - VeraCryptEncryptionIoRequestCount (REG_DWORD): maximum number of parallel I/O requests. Default is 16. - VeraCryptEncryptionItemCount (REG_DWORD): maximum number of encryption queue items processed in parallel. Default is 8. | |||||
2021-01-02 | Windows: Fix various warnings | Mounir IDRASSI | 1 | -1/+1 | |
2019-01-09 | Windows Security: Add new entry point in driver that allows emergency ↵ | Mounir IDRASSI | 1 | -1/+3 | |
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. | |||||
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 1 | -1/+1 | |
2017-06-10 | Windows Driver Security: Use enhanced protection of NX pool under Windows 8 ↵ | Mounir IDRASSI | 1 | -2/+2 | |
and later. | |||||
2016-12-26 | Driver with support of hidden OS | kavsrf | 1 | -0/+59 | |
Signed-off-by: kavsrf <kavsrf@gmail.com> | |||||
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -13/+13 | |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -1049/+1049 | |
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 ↵ | Mounir IDRASSI | 1 | -5/+9 | |
and TrueCrypt 3.0. | |||||
2014-11-08 | Windows vulnerability fix: correct some integer overflow issues using the ↵ | Mounir IDRASSI | 1 | -4/+27 | |
IntSafe library. Detected by the Open Crypto Audit project | |||||
2014-11-08 | Static Code Analysis : Use Safe string functions inside VeraCrypt Device ↵ | Mounir IDRASSI | 1 | -0/+14 | |
Driver to avoid potential security issues. Add many checks for NULL pointers to handle low memory use cases. | |||||
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 1 | -0/+1008 | |