VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format
AgeCommit message (Collapse)AuthorFilesLines
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.
2016-05-05Windows: convert some files encoding from UTF-16 to UTF-8 to be similar to ↵Mounir IDRASSI1-0/+0
other files.
2016-05-05Windows: Add checkbox in "VeraCrypt Format" to skip Rescue Disk verification ↵Mounir IDRASSI3-4/+7
during system encryption wizard
2016-05-04Windows/Linux/MacOSX: Set maximum PIM value to 2147468 in order to avoid ↵Mounir IDRASSI1-0/+0
having negative values for iterations count using the formula 15000 + (PIM x 1000). Add specific error message to XML language files.
2016-04-20Windows: Resize some controls and dialogs to fix text truncation for some ↵Mounir IDRASSI1-40/+40
non-English languages.
2016-02-16Windows: use buffer with known maximum length as input to FakeDosNameForDeviceMounir IDRASSI1-4/+4
2016-02-14Increment version to 1.17. Update user guide PDF file.Mounir IDRASSI1-4/+4
2016-02-12Windows: Add colors (Red, Yellow, Green) to the collected randomness ↵Mounir IDRASSI1-0/+0
indicator depending on how much entropy was gathered. Code re-factoring.
2016-02-07Windows:Fix various issues and warnings reported by static code analysis ↵Mounir IDRASSI2-1/+11
tool Coverity.
2016-01-31Windows: Fix buffer overrun issue introduce by the Unicode rewrite.Mounir IDRASSI1-0/+0
2016-01-31Windows: Implement GUI indicator for entropy collected from mouse movements.Mounir IDRASSI2-0/+4
2016-01-27Windows/Linux: Implement exFAT support.Mounir IDRASSI4-1/+25
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI7-6/+6
2016-01-10Windows: Avoid wrong update of configuration XML file caused by not using ↵Mounir IDRASSI1-0/+0
the correct window handle to get some GUI fields content. Some code cleanup.
2016-01-10Windows: Don't show disconnected network drives in the list of available ↵Mounir IDRASSI2-4/+8
drives. Add option to make them available for mounting if needed.
2016-01-04Windows: Add keyboard shortcut alt+i for checking "Use PIM" in various ↵Mounir IDRASSI1-2/+2
dialogs like password dialog.
2016-01-03Windows: Fix Dll hijacking vulnerability affecting installer that allows ↵Mounir IDRASSI2-4/+4
arbitrary code execution with elevation of privilege (CVE-2016-1281)
2015-12-31Cryptography: Optimize Whirlpool implementation by using public domain ↵Mounir IDRASSI1-0/+0
assembly code developed by Wei Dai
2015-12-21Windows: Implement PIM caching, both for system encryption and for normal ↵Mounir IDRASSI1-0/+0
volumes. Add options to activate it in the Preferences and System Settings.
2015-12-05Windows: Correct issue with some of new bitmaps that didn't render correctly.Mounir IDRASSI1-0/+0
2015-12-05Windows: use new icons an graphics contributed by Andreas Becker ↵Mounir IDRASSI1-0/+0
(https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-118353850)
2015-11-26Windows: solve GUI issues caused by using ANSI string instead of UNICODE ↵Mounir IDRASSI2-3/+3
ones. Remove Unused functions.
2015-11-26Windows: Full UNICODE rewrite and implement support for UNICODE passwords.Mounir IDRASSI5-102/+166
2015-10-07Increment version to 1.16. Update user guide PDF file.VeraCrypt_1.16Mounir IDRASSI1-4/+4
2015-09-26Increment version to 1.15. Update user guide PDF file.VeraCrypt_1.15Mounir IDRASSI1-4/+4
2015-09-26Windows: Support specifying volumes size using TB in GUI as it is the case ↵Mounir IDRASSI4-5/+7
in command line.
2015-09-26Window: Solve Unicode issues in GUI (e.g. Chinese text not always displayed ↵Mounir IDRASSI2-2/+2
correctly) by using Unicode API for dialogs and window message handling.
2015-09-26Windows: Set keyboard focus to PIM field when "Use PIM" is checked.Mounir IDRASSI1-0/+4
2015-09-16Increment version to 1.14. Update user guide PDF file.VeraCrypt_1.14Mounir IDRASSI1-4/+4
2015-09-16Windows: Correctly detect presence of CD/DVD recorder during the creation of ↵Mounir IDRASSI1-1/+1
Rescue Disk. Check only CD/DVD drives and removable media when looking for rescue disk during its verification.
2015-09-16Windows: first implementation of CLI support for creating volumes.Mounir IDRASSI2-36/+408
2015-09-10Windows: When no language selected by user, explicitly use English as ↵Mounir IDRASSI1-4/+16
default one unless VeraCrypt is in portable mode.