VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/DcsCfg
AgeCommit message (Collapse)AuthorFilesLines
2022-01-15Fix compilation error caused by changes in VeraCrypt EAGetName functionMounir IDRASSI1-1/+1
2019-09-23Fix typo in the naming of the function SecRigionXxx by renaming them to ↵Mounir IDRASSI3-12/+12
SecRegionXxx
2019-09-23Fix build issue under VS2017 caused by local variable hiding global variable ↵Mounir IDRASSI1-13/+13
with the same name.
2019-09-22Add support for Visual Studio 2017 toolset (#12)manison1-0/+8
2019-03-21Add specific handling when user cancel password prompt with ESC so that ↵Mounir IDRASSI1-2/+2
original Windows loader is called in this case
2019-03-21Implement better timeout mechanism for password input. Implement new actions ↵Mounir IDRASSI1-0/+7
"shutdown" and "reboot". Set default timeout value to 3 minutes and default timeout action to "shutdown"
2019-01-21Rename functions conflicting with upstream edk (#10)manison1-1/+1
2018-06-23Handle case of first sector unencrypted (e.g. because of Windows Repair) ↵Mounir IDRASSI1-88/+123
when performing decryption of system using rescue disk.
2017-06-18TPM 2.0kavsrf4-15/+49
2017-06-18smart card tests via DcsCfgkavsrf3-2/+41
2017-06-18os hide prepare optionkavsrf5-73/+421
2017-06-07Avoid leaking plain data after decrypting diskMounir IDRASSI1-0/+1
2017-06-05DcsCfg dumps of secregion and tableskavsrf3-0/+101
2017-06-05picture password bmp and DcsProp can be in secregion on separate flashkavsrf2-2/+55
Tables overlay configuration commands
2017-06-05full disk encryption supportkavsrf1-3/+3
2017-06-05DcsInfo addedkavsrf1-46/+56
DcsBoot is driver now (to support DriverOrder list)
2017-06-05TPM12 supportkavsrf5-49/+201
2017-01-12Implement recovery from faulty OS Decryption caused by bug in 1.19 Rescue Disk.Mounir IDRASSI1-97/+231
2016-12-08decrypt bug fixkavsrf1-7/+15
2016-11-05Display correct value of member hiddenVolumeSize of CRYPTO_INFO after ↵Mounir IDRASSI1-0/+1
correct password is entered.
2016-10-17Correctly reset SecRegionData and SecRegionSize variables in case of errorMounir IDRASSI1-0/+6
2016-10-17define and use own version of secure memory erase macro instead of the one ↵Mounir IDRASSI1-3/+3
coming from VeraCrypt.
2016-10-17Ensure sensitive memory is correctly erased.Mounir IDRASSI1-0/+11
2016-10-17Fix various issues reported by CoverityMounir IDRASSI2-8/+22
2016-08-17Better error message when authorization fails (and change Decript to Decrypt ↵VeraCrypt_1.18Mounir IDRASSI1-1/+1
in the error message).
2016-08-15First public release. Used by VeraCrypt 1.18.VeraCrypt_1.18_PreReleaseAlex10-0/+2671