Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-07 | Crypto: remove unnecessary alignment adjusting code in Serpent since the ↵ | Mounir IDRASSI | 1 | -46/+2 | |
SIMD implementation works with unaligned data and gain negligible compared to memcpy overhead. | |||||
2016-12-07 | Crypto: Add optimized Twofish assembly implementation for x86_64. | Mounir IDRASSI | 13 | -422/+1050 | |
2016-12-07 | Use LF line ending for .S assembly files | Mounir IDRASSI | 1 | -0/+1 | |
2016-12-07 | Merge pull request #118 from pnijjar/document-tc-option | Mounir IDRASSI | 1 | -0/+5 | |
Linux/MacOSX: Document --truecrypt option | |||||
2016-11-28 | Document --truecrypt option | Paul Nijjar | 1 | -0/+5 | |
2016-11-05 | Linux: Always use "uname -m" to determine processor type. This fixes ↵ | Mounir IDRASSI | 1 | -4/+1 | |
Slackware build issue. | |||||
2016-10-18 | Merge pull request #109 from sandakersmann/patch-3 | Mounir IDRASSI | 1 | -9/+9 | |
README: Added line breaks between copyright holders | |||||
2016-10-18 | README: Added line breaks between copyright holders | sandakersmann | 1 | -9/+9 | |
Added line breaks between copyright holders in README.md | |||||
2016-10-18 | Merge pull request #108 from sandakersmann/patch-2 | Mounir IDRASSI | 1 | -1/+1 | |
README: Fixed one link that was not working | |||||
2016-10-18 | README: Fixed one link that was not working | sandakersmann | 1 | -1/+1 | |
https://upx.sourceforge.net/ changed to https://upx.github.io/ since redirect do not have support for SSL. | |||||
2016-10-18 | Merge pull request #107 from sandakersmann/patch-1 | Mounir IDRASSI | 1 | -4/+4 | |
README: Changed http:// to https:// on some links | |||||
2016-10-17 | README: Changed http:// to https:// on some links | sandakersmann | 1 | -4/+4 | |
Changed http:// to https:// on some links in README.md | |||||
2016-10-17 | Update User GuideVeraCrypt_1.19 | Mounir IDRASSI | 2 | -0/+0 | |
2016-10-17 | Windows: Support EFI system encryption for 32-bit Windows. | Mounir IDRASSI | 11 | -31/+80 | |
2016-10-17 | Windows: Remove VeraCrypt from EFI boot partition after decrypting the system | Mounir IDRASSI | 5 | -32/+46 | |
2016-10-17 | Update user guide. | Mounir IDRASSI | 2 | -0/+0 | |
2016-10-17 | Windows: Update driver files of 1.19 release | Mounir IDRASSI | 2 | -0/+0 | |
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 | 49 | -66/+66 | |
2016-10-17 | Linux/MacOSX: correctly display Kuznyechik help page when link clicked. ↵ | Mounir IDRASSI | 2 | -7/+1 | |
Remove Gost89 online help references since it was removed. | |||||
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 | Language XML files: update to Dutch translation by Peter Tak. | Mounir IDRASSI | 1 | -43/+43 | |
2016-10-17 | Update documentation and increment version to 1.19 BETA3 (1.19.3) | Mounir IDRASSI | 49 | -67/+67 | |
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 | Language XML files: update to Dutch translation by Peter Tak. | Mounir IDRASSI | 1 | -61/+61 | |
2016-10-17 | Windows EFI: don't use optimized Serpent implementation for EFI bootloader ↵ | Mounir IDRASSI | 2 | -4/+4 | |
because lack of C++ support in EDKII framework | |||||
2016-10-17 | Windows: Fix failure to access EFS data on VeraCrypt volumes under Windows ↵ | Mounir IDRASSI | 2 | -2/+13 | |
10 but supporting undocumented IOCTL. | |||||
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 ↵ | Mounir IDRASSI | 1 | -1/+4 | |
wrong PIM. | |||||
2016-10-17 | Windows: Fix false-positive detection of Evil-Maid attack during creation ↵ | Mounir IDRASSI | 2 | -5/+0 | |
process of hidden OS by excluding the configuration byte in the boot sector whose value changes depending on the content. | |||||
2016-10-17 | Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed ↵ | Mounir IDRASSI | 21 | -26/+285 | |
gain factor. Update credits and copyrights notice. | |||||
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 ↵ | Mounir IDRASSI | 1 | -1/+1 | |
function RestartComputer | |||||
2016-10-17 | Windows: in function CreateVolumeHeaderInMemory, properly unlock and erase ↵ | Mounir IDRASSI | 1 | -8/+19 | |
sensitive stack memory. | |||||
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, ↵ | Mounir IDRASSI | 4 | -73/+17 | |
only standard OSXFuse install is needed without MacFUSE compatibility option. | |||||
2016-10-17 | Windows: Perform Shutdown instead of Reboot during Pre-Test of UEFI system ↵ | Mounir IDRASSI | 5 | -8/+8 | |
encryption in order to detect machines where changes to EFI boot don't persist after shutdown. | |||||
2016-10-17 | Linux/MacOSX: display error message when entered PIM is too big in the ↵ | Mounir IDRASSI | 1 | -0/+1 | |
Volume Creation Wizard. | |||||
2016-10-17 | Use properly aligned memory in code using Streebog hash implementation that ↵ | Mounir IDRASSI | 7 | -23/+65 | |
uses SSE. | |||||
2016-10-17 | Update copyrights in legal notices and license file. | Mounir IDRASSI | 8 | -145/+478 | |
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 ↵ | Mounir IDRASSI | 1 | -1/+1 | |
size ( < 13312 bytes), allowing a backup copy to be included in the Rescue Disk. | |||||
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 ↵ | Mounir IDRASSI | 1 | -6/+2 | |
container for random generation and remove use of srand/rand (if CryptGenRandom fails which is very unlikely, we just use one color). |