Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 372 | -378/+378 | |
2017-06-23 | Linux/MacOSX: use yasm instead of nasm for compiling all assembly files. | Mounir IDRASSI | 4 | -25/+24 | |
2017-06-23 | Modify Aes_hw_cpu.asm to use nasm syntax that is compatible with yasm. | Mounir IDRASSI | 1 | -16/+16 | |
2017-06-23 | Linux/MacOSX: fix missing namespace in call to Cipher::IsHwSupportEnabled | Mounir IDRASSI | 1 | -1/+1 | |
2017-06-23 | Increment version to 1.20 (1.20.3) | Mounir IDRASSI | 49 | -79/+79 | |
2017-06-23 | Language XML files: update to Dutch translation by Peter Tak. | Mounir IDRASSI | 1 | -195/+196 | |
2017-06-23 | Windows: Update signed driver files of 1.20 release (include SHA-2 speed ↵ | Mounir IDRASSI | 2 | -0/+0 | |
optimization) | |||||
2017-06-23 | Crypto: Add optimized SHA-512 and SHA-256 assembly implementations for ↵ | Mounir IDRASSI | 28 | -789/+5313 | |
x86_64 and x86. This improves speed by 30%. | |||||
2017-06-21 | Windows: Update EFI bootloader file from latest VeraCrypt-DCS that includes ↵ | Mounir IDRASSI | 4 | -0/+0 | |
Camellia 64-bit speed optimization | |||||
2017-06-21 | Windows: don't use AVX optimized Camellia in EFI bootloader until ↵ | Mounir IDRASSI | 1 | -1/+4 | |
compatibility issues are investigated | |||||
2017-06-21 | Windows: Update signed driver files of 1.20 release (include Camellia speed ↵ | Mounir IDRASSI | 2 | -0/+0 | |
optimization) | |||||
2017-06-21 | Crypto: Add optimized Camellia assembly implementation for x86_64 based on ↵ | Mounir IDRASSI | 18 | -13/+2475 | |
work by Jussi Kivilinna (https://github.com/jkivilin/supercop-blockciphers). This improve speed by a factor of 2.5 when AES-NI supported by CPU and by 30% if AES-NI not supported. | |||||
2017-06-21 | Windows EFI Bootloader: Add new attributes "DcsBmlDriver" and ↵ | Mounir IDRASSI | 2 | -1/+10 | |
"DcsBmlLockFlags" to EFI configuration DcsProp. Set their values to 0 to disable DcsBml functionality. | |||||
2017-06-21 | Update EFI bootloader files to latest VeraCrypt-DCS (commit "BML flags added") | Mounir IDRASSI | 10 | -0/+0 | |
2017-06-21 | Windows: fix compilation error of assembly files after latest changes on Linux. | Mounir IDRASSI | 2 | -2/+4 | |
2017-06-13 | Linux/MacOSX: Modify Makefile to separate between build and packaging. Add ↵ | Mounir IDRASSI | 4 | -9/+43 | |
install target for local installation. | |||||
2017-06-13 | Linux: built VeraCrypt binary with support for Address Space Layout ↵ | Mounir IDRASSI | 1 | -4/+4 | |
Randomization (ASLR). | |||||
2017-06-13 | Linux: fix executable stack in resulting binary which was caused by crypto ↵ | Mounir IDRASSI | 5 | -0/+48 | |
assembly files missing the GNU-stack note. | |||||
2017-06-12 | Merge pull request #168 from TigerxWood/patch-1 | Mounir IDRASSI | 1 | -9/+9 | |
Language XML files: Update Romanian translation by Barna Cosmin Marian | |||||
2017-06-12 | Updated the last entries | TigerxWood | 1 | -9/+9 | |
2017-06-11 | Windows: various fixes following Coverity analysis. | Mounir IDRASSI | 6 | -107/+182 | |
2017-06-11 | Windows: Add checks on IOCTL_DISK_GET_DRIVE_LAYOUT_EX response to make ↵ | Mounir IDRASSI | 1 | -44/+48 | |
Coverity happy. | |||||
2017-06-11 | Windows: Remove unused "Parent" field in _TEXT_EDIT_DIALOG_PARAM structure | Mounir IDRASSI | 1 | -1/+1 | |
2017-06-11 | Windows: Remove unused method ReadEfiConfig | Mounir IDRASSI | 9 | -111/+13 | |
2017-06-11 | Windows: fix GetPhysicalDriveStorageInformation failure caused by device ↵ | Mounir IDRASSI | 1 | -1/+0 | |
handle wrongly closed in GetDeviceStorageProperty | |||||
2017-06-11 | Windows: fix compiler warnings | Mounir IDRASSI | 6 | -17/+15 | |
2017-06-11 | Windows: Update EFI bootloader file from latest VeraCrypt-DCS 1.20 | Mounir IDRASSI | 14 | -0/+0 | |
2017-06-11 | Windows: code refactoring for handling of ESP files (DcsProp and PlatformInfo). | Mounir IDRASSI | 3 | -67/+89 | |
2017-06-10 | Windows: Update signed driver files of 1.20 release | Mounir IDRASSI | 2 | -0/+0 | |
2017-06-10 | Windows Driver Security: Use enhanced protection of NX pool under Windows 8 ↵ | Mounir IDRASSI | 4 | -4/+22 | |
and later. | |||||
2017-06-10 | Windows Security: built binaries with support for Address Space Layout ↵ | Mounir IDRASSI | 4 | -7/+7 | |
Randomization (ASLR). | |||||
2017-06-10 | Windows: reduce WNetGetConnection performance impact by making calls every 1 ↵ | Mounir IDRASSI | 1 | -2/+2 | |
minute instead of every 2 seconds. This should be enough since the list of mapped network drive will not change so often. | |||||
2017-06-09 | Language Files: update polish translation | Mounir IDRASSI | 1 | -28/+28 | |
2017-06-09 | Language XML files: update Czech translation (contributed by Lagardere) | Mounir IDRASSI | 1 | -10/+10 | |
2017-06-09 | Merge pull request #167 from Atalanttore/patch-1 | Mounir IDRASSI | 1 | -9/+9 | |
Updated German XML language file | |||||
2017-06-09 | Updated Language.de.xml | Ettore Atalan | 1 | -9/+9 | |
Changed language attribute of the new strings to "de". | |||||
2017-06-09 | Updated Language.de.xml | Ettore Atalan | 1 | -9/+9 | |
Translated newly added strings. | |||||
2017-06-09 | Language XML files: update Russian XML file by Dmitry Yerokhin. | Mounir IDRASSI | 1 | -8/+8 | |
2017-06-09 | Language XML files: Add Romanian translation by Barna Cosmin Marian | Mounir IDRASSI | 1 | -0/+1477 | |
2017-06-09 | Language XML files: Add new fields. | Mounir IDRASSI | 37 | -0/+296 | |
2017-06-09 | Windows: Enhancements to EFI System Information dialog | Mounir IDRASSI | 3 | -10/+13 | |
2017-06-09 | Windows: Disable button for EFI PlatformInfo if the file is missing | Mounir IDRASSI | 1 | -26/+31 | |
2017-06-09 | Windows: Fix false warning in case of GPT about Windows not installed on ↵ | Mounir IDRASSI | 1 | -1/+1 | |
boot drive. This is caused by the fact that presence of "bootmgr" file is not mandatory in case of EFI Boot Loader. | |||||
2017-06-08 | Windows: Validate XML format of EFI DcsProp after user editing and before ↵ | Mounir IDRASSI | 6 | -34/+181 | |
writing it to disk. Enhance UI handling of DcsProp editing and PlatformInfo display. | |||||
2017-06-08 | Windows: correctly handle UTF-8 BOM when editing EFI DcsProp XML file | Mounir IDRASSI | 1 | -9/+32 | |
2017-06-05 | Windows: create dedicated project for zip library and link other binaries ↵ | Mounir IDRASSI | 12 | -2208/+786 | |
against it instead of recompiling zlib and libzip for each project separately. | |||||
2017-06-05 | cland static code analyzer fixes | kavsrf | 2 | -18/+22 | |
2017-06-05 | Beta2 patch 1 | kavsrf | 22 | -64/+240 | |
Edit DcsProp and PlatformInfo from System->Settings EFI loader updated | |||||
2017-06-05 | PlatformInfo read. (via ReadEfiConfig) | kavsrf | 11 | -24/+38 | |
It is displayed in System settings | |||||
2017-06-05 | DcsInfo is added | kavsrf | 17 | -4/+22 | |