VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/Library
AgeCommit message (Collapse)AuthorFilesLines
2020-07-14Fix memory leak in some cases caused by wrong check of pointer for calling ↵Mounir IDRASSI1-1/+1
MEM_FREE (fix Github issue #20)
2019-11-30Fix F5 showing previous password after failed authentication attempt. Ensure ↵VeraCrypt_1.24-Update2Mounir IDRASSI2-11/+17
that even wrong password value are cleared from memory.
2019-11-08Fix "ActionFailed" not working and add "ActionCancelled" to customize ↵Mounir IDRASSI2-0/+4
handling of user hitting ESC on password prompt
2019-09-23make the rescue disk boot machine directly from disk if "VeraCrypt" folder ↵VeraCrypt_1.24Mounir IDRASSI1-0/+16
is missing. This make it easy to create a bootable disk for VeraCrypt from the rescue disk by just removing or renaming its "VeraCrypt" folder.
2019-09-23Fix issue that was causing variable gCELine to be re-declared locally ↵Mounir IDRASSI1-1/+1
because of mistakenly using ',' instead of ';' on the line preceding the the use of the macro CE
2019-09-23Fix issue that was preventing Streebog hash from being selected manually ↵Mounir IDRASSI1-1/+1
during Pre-Boot authentication
2019-09-22Add support for Visual Studio 2017 toolset (#12)manison2-0/+16
2019-09-22Fix "declaration of 'EventIndex' hides previous local declaration" warning ↵manison1-1/+0
(treated as error) (#14)
2019-03-21Fix bug in file copy operation by deleting destination file first if it ↵Mounir IDRASSI1-1/+2
already exists
2019-03-21Use the new name for Windows loader "bootmgfw_ms.vc" in the GPT encoded ↵Mounir IDRASSI1-1/+1
parameters
2019-03-21Enhance Rescue Disk implementation of restoring VeraCrypt loader.Mounir IDRASSI3-8/+65
2019-03-21Implement better timeout mechanism for password input. Implement new actions ↵Mounir IDRASSI3-7/+11
"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)manison3-4/+4
2019-01-18ConsoleShowTip: remove an excess parameter for OUT_PRINT (#9)alex1-1/+1
2018-03-28AskConsolePwdInt: Use the same check for maximum allowed characters in all ↵VeraCrypt_1.22Mounir IDRASSI1-1/+1
places. line_max parameter includes zero terminator.
2017-12-30llmath updated (EFI based)kavsrf1-213/+222
2017-07-09Update precompiled Camellia 64-bit assembly files following latest changes ↵VeraCrypt_1.21Mounir IDRASSI2-0/+0
in the implementation.
2017-06-20Add precompiled Camellia 64-bit assembly to benefit from speed optimizationVeraCrypt_1.20Mounir IDRASSI4-0/+4
2017-06-18BML flags addedkavsrf1-1/+1
2017-06-18BML update to sort "BootOrder"kavsrf1-4/+5
2017-06-18Hide cursor if screen touched to protect remote screen grabkavsrf1-1/+1
2017-06-18solution of HP problem via DrverOrder and BML modified driverkavsrf3-0/+85
2017-06-18TPM 2.0kavsrf4-40/+994
2017-06-18smart card tests via DcsCfgkavsrf2-4/+180
2017-06-18os hide prepare optionkavsrf2-13/+25
2017-06-18create links to VeraCrypt automaticallykavsrf1-0/+6
2017-06-05cland static code analyzer fixeskavsrf1-1/+1
2017-06-05PasswordTimeout and infodelay keys in DcsPropkavsrf6-0/+226
DcsProp documented included in VeraCrypt Beta2 patch 1
2017-06-05DcsCfg dumps of secregion and tableskavsrf1-0/+45
2017-06-05picture password bmp and DcsProp can be in secregion on separate flashkavsrf7-23/+399
Tables overlay configuration commands
2017-06-05double reboot in pre-test phasekavsrf3-50/+72
force boot messages
2017-06-05DcsDriver config key supported (install/remove dirver)kavsrf1-1/+5
2017-06-05full disk encryption supportkavsrf3-198/+220
2017-06-05DcsInfo addedkavsrf10-55/+233
DcsBoot is driver now (to support DriverOrder list)
2017-06-05debug code cleanupkavsrf1-73/+0
2017-06-05DcsProp configuration keyskavsrf5-43/+86
AutoLogin AutoPassword AuthorizeProgress AuthStartMsg AuthErrorMsg Random Authorization retry bug fix
2017-06-05SC stubkavsrf2-0/+21
2017-06-05TPM12 supportkavsrf9-67/+1724
2016-12-25Add precompiled Twofish 64-bit assembly to benefit from speed optimizationMounir IDRASSI3-0/+7
2016-10-17define and use own version of secure memory erase macro instead of the one ↵Mounir IDRASSI3-5/+5
coming from VeraCrypt.
2016-10-17Ensure sensitive memory is correctly erased.Mounir IDRASSI4-0/+6
2016-10-17Fix various issues reported by CoverityMounir IDRASSI2-3/+7
2016-10-17DcsRe select volume is added to boot from usbkavsrf3-3/+8
Notes (7.2, 7.4)
2016-09-15fix double keystrokeskavsrf2-6/+20
2016-08-15First public release. Used by VeraCrypt 1.18.VeraCrypt_1.18_PreReleaseAlex28-0/+7034