Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-08 | Windows: Add implementation of ChaCha20 based random generator. Use it for ↵ | Mounir IDRASSI | 5 | -33/+86 | |
driver need of random bytes (currently only wipe bytes but more to come later). | |||||
2019-02-08 | Windows: Add option to enable use of CPU RDRAND/RDSEED as source of entropy ↵ | Mounir IDRASSI | 2 | -3/+5 | |
which is now disabled by default | |||||
2019-02-01 | Update Release Notes and other files for 1.24-Beta2 release | Mounir IDRASSI | 1 | -2/+2 | |
2019-02-01 | Windows driver: better randomness for wipe bytes by always using Whirlpool ↵ | Mounir IDRASSI | 3 | -19/+40 | |
hash of current time and random bytes retrieved using CPU RDRAND/RDSEED if available. | |||||
2019-01-28 | Increment version to 1.24-Beta2 | Mounir IDRASSI | 1 | -2/+2 | |
2019-01-28 | Increase password maximum length to 128 bytes from 64 bytes | Mounir IDRASSI | 1 | -5/+11 | |
2019-01-28 | Windows Driver: force the input size for some IOCTLs to have a fixed value | Mounir IDRASSI | 1 | -2/+28 | |
2019-01-26 | Windows: Add a build configuration containing EFI bootloader signed with ↵ | Mounir IDRASSI | 1 | -1/+1 | |
custom SecureBoot key instead | |||||
2019-01-22 | Windows: Increment driver version to 1.24.1.1 | Mounir IDRASSI | 1 | -1/+1 | |
2019-01-21 | Windows driver: remove volumes master keys from CRYPTO_INFO since they are ↵ | Mounir IDRASSI | 2 | -4/+2 | |
not needed after their key schedule is created | |||||
2019-01-21 | Windows: remove unused fields from CRYPTO_INFO structure | Mounir IDRASSI | 1 | -2/+1 | |
2019-01-14 | Windows: Implement feature that enables clearing of encryption keys when a ↵ | Mounir IDRASSI | 1 | -0/+7 | |
new device is inserted. Better implementation for update of EFI bootloader without usage of drive letters (this can fix random issues encountered during Windows upgrade). | |||||
2019-01-14 | Increment version to 1.24-Beta1 | Mounir IDRASSI | 1 | -2/+2 | |
2019-01-09 | Windows driver: remove newly added volatile qualifier from CRYPT_INFO ↵ | Mounir IDRASSI | 3 | -3/+3 | |
pointers to fix build issue until a better approach is devised | |||||
2019-01-09 | Windows Security: Add new entry point in driver that allows emergency ↵ | Mounir IDRASSI | 6 | -6/+74 | |
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 | Windows Driver: erase system encryption keys from memory during ↵ | Mounir IDRASSI | 1 | -2/+2 | |
shutdown/reboot to help mitigate some cold boot attacks | |||||
2018-12-19 | Windows: Increment driver version to 1.24.0.1 | Mounir IDRASSI | 1 | -4/+4 | |
2018-12-19 | Windows Driver: Don't interact with the volume's filesystem if mount manager ↵ | Mounir IDRASSI | 1 | -1/+1 | |
integration is disabled | |||||
2018-12-19 | Increment version to 1.24-Beta0 | Mounir IDRASSI | 1 | -4/+4 | |
2018-12-19 | Windows: Add mount option that allows mounting a volume without attaching it ↵ | Mounir IDRASSI | 1 | -9/+11 | |
to the specified drive letter. This is useful in situation where Windows has issue with the filesystem (e.g. ReFS on Windows 10 1809) and we need to use third party software to be able to use the filesystem under Windows through low level VeraCrypt virtual device (e.g. \Device\VeraCryptVolumeX). | |||||
2018-10-10 | Increment version to 1.23-Hotfix-2 | Mounir IDRASSI | 1 | -4/+4 | |
2018-10-10 | Windows Driver: fix regression that was causing BSOD. | Mounir IDRASSI | 1 | -1/+1 | |
2018-10-10 | Windows Driver: replace system functions ↵ | Mounir IDRASSI | 1 | -9/+41 | |
RtlUpcaseUnicodeChar/RtlUnalignedStringCchLengthW by our own code for better clarity | |||||
2018-09-21 | Increment version to 1.23-Hotfix-1 | Mounir IDRASSI | 1 | -4/+4 | |
2018-09-21 | Windows driver: add extra check for data read in TC_IOCTL_OPEN_TEST handling | Mounir IDRASSI | 1 | -1/+31 | |
2018-09-21 | Windows: fix low severity vulnerability in driver that allowed reading 3 ↵ | Mounir IDRASSI | 1 | -49/+82 | |
bytes of kernel stack memory (with a rare possibility of 25 additional bytes). Reported by Tim Harrison. | |||||
2018-09-03 | Increment version to 1.23-BETA8 and update release notes. | Mounir IDRASSI | 1 | -2/+2 | |
2018-09-03 | Increment version to 1.23-BETA7 and update release notes. | Mounir IDRASSI | 1 | -2/+2 | |
2018-09-01 | Windows: extended Windows defragmenter workaround to Windows 8.1 | Mounir IDRASSI | 1 | -3/+3 | |
2018-08-24 | Increment version to 1.23-BETA6 | Mounir IDRASSI | 1 | -4/+4 | |
2018-08-24 | Windows: implement a driver configuration option to explicitly allow ↵ | Mounir IDRASSI | 2 | -1/+4 | |
defragmenting non-système disques by Windows built-in defragmenter tool. | |||||
2018-08-18 | Increment version to 1.23-BETA5 and update release notes | Mounir IDRASSI | 1 | -2/+2 | |
2018-08-18 | Windows: Implement workaround on Windows 10 to make VeraCrypt encrypted ↵ | Mounir IDRASSI | 3 | -5/+32 | |
disks visible to Windows defragmenter | |||||
2018-08-16 | Increment version to 1.23-BETA4 and update release notes. | Mounir IDRASSI | 1 | -2/+2 | |
2018-08-15 | WIndows driver: add check for failed memory allocation | Mounir IDRASSI | 1 | -8/+11 | |
2018-08-12 | Increment version to 1.23-BETA3 and update release notes. | Mounir IDRASSI | 1 | -2/+2 | |
2018-07-05 | Increment version to 1.23-BETA2 | Mounir IDRASSI | 1 | -2/+2 | |
2018-05-03 | Increment version to 1.23-BETA1 | Mounir IDRASSI | 1 | -2/+2 | |
2018-04-23 | Increment version to 1.23-BETA0 (1.23.0) | Mounir IDRASSI | 1 | -4/+4 | |
2018-03-30 | Increment version to 1.22 (1.22.9) | Mounir IDRASSI | 1 | -2/+2 | |
2018-03-28 | Increment version to 1.22-BETA8 (1.22.8) | Mounir IDRASSI | 1 | -2/+2 | |
2018-03-27 | Increment version to 1.22-BETA7 (1.22.7) | Mounir IDRASSI | 1 | -2/+2 | |
2018-03-25 | Increment version to 1.22-BETA6 (1.22.6) | Mounir IDRASSI | 1 | -2/+2 | |
2018-03-22 | Increment version to 1.22-BETA5 (1.22.5) | Mounir IDRASSI | 1 | -2/+2 | |
2018-03-05 | Windows: Add option to block TRIM command on system encryption SSD drives. | Mounir IDRASSI | 3 | -1/+48 | |
2018-03-04 | Windows: Implement TRIM support for non-system SSD partitions/drives and add ↵ | Mounir IDRASSI | 3 | -32/+321 | |
driver option to enable it (TRIM is disabled by default for non-system SSD partitions/drives) | |||||
2017-12-09 | Increment version to 1.22-BETA4 (1.22.4) | Mounir IDRASSI | 1 | -2/+2 | |
2017-08-02 | Windows: Increment version to 1.22-BETA3 | Mounir IDRASSI | 1 | -2/+2 | |
2017-07-29 | Windows: increment version to 1.22-BETA2-Build6 | Mounir IDRASSI | 1 | -2/+2 | |
2017-07-29 | Windows Driver: avoid allocating memory for some ↵ | Mounir IDRASSI | 1 | -37/+16 | |
IOCTL_STORAGE_QUERY_PROPERTY calls that always return fixed size structures. |