VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Driver
AgeCommit message (Expand)AuthorFilesLines
2019-03-01Windows Driver: Enable RAM encryption only after its security parameters were...Mounir IDRASSI1-6/+5
2019-03-01Windows driver: call VcProtectKeys only when RAM encryption enabled although ...Mounir IDRASSI1-2/+5
2019-03-01Windows: use specific order for EFI boot arguments memory regions that matche...Mounir IDRASSI3-10/+53
2019-03-01Windows: Implement RAM encryption for keys on 64-bit machines using ChaCha12 ...Mounir IDRASSI6-8/+87
2019-02-12Windows: Use Hardware RNG based on CPU timing jitter "Jitterentropy" by Steph...Mounir IDRASSI3-1/+19
2019-02-08Windows: Add implementation of ChaCha20 based random generator. Use it for dr...Mounir IDRASSI5-33/+86
2019-02-08Windows: Add option to enable use of CPU RDRAND/RDSEED as source of entropy w...Mounir IDRASSI2-3/+5
2019-02-01Update Release Notes and other files for 1.24-Beta2 releaseMounir IDRASSI1-2/+2
2019-02-01Windows driver: better randomness for wipe bytes by always using Whirlpool ha...Mounir IDRASSI3-19/+40
2019-01-28Increment version to 1.24-Beta2Mounir IDRASSI1-2/+2
2019-01-28Increase password maximum length to 128 bytes from 64 bytesMounir IDRASSI1-5/+11
2019-01-28Windows Driver: force the input size for some IOCTLs to have a fixed valueMounir IDRASSI1-2/+28
2019-01-26Windows: Add a build configuration containing EFI bootloader signed with cust...Mounir IDRASSI1-1/+1
2019-01-22Windows: Increment driver version to 1.24.1.1Mounir IDRASSI1-1/+1
2019-01-21Windows driver: remove volumes master keys from CRYPTO_INFO since they are no...Mounir IDRASSI2-4/+2
2019-01-21Windows: remove unused fields from CRYPTO_INFO structureMounir IDRASSI1-2/+1
2019-01-14Windows: Implement feature that enables clearing of encryption keys when a ne...Mounir IDRASSI1-0/+7
2019-01-14Increment version to 1.24-Beta1Mounir IDRASSI1-2/+2
2019-01-09Windows driver: remove newly added volatile qualifier from CRYPT_INFO pointer...Mounir IDRASSI3-3/+3
2019-01-09Windows Security: Add new entry point in driver that allows emergency clearin...Mounir IDRASSI6-6/+74
2019-01-09Windows Driver: erase system encryption keys from memory during shutdown/rebo...Mounir IDRASSI1-2/+2
2018-12-19Windows: Increment driver version to 1.24.0.1Mounir IDRASSI1-4/+4
2018-12-19Windows Driver: Don't interact with the volume's filesystem if mount manager ...Mounir IDRASSI1-1/+1
2018-12-19Increment version to 1.24-Beta0Mounir IDRASSI1-4/+4
2018-12-19Windows: Add mount option that allows mounting a volume without attaching it ...Mounir IDRASSI1-9/+11
2018-10-10Increment version to 1.23-Hotfix-2Mounir IDRASSI1-4/+4
2018-10-10Windows Driver: fix regression that was causing BSOD.Mounir IDRASSI1-1/+1
2018-10-10Windows Driver: replace system functions RtlUpcaseUnicodeChar/RtlUnalignedStr...Mounir IDRASSI1-9/+41
2018-09-21Increment version to 1.23-Hotfix-1Mounir IDRASSI1-4/+4
2018-09-21Windows driver: add extra check for data read in TC_IOCTL_OPEN_TEST handlingMounir IDRASSI1-1/+31
2018-09-21Windows: fix low severity vulnerability in driver that allowed reading 3 byte...Mounir IDRASSI1-49/+82
2018-09-03Increment version to 1.23-BETA8 and update release notes.Mounir IDRASSI1-2/+2
2018-09-03Increment version to 1.23-BETA7 and update release notes.Mounir IDRASSI1-2/+2
2018-09-01Windows: extended Windows defragmenter workaround to Windows 8.1Mounir IDRASSI1-3/+3
2018-08-24Increment version to 1.23-BETA6Mounir IDRASSI1-4/+4
2018-08-24Windows: implement a driver configuration option to explicitly allow defragme...Mounir IDRASSI2-1/+4
2018-08-18Increment version to 1.23-BETA5 and update release notesMounir IDRASSI1-2/+2
2018-08-18Windows: Implement workaround on Windows 10 to make VeraCrypt encrypted disks...Mounir IDRASSI3-5/+32
2018-08-16Increment version to 1.23-BETA4 and update release notes.Mounir IDRASSI1-2/+2
2018-08-15WIndows driver: add check for failed memory allocationMounir IDRASSI1-8/+11
2018-08-12Increment version to 1.23-BETA3 and update release notes.Mounir IDRASSI1-2/+2
2018-07-05Increment version to 1.23-BETA2Mounir IDRASSI1-2/+2
2018-05-03Increment version to 1.23-BETA1Mounir IDRASSI1-2/+2
2018-04-23Increment version to 1.23-BETA0 (1.23.0)Mounir IDRASSI1-4/+4
2018-03-30Increment version to 1.22 (1.22.9)Mounir IDRASSI1-2/+2
2018-03-28Increment version to 1.22-BETA8 (1.22.8)Mounir IDRASSI1-2/+2
2018-03-27Increment version to 1.22-BETA7 (1.22.7)Mounir IDRASSI1-2/+2
2018-03-25Increment version to 1.22-BETA6 (1.22.6)Mounir IDRASSI1-2/+2
2018-03-22Increment version to 1.22-BETA5 (1.22.5)Mounir IDRASSI1-2/+2
2018-03-05Windows: Add option to block TRIM command on system encryption SSD drives.Mounir IDRASSI3-1/+48