Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-20 | Windows: use Secure Desktop for smart card PIN dialog if it is activated for ↵ | Mounir IDRASSI | 1 | -1/+1 | |
password dialog. | |||||
2017-07-20 | Windows: better workaround for cases where ERROR_INVALID_PARAMETER is ↵ | Mounir IDRASSI | 2 | -35/+108 | |
returned during system encryption which is due to 4096-bytes alignment of disk. | |||||
2017-07-20 | Windows: in case of mounting system favorites, call driver to get list of ↵ | Mounir IDRASSI | 3 | -81/+100 | |
drives instead of using SetupAPI in order to fix some rare issues where some disks were not detected at boot. | |||||
2017-07-19 | Windows MBR bootloader: remove unused test function in release build | Mounir IDRASSI | 2 | -0/+5 | |
2017-07-19 | Windows MBR bootloader: reduce required stack size for cascade bootloader by ↵ | Mounir IDRASSI | 1 | -0/+2 | |
removing unnecessary field from Twofish structure in this case. | |||||
2017-07-19 | Windows MBR Bootloader: workaround for 16-bit compiler internal error when ↵ | Mounir IDRASSI | 1 | -4/+4 | |
compiling Camellia source code. In GET_UINT32_BE macro, we use |= operator instead of ORing shift values. | |||||
2017-07-19 | Windows: Update signed driver files for 1.22-BETA0 | Mounir IDRASSI | 2 | -0/+0 | |
2017-07-19 | Windows: Increment version to 1.22-BETA0 | Mounir IDRASSI | 6 | -13/+13 | |
2017-07-19 | Windows Driver: remove dependency to wcsstr by using simple memcmp comparison | Mounir IDRASSI | 1 | -1/+1 | |
2017-07-16 | RPI, armv7 target | kavsrf | 1 | -0/+3 | |
2017-07-10 | Documentation: add missing release notes for 1.20 and 1.21. | Mounir IDRASSI | 2 | -0/+98 | |
2017-07-10 | FreeBSD: make official FreeBSD build script executableVeraCrypt_1.21 | Mounir IDRASSI | 1 | -0/+0 | |
2017-07-10 | FreeBSD: enable wxWidgets static build by default in official build script | Mounir IDRASSI | 1 | -4/+4 | |
2017-07-10 | Update Readme to mention FreeBSD support and remove reference to OpenSolaris | Mounir IDRASSI | 2 | -41/+45 | |
2017-07-10 | Add support for building under FreeBSD 11 | Mounir IDRASSI | 6 | -11/+1242 | |
2017-07-09 | Windows: Update EFI bootloader files from VeraCrypt-DCS 1.21 after Camellia ↵ | Mounir IDRASSI | 2 | -0/+0 | |
64bit assembly changes | |||||
2017-07-09 | Windows: continue fix documentation about iteration calculation formula for ↵ | Mounir IDRASSI | 2 | -2/+2 | |
key derivation | |||||
2017-07-09 | Change 1.21 release date to July 9th 2017 | Mounir IDRASSI | 1 | -1/+1 | |
2017-07-09 | Windows: when listing connected devices, consider that a partition exists if ↵ | Mounir IDRASSI | 1 | -2/+3 | |
CreateFile returns ERROR_ACCESS_DENIED | |||||
2017-07-09 | Windows: generate pdb files for binaries in order to help investigate ↵ | Mounir IDRASSI | 5 | -22/+14 | |
crashes in the future. | |||||
2017-07-09 | Windows: install crash handler in case of system favorites service in order ↵ | Mounir IDRASSI | 1 | -0/+18 | |
to be able to clear Pre-Boot password from cache before the service is terminate if a crash happens. | |||||
2017-07-09 | Windows: correctly initialize global critical sections in case if system ↵ | Mounir IDRASSI | 3 | -6/+21 | |
favorites service. | |||||
2017-07-09 | Windows: Update signed driver files for 1.21 release (1.21.5) | Mounir IDRASSI | 2 | -0/+0 | |
2017-07-09 | Increment version to 1.21.5 | Mounir IDRASSI | 8 | -13/+13 | |
2017-07-09 | Remove unnecessary code from Camellia assembly implementation that checks ↵ | Mounir IDRASSI | 2 | -71/+10 | |
for key size since we always use it with 256-bit keys. | |||||
2017-07-09 | Windows: preserve volatile registers XMM6-XMM15 in 64-bit assembly of Camellia. | Mounir IDRASSI | 1 | -512/+51 | |
2017-07-07 | Windows: Add PDF documents about DCS configuration for EFI system ↵ | Mounir IDRASSI | 5 | -0/+6 | |
encryption: TPM support, full disk encryption and hidden OS. Include this in Windows installer. | |||||
2017-07-07 | Windows: display prompt to upgrade Rescue Disk when installing 1.21 version. | Mounir IDRASSI | 1 | -1/+1 | |
2017-07-07 | Windows: Don't remove last digit of version string if it is zero. This is a ↵ | Mounir IDRASSI | 1 | -3/+0 | |
legacy code that applied to previous versioning scheme. | |||||
2017-07-07 | Change 1.21 release date to July 7th 2017 | Mounir IDRASSI | 1 | -1/+1 | |
2017-07-07 | Windows: in case of system favorite mounting, update list of host devices ↵ | Mounir IDRASSI | 1 | -0/+3 | |
before each retry to mount disconnected favorites. | |||||
2017-07-07 | Windows: fix regression affecting automatic mount of favorites and system ↵ | Mounir IDRASSI | 1 | -1/+8 | |
favorites at logon | |||||
2017-07-07 | Windows: Update EFI bootloader files from VeraCrypt-DCS 1.21 | Mounir IDRASSI | 4 | -0/+0 | |
2017-07-05 | Windows: Update signed driver files for 1.21 release (1.21.4) | Mounir IDRASSI | 2 | -0/+0 | |
2017-07-05 | Increment version to 1.21.4 | Mounir IDRASSI | 8 | -13/+13 | |
2017-07-05 | Windows Driver: correctly get KeRestoreExtendedProcessorState function pointer. | Mounir IDRASSI | 1 | -4/+5 | |
2017-07-04 | Increment version to 1.21.3 | Mounir IDRASSI | 7 | -12/+12 | |
2017-07-04 | Windows: correctly handle SEH exceptions during self-tests in order to ↵ | Mounir IDRASSI | 6 | -54/+91 | |
disable CPU extended features in such case. | |||||
2017-07-04 | Don't check for SSSE3 to use 64-bit SHA-512 assembly code since it uses only ↵ | Mounir IDRASSI | 1 | -0/+4 | |
SSE2 instructions. | |||||
2017-07-04 | Windows Driver: correctly save and restore extended processor state when ↵ | Mounir IDRASSI | 8 | -39/+201 | |
performing AVX operations on Windows 7 and later. Enhance readability of code handling save/restore of floating point state. | |||||
2017-07-04 | Windows: use stack instead of MMX register to save registers in 64-bit ↵ | Mounir IDRASSI | 1 | -14/+19 | |
assembly implementation of SHA-512 in order to avoid issues with the driver. | |||||
2017-07-03 | Windows: workaround for some cases where the system return ↵ | Mounir IDRASSI | 2 | -9/+36 | |
ERROR_INVALID_PARAMETER when we try to write EFI bootloader files into ESP partition. | |||||
2017-07-03 | Change 1.21 release date to July 3rd 2017 | Mounir IDRASSI | 1 | -1/+1 | |
2017-07-03 | Documentation: Update Incompatibilities section to mention both Outpost ↵ | Mounir IDRASSI | 2 | -3/+5 | |
Firewall or Outpost Security Suite and to point to corresponding ticket at Sourceforce. | |||||
2017-07-03 | Documentation: Update the FAQ to mention CHM file of User Guide instead of PDF | Mounir IDRASSI | 2 | -4/+4 | |
2017-07-03 | Documentation: Add workaround for hang issues encountered on some Windows ↵ | Mounir IDRASSI | 3 | -4/+14 | |
machine during mount/dismount. | |||||
2017-07-02 | Windows: fix documentation and UI messages about the PIM constraints and ↵ | Mounir IDRASSI | 6 | -14/+27 | |
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-02 | Windows: when mounting multiple favorites, use PIM of previous favorite ↵ | Mounir IDRASSI | 6 | -23/+28 | |
alongside its password if option "Include PIM when caching password" is selected alongside option "Temporarily cache password during Mount Favorite Volumes operations". | |||||
2017-07-02 | Windows: set PIM of favorite to 0 only if TrueCryptMode is explicitly selected. | Mounir IDRASSI | 1 | -1/+1 | |
2017-07-02 | Linux/MacOSX: use aligned memory for allocating hash context to avoid issues ↵ | Mounir IDRASSI | 1 | -5/+5 | |
on some platforms especially for Streebog. |