VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2016-01-11MacOSX: use native OSX byte swapping routines used in hash functions to ↵Mounir IDRASSI1-3/+10
improve speed.
2016-01-10Linux/MacOSX: Show better error message when the PKCS#11 library can't be loadedMounir IDRASSI1-3/+5
2016-01-10Windows: Avoid wrong update of configuration XML file caused by not using ↵Mounir IDRASSI5-12/+12
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 IDRASSI12-42/+109
drives. Add option to make them available for mounting if needed.
2016-01-04Windows: increase the size of the field IDC_PREF_CACHE_PIM in the ↵Mounir IDRASSI1-1/+1
preferences dialog to avoid truncation when using a language other then English
2016-01-04Windows: Enhance fix for dll hijacking vulnerability affecting installer ↵Mounir IDRASSI4-57/+286
(CVE-2016-1281)
2016-01-04Windows: Add keyboard shortcut alt+i for checking "Use PIM" in various ↵Mounir IDRASSI5-9/+9
dialogs like password dialog.
2016-01-03Linux: Restore Nautilus fix that was mistakenly removed by Whirlpool ↵Mounir IDRASSI1-2/+4
optimization commit
2016-01-03Windows Driver: Remove unwanted ':' character at the end of volume device ↵Mounir IDRASSI1-2/+2
name. This was causing a crash in Kaspersky Internet Security 2016 when a program is run from a VeraCrypt volume.
2016-01-03Windows: use compiler intrinsic for some functions used in cryptographic ↵Mounir IDRASSI1-0/+10
primitives to ensure maximum performance.
2016-01-03Windows: Fix Dll hijacking vulnerability affecting installer that allows ↵Mounir IDRASSI13-111/+221
arbitrary code execution with elevation of privilege (CVE-2016-1281)
2016-01-03Windows: sign binaries using both SHA-1 and SHA-256 for maximum ↵Mounir IDRASSI3-23/+25
compatibility. Add requirement for Windows SDK 8.1 that contains signtool.exe version that enables this.
2016-01-03Cryptography: Set 16-byte alignment for KEY_INFO structure that is used as ↵Mounir IDRASSI3-3/+14
input for Whirlpool hash. This helps improve performance.
2016-01-03Cryptography: correct Whirlpool compilation error on Big Endian platforms.Mounir IDRASSI1-271/+271
2015-12-31Cryptography: Optimize Whirlpool implementation by using public domain ↵Mounir IDRASSI17-1170/+1547
assembly code developed by Wei Dai
2015-12-25Readme: Make Readme.txt identical to README.md.Mounir IDRASSI1-14/+15
2015-12-21Windows Driver: wipe cached PIM values when passwords are wiped.Mounir IDRASSI1-0/+1
2015-12-21Windows: Implement PIM caching, both for system encryption and for normal ↵Mounir IDRASSI17-58/+140
volumes. Add options to activate it in the Preferences and System Settings.
2015-12-16Windows: solve issue with system favorites not being able to mount at A:Mounir IDRASSI1-2/+2
2015-12-06MacOSX: Customize dmg file using VeraCrypt new logoMounir IDRASSI2-1/+12
2015-12-06MacOSX: Add possibility in build script to reuse existing wxWidgets compiled ↵Mounir IDRASSI1-0/+2
library
2015-12-05Windows Rescue Disk: when decryption paused/finished, display message to ↵Mounir IDRASSI1-0/+4
indicate that header is being updated
2015-12-05Windows: Correct issue with some of new bitmaps that didn't render correctly.Mounir IDRASSI3-0/+0
2015-12-05Windows: use new icons an graphics contributed by Andreas Becker ↵Mounir IDRASSI13-1/+1
(https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-118353850)
2015-12-04Linux/MacOSX: use new icons contributed by Andreas Becker ↵Mounir IDRASSI9-735/+3908
(https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-118353850)
2015-12-04Linux: fix Nautilus not detected as file manager on some Gnome based ↵Mounir IDRASSI1-2/+4
destributions.
2015-11-30Linux/MacOSX: Implement Unicode passwords suppport. Make validation of ↵Mounir IDRASSI16-225/+195
parameters in GUI more robust.
2015-11-30Linux/MacOSX: Solve compilation issue following Windows Unicode rewriteMounir IDRASSI2-1/+2
2015-11-26Windows: solve GUI issues caused by using ANSI string instead of UNICODE ↵Mounir IDRASSI6-81/+26
ones. Remove Unused functions.
2015-11-26Windows: Support creating Traveler Disk when running in Portable ModeMounir IDRASSI1-6/+6
2015-11-26Windows: solve crash caused by system function FormatMessage failure on rare ↵Mounir IDRASSI3-9/+28
cases.
2015-11-26Windows: Full UNICODE rewrite and implement support for UNICODE passwords.Mounir IDRASSI61-3026/+3027
2015-11-26Windows Bootloader: Avoid displaying empty new line between password and PIM ↵Mounir IDRASSI1-1/+4
after filling password field with dummy '*'.
2015-11-26Windows Driver: solve compilation error in Debug build caused by a missing ↵Mounir IDRASSI1-0/+6
variable.
2015-11-08Language XML files: harmonize XML language files ad solve few issues.Mounir IDRASSI1-14/+14
2015-10-27Windows: workaround to solve false positive detection by some anti-virus ↵Mounir IDRASSI3-2/+12
software.
2015-10-27Windows: fix wrong translation for "Reset" button in hotkeys dialogMounir IDRASSI1-3/+3
2015-10-18Language XML files: add some missing fieldsMounir IDRASSI1-0/+2
2015-10-18Windows: Ensure focus is always set to the drive list upon startupMounir IDRASSI1-0/+4
2015-10-18Language XML files: remove unused ID.Mounir IDRASSI1-1/+0
2015-10-15Windows: Solve lost focus for application after displaying the waiting dialogMounir IDRASSI3-9/+47
2015-10-15Windows Rescue Disk: compress bootloader for rescue disk in several more ↵Mounir IDRASSI1-2/+2
cases because of its growing size.
2015-10-15Windows Bootloader: Protect password/PIM length by filling the fields to ↵Mounir IDRASSI2-4/+22
their maximum length with '*' after ENTER is hit
2015-10-15Windows: resize some GUI fields to avoid text truncation with non US ↵Mounir IDRASSI2-19/+18
languages (e.g. German)
2015-10-15Windows: Set bPrebootPasswordDlgMode to FALSE at the correct code location.Mounir IDRASSI1-4/+2
2015-10-15Windows: correct wrong ID for keyfiles button in password dialogMounir IDRASSI1-1/+1
2015-10-15Windows: solve issue on VeraCryptExpander where if TB radio button was ↵Mounir IDRASSI1-1/+1
checked, it will remain checked even if GB, MB or KB is are checked.
2015-10-07Increment version to 1.16. Update user guide PDF file.VeraCrypt_1.16Mounir IDRASSI11-29/+29
2015-10-07Windows: Add option to disable detection of "Evil Maid" attacks. This is ↵Mounir IDRASSI5-8/+20
helpful for users who have software running the modifies the bootloader, like FLEXnet.
2015-10-07Windows: Don’t try to mount using empty password when default keyfile ↵Mounir IDRASSI6-24/+88
configured or keyfile specified in command line. Add option in default keyfiles dialog to restore the old behavior.