VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/BootEncryption.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-26Windows: Add a build configuration containing EFI bootloader signed with cust...Mounir IDRASSI1-1/+4
2019-01-15Windows: enhancements to EFI system encryption, like handling of Multi-Boot a...Mounir IDRASSI1-38/+71
2019-01-14Windows: enhance support of new behavior of favorite service which is now alw...Mounir IDRASSI1-5/+6
2019-01-14Windows: Implement feature that enables clearing of encryption keys when a ne...Mounir IDRASSI1-51/+23
2018-10-10Windows: zero TC_IOCTL_GET_SYSTEM_DRIVE_CONFIG input/output parameter as it i...Mounir IDRASSI1-0/+2
2018-09-03Windows: handle case of inconsistencies in EFI system partition content durin...Mounir IDRASSI1-5/+32
2018-09-03Windows: add define to support case of using EFI bootloader signed by Microso...Mounir IDRASSI1-3/+24
2018-08-15Windows: Add various checks and replace STL code after Coverity reportMounir IDRASSI1-1/+1
2018-08-06Windows: Fix hidden OS boot after upgrade to version 1.23 by explicitly speci...Mounir IDRASSI1-3/+2
2018-05-03Windows: Support machines without "EFI\Boot" folder for EFI system encryption...Mounir IDRASSI1-70/+105
2018-04-23Windows: Don't start EFI system encryption process if SecureBoot is enabled a...Mounir IDRASSI1-5/+290
2018-04-23Windows: Fix system encryption issues on machines that always force booting o...Mounir IDRASSI1-6/+128
2018-04-23Windows: enhance ReflectDrivers mechanism by persisting it across major Windo...Mounir IDRASSI1-3/+32
2018-04-23Windows: code refactoringMounir IDRASSI1-15/+10
2018-04-23Windows: remove ending backslash from installation path written to SetupConfi...Mounir IDRASSI1-0/+7
2018-04-23Windows: implement compatibility for Windows 10 major updates using ReflectDr...Mounir IDRASSI1-0/+59
2018-03-28Windows: use the same default value for EFI system encryption password prompt...Mounir IDRASSI1-2/+2
2017-07-20Windows: better workaround for cases where ERROR_INVALID_PARAMETER is returne...Mounir IDRASSI1-34/+106
2017-07-03Windows: workaround for some cases where the system return ERROR_INVALID_PARA...Mounir IDRASSI1-8/+35
2017-06-29Windows: reduce size of 64-bit binaries by not embedding 32-bit EFI bootloade...Mounir IDRASSI1-2/+54
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2017-06-21Windows EFI Bootloader: Add new attributes "DcsBmlDriver" and "DcsBmlLockFlag...Mounir IDRASSI1-1/+8
2017-06-11Windows: various fixes following Coverity analysis.Mounir IDRASSI1-2/+3
2017-06-11Windows: Remove unused method ReadEfiConfigMounir IDRASSI1-52/+1
2017-06-11Windows: fix compiler warningsMounir IDRASSI1-2/+0
2017-06-11Windows: code refactoring for handling of ESP files (DcsProp and PlatformInfo).Mounir IDRASSI1-22/+84
2017-06-09Windows: Fix false warning in case of GPT about Windows not installed on boot...Mounir IDRASSI1-1/+1
2017-06-05Beta2 patch 1kavsrf1-8/+56
2017-06-05PlatformInfo read. (via ReadEfiConfig)kavsrf1-9/+9
2017-06-05DcsInfo is addedkavsrf1-0/+14
2017-06-01Windows: fix high CPU usage when a favorite is configured to mount using Volu...Mounir IDRASSI1-0/+2
2017-05-17Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated IOCTL...Mounir IDRASSI1-9/+11
2016-10-17Windows: Support EFI system encryption for 32-bit Windows.Mounir IDRASSI1-30/+67
2016-10-17Windows: Remove VeraCrypt from EFI boot partition after decrypting the systemMounir IDRASSI1-7/+14
2016-10-17Windows: Perform Shutdown instead of Reboot during Pre-Test of UEFI system en...Mounir IDRASSI1-2/+2
2016-10-17Windows: fix compilation warningMounir IDRASSI1-3/+3
2016-10-17Windows: Replace XZip/XUnzip library with zlib and libzip and include the sou...Mounir IDRASSI1-106/+188
2016-08-16Windows: Fix various issues detected by static analysis.Mounir IDRASSI1-3/+6
2016-08-16Windows: fix SetupAPI issue on some machines where it fails to handle properl...Mounir IDRASSI1-11/+178
2016-08-15Windows: Implement Rescue Disk support for EFI system encryptionMounir IDRASSI1-142/+475
2016-08-15Windows: Implement support for EFI system encryption in Windows GUI.Mounir IDRASSI1-184/+1333
2016-08-15Windows: Add support for Streebog (hash) and kuznyechik (encryption)Mounir IDRASSI1-0/+15
2016-06-02Crypto: Add support for Japanese encryption standard Camellia, including for ...Mounir IDRASSI1-0/+13
2016-05-10Remove trailing whitespaceDavid Foerster1-40/+40
2016-05-10Normalize all line terminatorsDavid Foerster1-2813/+2813
2016-04-20Windows: Add option to avoid PIM prompt in pre-boot authentication by storing...Mounir IDRASSI1-5/+39
2016-02-07Windows:Fix various issues and warnings reported by static code analysis tool...Mounir IDRASSI1-21/+25
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2016-01-03Windows: Fix Dll hijacking vulnerability affecting installer that allows arbi...Mounir IDRASSI1-31/+3
2015-11-26Windows: Full UNICODE rewrite and implement support for UNICODE passwords.Mounir IDRASSI1-116/+113