VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms/KeyfilesPanel.cpp
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-06-17 18:53:51 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-06-17 19:04:04 +0200
commitbdc5782f16651bca9f6c885f57a00a63ac9adb2c (patch)
treecc4bf7d9d51d6974a0a60f9262c9eb013827cf1f /src/Main/Forms/KeyfilesPanel.cpp
parent42373efcfdbad2a96896846ba3c151154dd35b84 (diff)
downloadVeraCrypt-bdc5782f16651bca9f6c885f57a00a63ac9adb2c.tar.gz
VeraCrypt-bdc5782f16651bca9f6c885f57a00a63ac9adb2c.zip
Windows: Better heuristics for evaluating Pre-Boot PRF performance
Diffstat (limited to 'src/Main/Forms/KeyfilesPanel.cpp')
0 files changed, 0 insertions, 0 deletions
ss='logmsg'> especially for keyfiles. 2019-12-08Windows: Add missing defines in Tcdefs.hMounir IDRASSI1-0/+9 2019-12-05Windows: Modify memory process protection when running with admin privileges ↵Mounir IDRASSI1-1/+12 to allow calling functions needed for CVE-2019-19501 fix while still protecting against memory access by non-admin processes. 2019-12-05Windows: Enhancement to the fix for CVE-2019-19501Mounir IDRASSI1-3/+6 2019-12-03Windows: Fix possible local privilege escalation vulnerability during ↵Mounir IDRASSI2-21/+231 execution of VeraCrypt Expander (CVE-2019-19501) 2019-11-27Windows: compatibility with multi-OS boot configuration by only setting ↵Mounir IDRASSI3-9/+38 VeraCrypt as first bootloader of the system if the current first bootloader is Windows one. 2019-11-27Windows: Don't restore MBR to VeraCrypt value if it is coming from a loader ↵Mounir IDRASSI1-2/+25 different from us or different from Microsoft one. 2019-11-22Windows: Add new registry flags for SystemFavoritesService to control ↵Mounir IDRASSI2-21/+37 updating of EFI BIOS boot menu on shutdown. This will help better manage multi-boot scenarios where we should not mess up with boot order (e.g. grub2 case) 2019-11-07Increment version to 1.24-Hotfix2Mounir IDRASSI1-3/+3 2019-11-04Windows: Display error message when password is too long and legacy maximum ↵Mounir IDRASSI1-1/+1 length used 2019-11-04Linux/MacOSX: Add switch to force the use of legacy maximum password length ↵Mounir IDRASSI1-0/+1 (64 UTF8 bytes) The switch is --legacy-password-maxlength 2019-11-02Start following IEEE 1541 agreed naming of bytes (#532)Meteor0id1-45/+45 * Start following IEEE 1541 agreed naming of bytes This standard exists to prevent any confusion about the actual number of bytes. It has been agreed on by experts and is being used more widespead these day. Let's start properly naming the number of bytes, which is absolutely important in disk encryption software. * Update LanguageStrings.cpp * Update UserInterface.cpp * kibibyte instead of kilobyte * kibibyte instead of kilobyte * MiB instead of MB * undo accidental deletions Odd indeed that two random lines were deleted in a previous commit. Probably happened when using a keyboard shortcut while editing the file. This fixes the issue. * Mb to Mib 2019-10-27Windows: Update Release Notes and set 1.24-Hotfix1 release date to October 27th.Mounir IDRASSI1-1/+1 2019-10-27Windows: fix failure to create rescue and thus to encrypt the system if the ↵Mounir IDRASSI