VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format
AgeCommit message (Collapse)AuthorFilesLines
2017-07-09Windows: generate pdb files for binaries in order to help investigate ↵Mounir IDRASSI1-3/+2
crashes in the future.
2017-07-09Increment version to 1.21.5Mounir IDRASSI1-2/+2
2017-07-05Increment version to 1.21.4Mounir IDRASSI1-2/+2
2017-07-04Increment version to 1.21.3Mounir IDRASSI1-2/+2
2017-07-02Windows: fix documentation and UI messages about the PIM constraints and ↵Mounir IDRASSI1-4/+4
calculation formula when EFI system encryption is using SHA-512 or Whirlpool. For historical reasons, if SHA-512 or Whirlpool is selected for EFI system encryption, then iterations = 15000 + (PIM x 1000) and not iterations = PIM x 2048 like the other algorithms.
2017-07-02Windows: when mounting multiple favorites, use PIM of previous favorite ↵Mounir IDRASSI1-4/+4
alongside its password if option "Include PIM when caching password" is selected alongside option "Temporarily cache password during Mount Favorite Volumes operations".
2017-07-02Windows: increment version to 1.21.2Mounir IDRASSI1-2/+2
2017-07-02Increment version to 1.21 (1.21.1)Mounir IDRASSI1-4/+4
2017-06-29Windows: reduce size of 64-bit binaries by not embedding 32-bit EFI ↵Mounir IDRASSI1-0/+6
bootloader files in their resources.
2017-06-29Update release date and increment version to 1.20.3.4Mounir IDRASSI1-2/+2
2017-06-23Update IDRIX copyright yearMounir IDRASSI7-7/+7
2017-06-23Increment version to 1.20 (1.20.3)Mounir IDRASSI1-4/+4
2017-06-11Windows: Remove unused method ReadEfiConfigMounir IDRASSI2-7/+1
2017-06-11Windows: fix compiler warningsMounir IDRASSI1-2/+2
2017-06-10Windows Security: built binaries with support for Address Space Layout ↵Mounir IDRASSI1-2/+2
Randomization (ASLR).
2017-06-05Windows: create dedicated project for zip library and link other binaries ↵Mounir IDRASSI2-552/+4
against it instead of recompiling zlib and libzip for each project separately.
2017-06-05Beta2 patch 1kavsrf1-2/+2
Edit DcsProp and PlatformInfo from System->Settings EFI loader updated
2017-06-05PlatformInfo read. (via ReadEfiConfig)kavsrf2-3/+3
It is displayed in System settings
2017-06-05Windows: Correctly open online help when selected in menu. Remove unused ↵Mounir IDRASSI1-16/+16
parameters to function AppLink.
2017-06-02Windows: remove reference to unused files XUnzip.h/XZip.h in Visual Studio ↵Mounir IDRASSI2-8/+0
projects
2017-05-28Windows: Only offer valid cluster sizes when ReFS is selected in the volume ↵Mounir IDRASSI1-23/+37
format wizard.
2017-05-28Windows: add support for ReFS on Windows 10 when creating normal volumes.Mounir IDRASSI1-3/+23
2017-05-26Windows: fix Hour Glass cursor still displayed in some cases after Format ↵Mounir IDRASSI1-2/+0
wizard operation is finished.
2017-05-17Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated ↵Mounir IDRASSI2-14/+13
IOCTL_DISK_GET_DRIVE_GEOMETRY in order to get accurate disk size value.
2017-01-12Windows: Fix Streebog not recognized by /hash command line switch but making ↵Mounir IDRASSI1-8/+10
hash names matching more generic.
2016-12-30Increment version to 1.20 BETA2 (1.20.2)Mounir IDRASSI1-4/+4
2016-12-08Increment version to 1.20 BETA1 (1.20.1)Mounir IDRASSI1-4/+4
2016-10-17Increment version to 1.19 (1.19.4)Mounir IDRASSI1-4/+4
2016-10-17Update documentation and increment version to 1.19 BETA3 (1.19.3)Mounir IDRASSI1-4/+4
2016-10-17Windows: Perform Shutdown instead of Reboot during Pre-Test of UEFI system ↵Mounir IDRASSI1-2/+2
encryption in order to detect machines where changes to EFI boot don't persist after shutdown.
2016-10-17Windows: exclude unused libzip source files from build.Mounir IDRASSI1-6/+36
2016-10-17Windows: Replace XZip/XUnzip library with zlib and libzip and include the ↵Mounir IDRASSI2-21/+530
sources of these library into VeraCrypt source tree.
2016-09-11Windows: in case of In-Place encryption, encrypt random data instead of ↵Mounir IDRASSI1-2/+2
existing data when filling unused space like the other cases.
2016-08-21Increment version to 1.19 BETA2 (1.19.2)Mounir IDRASSI1-4/+4
2016-08-16Increment version to 1.18. Update user guide PDF file.VeraCrypt_1.18_PreReleaseMounir IDRASSI1-9/+9
2016-08-16Windows: Fix various issues detected by static analysis.Mounir IDRASSI1-7/+9
2016-08-15Windows: fill unused/reserved header areas with the result of encryption of ↵Mounir IDRASSI1-2/+2
random data instead of the encryption of zeros for better entropy of resulting random data.
2016-08-15Windows: in EFI encryption wizard, always select "Single Boot" by default ↵Mounir IDRASSI1-7/+10
since it is the only choice.
2016-08-15Windows: Implement Rescue Disk support for EFI system encryptionMounir IDRASSI1-64/+84
2016-08-15Windows: Add XZip library files ↵Mounir IDRASSI2-0/+16
(http://www.codeproject.com/Articles/4135/XZip-and-XUnzip-Add-zip-and-or-unzip-to-your-app-w)
2016-08-15Windows: Show only supported encryption algorithm in the system encryption ↵Mounir IDRASSI1-2/+4
wizard for MBR
2016-08-15Windows: Implement support for EFI system encryption in Windows GUI.Mounir IDRASSI3-12/+105
2016-08-15Windows: Fix vulnerability inherited from TrueCrypt that allows an attacker ↵Mounir IDRASSI1-0/+79
to detect with high probability if a hidden volume is present. Vulnerability reported by Ivanov Alexey Mikhailovich.
2016-06-17Windows: Use Visual C++ 2010 instead of Visual C++ 2008.Mounir IDRASSI3-0/+763
2016-06-02Crypto: Add support for Japanese encryption standard Camellia, including for ↵Mounir IDRASSI1-0/+8
system encryption.
2016-05-29Windows: better implementation for support of smart card PIN in command ↵Mounir IDRASSI1-0/+17
line. Supported now also on Format.
2016-05-10Fix space before tabDavid Foerster1-2/+2
2016-05-10Remove trailing whitespaceDavid Foerster9-265/+265
2016-05-10Normalize all line terminatorsDavid Foerster11-14990/+14990
2016-05-05Windows: Add option and command line switch to hide waiting dialog when ↵Mounir IDRASSI1-0/+2
performing operations.