Age | Commit message (Expand) | Author | Files | Lines |
2016-10-17 | Windows: Update EFI bootloader file from latest VeraCrypt-DCS build. | Mounir IDRASSI | 3 | -0/+0 |
2016-10-17 | Increment version to 1.19 (1.19.4) | Mounir IDRASSI | 11 | -29/+29 |
2016-10-17 | Linux/MacOSX: correctly display Kuznyechik help page when link clicked. Remov... | Mounir IDRASSI | 2 | -7/+1 |
2016-10-17 | MacOSX: Add yasm binary | Mounir IDRASSI | 1 | -0/+0 |
2016-10-17 | Windows: Update signed drivers. | Mounir IDRASSI | 2 | -0/+0 |
2016-10-17 | Implement detection of new CPU features: AVX2 and BMI2 | Mounir IDRASSI | 2 | -1/+7 |
2016-10-17 | Optimize performance of Twofish C implementation. | Mounir IDRASSI | 2 | -95/+463 |
2016-10-17 | MacOSX: remove unused variable | Mounir IDRASSI | 1 | -1/+0 |
2016-10-17 | Linux/MacOSX: cleaner support for SSE compiler switches | Mounir IDRASSI | 1 | -2/+20 |
2016-10-17 | Update documentation and increment version to 1.19 BETA3 (1.19.3) | Mounir IDRASSI | 11 | -30/+30 |
2016-10-17 | Windows: solve text truncation in keyfiles dialog for some languages. | Mounir IDRASSI | 1 | -2/+2 |
2016-10-17 | Windows: Add latest DCS bootloader binaries built against latest sources | Mounir IDRASSI | 4 | -0/+0 |
2016-10-17 | Windows EFI: don't use optimized Serpent implementation for EFI bootloader be... | Mounir IDRASSI | 2 | -4/+4 |
2016-10-17 | Windows: Fix failure to access EFS data on VeraCrypt volumes under Windows 10... | Mounir IDRASSI | 2 | -2/+13 |
2016-10-17 | Add missing fast Serpent implementation sources. | Mounir IDRASSI | 4 | -0/+1121 |
2016-10-17 | Windows Bootloader: fix issue in copy process of hidden OS caused by use of w... | Mounir IDRASSI | 1 | -1/+4 |
2016-10-17 | Windows: Fix false-positive detection of Evil-Maid attack during creation pro... | Mounir IDRASSI | 2 | -5/+0 |
2016-10-17 | Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed gain... | Mounir IDRASSI | 21 | -26/+285 |
2016-10-17 | Linux/MacOSX: fix error in Makefile caused by erroneous extra character | Mounir IDRASSI | 1 | -1/+1 |
2016-10-17 | Windows Setup: fix compilation error caused by change in declaration of funct... | Mounir IDRASSI | 1 | -1/+1 |
2016-10-17 | Windows: in function CreateVolumeHeaderInMemory, properly unlock and erase se... | Mounir IDRASSI | 1 | -8/+19 |
2016-10-17 | Securely erase and protect buffer holding decrypted volume header. | Mounir IDRASSI | 1 | -0/+3 |
2016-10-17 | MacOSX: remove MacFUSE dependency and link against OSXFuse library. Now, only... | Mounir IDRASSI | 4 | -73/+17 |
2016-10-17 | Windows: Perform Shutdown instead of Reboot during Pre-Test of UEFI system en... | Mounir IDRASSI | 5 | -8/+8 |
2016-10-17 | Linux/MacOSX: display error message when entered PIM is too big in the Volume... | Mounir IDRASSI | 1 | -0/+1 |
2016-10-17 | Use properly aligned memory in code using Streebog hash implementation that u... | Mounir IDRASSI | 7 | -23/+65 |
2016-10-17 | Update copyrights in legal notices and license file. | Mounir IDRASSI | 6 | -123/+215 |
2016-10-17 | Windows: fix compilation warning | Mounir IDRASSI | 1 | -3/+3 |
2016-10-17 | Windows MBR Bootloader: compress Camellia Rescue Disk bootloader to reduce si... | Mounir IDRASSI | 1 | -1/+1 |
2016-10-17 | Windows: exclude unused libzip source files from build. | Mounir IDRASSI | 4 | -24/+132 |
2016-10-17 | Windows Setup: correct call to CryptAcquireContext to use memory only contain... | Mounir IDRASSI | 1 | -6/+2 |
2016-10-17 | Windows: check for malloc failures and report error in such cases. | Mounir IDRASSI | 1 | -12/+39 |
2016-10-17 | Add test vectors for Kuznyechik and GOST89 (the later is deprecated) | Mounir IDRASSI | 8 | -30/+338 |
2016-10-17 | Crypto: deprecate GOST89 so that it can't be used to create new volumes. Keep... | Mounir IDRASSI | 2 | -2/+2 |
2016-10-17 | Linux/MacOSX: add missing check for PIM max value on volume creation wizard | Mounir IDRASSI | 1 | -1/+2 |
2016-10-17 | Windows Bootloader: for MBR bootloader, reset position pointers to keystroke ... | Mounir IDRASSI | 1 | -0/+6 |
2016-10-17 | Windows Driver: Erase sensitive boot memory before throwing fatal exception | Mounir IDRASSI | 1 | -0/+9 |
2016-10-17 | Crypto: remove specific PBKDF2 optimization for block index encoding (except ... | Mounir IDRASSI | 2 | -6/+19 |
2016-10-17 | Crypto: clarify PRF code by removing unused parameters in functions hmac_XXX_... | Mounir IDRASSI | 1 | -39/+31 |
2016-10-17 | Crypto: make HMAC-SHA512 code more clear by removing the memory usage optimiz... | Mounir IDRASSI | 1 | -7/+3 |
2016-10-17 | Readme: remove PKCS#11 headers as requirement since they are included in Vera... | Mounir IDRASSI | 1 | -14/+4 |
2016-10-17 | GOST89 parameters swap (6.3) | kavsrf | 2 | -87/+90 |
2016-10-17 | Windows: use zlib compress/uncompress functions directly in the Setup instead... | Mounir IDRASSI | 1 | -136/+21 |
2016-10-17 | Windows: Replace XZip/XUnzip library with zlib and libzip and include the sou... | Mounir IDRASSI | 154 | -8504/+29709 |
2016-09-11 | Windows: in case of In-Place encryption, encrypt random data instead of exist... | Mounir IDRASSI | 6 | -13/+9 |
2016-08-21 | Increment version to 1.19 BETA2 (1.19.2) | Mounir IDRASSI | 11 | -30/+30 |
2016-08-21 | Windows: Update driver files of 1.19 BETA2 | Mounir IDRASSI | 2 | -0/+0 |
2016-08-21 | Windows: force the update of rescue disk from version 1.18 because of the fix... | Mounir IDRASSI | 1 | -1/+1 |
2016-08-21 | Windows Boot: About EFI Bootloader files linked against latest sources | Mounir IDRASSI | 3 | -0/+0 |
2016-08-21 | Windows: fix crash caused by previous Streebog fix. | Mounir IDRASSI | 1 | -1/+1 |