VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/BootEncryption.cpp
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Mounir IDRASSI1-11/+178
properly AddReg/DelReg operations during System encryption/decryption wizard.
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
system encryption.
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 ↵Mounir IDRASSI1-5/+39
storing PIM value unencrypted in MBR.
2016-02-07Windows:Fix various issues and warnings reported by static code analysis ↵Mounir IDRASSI1-21/+25
tool Coverity.
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2016-01-03Windows: Fix Dll hijacking vulnerability affecting installer that allows ↵Mounir IDRASSI1-31/+3
arbitrary code execution with elevation of privilege (CVE-2016-1281)
2015-11-26Windows: Full UNICODE rewrite and implement support for UNICODE passwords.Mounir IDRASSI1-116/+113
2015-09-16Windows: Add functionality to verify Rescue Disk ISO image file.Mounir IDRASSI1-0/+25
2015-09-16Windows: Correctly detect presence of CD/DVD recorder during the creation of ↵Mounir IDRASSI1-20/+28
Rescue Disk. Check only CD/DVD drives and removable media when looking for rescue disk during its verification.
2015-09-06Windows Installer: better handling for updating system favorite service from ↵Mounir IDRASSI1-0/+34
1.0f-2 (solve Windows 10 issue) . Remove extra VeraCrypt files that may remain after uninstalling it.
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 ↵Mounir IDRASSI1-5/+9
and TrueCrypt 3.0.
2015-08-06Windows: Add extra checks for bootloader tampering.Mounir IDRASSI1-0/+5
2015-07-29Windows: Implement Evil-Maid-Attack detection mechanism. Write the correct ↵Mounir IDRASSI1-3/+56
bootloader when changing the system encryption password: this enables to recover if an attack is detected.
2015-07-13Windows: on 64-bit Windows, more System favorite service from SysWoW64 to ↵Mounir IDRASSI1-28/+45
System32 since now all binaries are native 64-bit on 64-bit machines.
2015-07-11Use Pim name for internal variables instead of the old name PinMounir IDRASSI1-9/+9
2015-07-06Windows: Display source location of errors in order to help diagnose issues ↵Mounir IDRASSI1-50/+50
reported by users
2015-05-26Windows: first implementation of dynamic modeMounir IDRASSI1-7/+9
2015-05-26Windows: solve 64-bit compilation warnings after checking that they are ↵Mounir IDRASSI1-6/+6
harmless.
2015-04-06Windows vulnerability fix: CryptAcquireContext vulnerability fix. Add checks ↵Mounir IDRASSI1-3/+22
to random generator to abort in case of error and display a diagnose message to the user.
2015-02-09Static Code Analysis: Add more checks. Avoid unhandled ATL exceptions by ↵Mounir IDRASSI1-66/+172
checking memory allocation. Avoid throwing exception in File constructor and simplify code.
2014-12-28Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt ↵Mounir IDRASSI1-2/+2
volumes to VeraCrypt using the change password functionality.
2014-12-27Windows: use the correct parent window when changing the password of the ↵Mounir IDRASSI1-6/+6
encrypted system partition.
2014-12-27Windows: use the correct window handle for creating message boxes. This ↵Mounir IDRASSI1-9/+9
became important after the introduction of the wait dialog in order to avoid having message boxes behind the wait dialog.
2014-12-16Windows: Enhance performance by implementing the possibility to choose the ↵Mounir IDRASSI1-3/+4
correct hash algorithm of volumes during various operations (mount, change password...). In case of system encryption, slightly speedup Windows startup time by making the driver pickup the correct hash algorithm used for the encryption.
2014-12-11Windows: always display random gathering dialog when UserEnrichRandomPool is ↵Mounir IDRASSI1-0/+6
called instead of once per application run. This is implemented through the call SetRandomPoolEnrichedByUserStatus(FALSE) at the begining of sensitive operations instead of changing UserEnrichRandomPool because in the same call there can be many calls to UserEnrichRandomPool which can result in displaying the dialog many times.
2014-11-08Implement support for creating and booting encrypted partition using ↵Mounir IDRASSI1-10/+66
SHA-256. Support SHA-256 for normal volumes as well.
2014-11-08Windows vulnerability fix: correct possible BSOD attack targeted towards ↵Mounir IDRASSI1-1/+1
GetWipePassCount() / WipeBuffer() found by the Open Crypto Audit Project.
2014-11-08Add option in select the number of passes for volume header over-writing. By ↵Mounir IDRASSI1-4/+4
default, it is set to 3 but it can be increased to 256 passes (which can lead to a delay of many hours for a single password change operation).
2014-11-08Static Code Analysis : Generalize the use of Safe String functions. Add some ↵Mounir IDRASSI1-13/+19
NULL pointer checks. Avoid false-positive detection in AppendMenu (MF_SEPARATOR) calls by setting the last parameter to "" instead of NULL.
2014-11-08Static Code Analysis : Correctly initialize member variables in various ↵Mounir IDRASSI1-0/+7
constructors
2014-11-08Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources ↵Mounir IDRASSI1-1/+1
Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon.
2014-11-08Modifications to remove all TrueCrypt references in names. generate new ↵Mounir IDRASSI1-16/+16
GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word.
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+2457