Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-02 | Windows: fix documentation and UI messages about the PIM constraints and ↵ | Mounir IDRASSI | 4 | -10/+23 | |
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. | |||||
2017-07-02 | Windows: Update EFI bootloader file from latest VeraCrypt-DCS 1.21 | Mounir IDRASSI | 6 | -0/+0 | |
2017-07-02 | Windows: Update signed driver files for 1.21 release | Mounir IDRASSI | 2 | -0/+0 | |
2017-07-02 | Windows: increment version to 1.21.2 | Mounir IDRASSI | 5 | -10/+10 | |
2017-07-02 | Linux/MacOSX: align workspace stack variable in WhirlpoolTransform SSE code. | Mounir IDRASSI | 1 | -1/+1 | |
2017-07-02 | Avoid alignement issues with some old compilers by using movdqu instead of ↵ | Mounir IDRASSI | 1 | -8/+8 | |
movdqa in SHA-256 SSE2 assembly. | |||||
2017-07-02 | Linux: remove existing "Setup/Linux/usr" if any before preparing for packaging. | Mounir IDRASSI | 1 | -0/+1 | |
2017-07-02 | Linux: Use $(CURDIR) instead of $(PWD) for the install target, as well as ↵ | Mounir IDRASSI | 1 | -1/+1 | |
$(DESTDIR)/ (which will still install into / if 'DESTDIR' is unset.) | |||||
2017-07-02 | Increment version to 1.21 (1.21.1) | Mounir IDRASSI | 11 | -33/+33 | |
2017-07-01 | Windows: Update signed driver files for 1.21 release | Mounir IDRASSI | 2 | -0/+0 | |
2017-07-01 | Fix crash on machines without SSSE3 support in CPU by correctly checking for ↵ | Mounir IDRASSI | 1 | -1/+1 | |
SSSE3 before using SHA-512 SSE2 assembly which uses PSHUFB instruction. | |||||
2017-07-01 | For code logic clarity, add check for xgetbv support in CPU before using it. | Mounir IDRASSI | 1 | -1/+1 | |
2017-06-30 | Windows: fix missing resource in 64-bit build. | Mounir IDRASSI | 1 | -1/+1 | |
2017-06-29 | Readme: Add YASM as a requirement for building VeraCrypt. Remove NASM and ↵ | Mounir IDRASSI | 1 | -40/+40 | |
makeself requirement for Linux/MacOSX build. Make Readme.txt identical to README.md. | |||||
2017-06-29 | Readme: update statement concerning Mac OSX SDK to use for building VeraCrypt. | Mounir IDRASSI | 1 | -1/+1 | |
2017-06-29 | Set 1.20 release date to June 29th 2017 | Mounir IDRASSI | 1 | -1/+1 | |
2017-06-29 | MacOSX: put back full wxWidgets build in official build script. | Mounir IDRASSI | 1 | -3/+2 | |
2017-06-29 | Windows: reduce size of 64-bit binaries by not embedding 32-bit EFI ↵ | Mounir IDRASSI | 5 | -3/+74 | |
bootloader files in their resources. | |||||
2017-06-29 | Windows: Update EFI bootloader file from latest VeraCrypt-DCS | Mounir IDRASSI | 4 | -0/+0 | |
2017-06-29 | Update release date and increment version to 1.20.3.4 | Mounir IDRASSI | 6 | -11/+11 | |
2017-06-29 | Windows: Update signed driver files for 1.20 release | Mounir IDRASSI | 2 | -0/+0 | |
2017-06-27 | Enable AVX assembly instructions only when the OS implements AVX support | Mounir IDRASSI | 1 | -2/+19 | |
2017-06-27 | Windows: use yasm define __YASM__ for compatibility with the assembly ↵ | Mounir IDRASSI | 2 | -25/+25 | |
changes done in MacOSX. | |||||
2017-06-27 | MacOSX: Update build and packaging scripts to require OSX Lion (10.7). | Mounir IDRASSI | 2 | -7/+8 | |
2017-06-27 | MacOSX: various changes for assembly files build. Don't use 32-bit assembly ↵ | Mounir IDRASSI | 13 | -42/+36 | |
code of SHA-512 since it is not compatible with PIE configuration of OSX compiler (absolute addressing used) | |||||
2017-06-24 | Linux/MacOSX: properly declare 64-bit constant integer values to avoid being ↵ | Mounir IDRASSI | 1 | -28/+28 | |
truncated by compiler. | |||||
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 371 | -376/+376 | |
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 | 11 | -32/+32 | |
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. |