VeraCrypt
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-08Increment version to 1.20 BETA1 (1.20.1)Mounir IDRASSI47-68/+68
2016-12-08Windows: use "Temporarily" instead of "Temporary" in the text of a preference...Mounir IDRASSI30-30/+30
2016-12-08Windows: Enhancement to favorites handling. Add PRF/TrueCryptMode fields in f...Mounir IDRASSI7-37/+181
2016-12-07Windows: Update driver files of 1.20-BETA1 releaseMounir IDRASSI2-0/+0
2016-12-07Windows: Update EFI bootloader file from latest VeraCrypt-DCS build that incl...Mounir IDRASSI6-0/+0
2016-12-07Windows: Don't use Twofish x64 assembly implementation for UEFI bootloader (f...Mounir IDRASSI3-10/+10
2016-12-07Readme: correct instructions about code signing under Mac OSXMounir IDRASSI2-13/+16
2016-12-07Windows Bootloader: fix compilation error following Twofish code changes.Mounir IDRASSI1-3/+1
2016-12-07Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-377/+377
2016-12-07Windows: don't change thread priority when benchmarking encryption algorithms...Mounir IDRASSI1-1/+1
2016-12-07Crypto: remove unnecessary alignment adjusting code in Serpent since the SIMD...Mounir IDRASSI1-46/+2
2016-12-07Crypto: Add optimized Twofish assembly implementation for x86_64.Mounir IDRASSI13-422/+1050
2016-12-07Use LF line ending for .S assembly filesMounir IDRASSI1-0/+1
2016-12-07Merge pull request #118 from pnijjar/document-tc-optionMounir IDRASSI1-0/+5
2016-11-28Document --truecrypt optionPaul Nijjar1-0/+5
2016-11-05Linux: Always use "uname -m" to determine processor type. This fixes Slackwar...Mounir IDRASSI1-4/+1
2016-10-18Merge pull request #109 from sandakersmann/patch-3Mounir IDRASSI1-9/+9
2016-10-18README: Added line breaks between copyright holderssandakersmann1-9/+9
2016-10-18Merge pull request #108 from sandakersmann/patch-2Mounir IDRASSI1-1/+1
2016-10-18README: Fixed one link that was not workingsandakersmann1-1/+1
2016-10-18Merge pull request #107 from sandakersmann/patch-1Mounir IDRASSI1-4/+4
2016-10-17README: Changed http:// to https:// on some linkssandakersmann1-4/+4
2016-10-17Update User GuideVeraCrypt_1.19Mounir IDRASSI2-0/+0
2016-10-17Windows: Support EFI system encryption for 32-bit Windows.Mounir IDRASSI11-31/+80
2016-10-17Windows: Remove VeraCrypt from EFI boot partition after decrypting the systemMounir IDRASSI5-32/+46
2016-10-17Update user guide.Mounir IDRASSI2-0/+0
2016-10-17Windows: Update driver files of 1.19 releaseMounir IDRASSI2-0/+0
2016-10-17Windows: Update EFI bootloader file from latest VeraCrypt-DCS build.Mounir IDRASSI3-0/+0
2016-10-17Increment version to 1.19 (1.19.4)Mounir IDRASSI49-66/+66
2016-10-17Linux/MacOSX: correctly display Kuznyechik help page when link clicked. Remov...Mounir IDRASSI2-7/+1
2016-10-17MacOSX: Add yasm binaryMounir IDRASSI1-0/+0
2016-10-17Windows: Update signed drivers.Mounir IDRASSI2-0/+0
2016-10-17Implement detection of new CPU features: AVX2 and BMI2Mounir IDRASSI2-1/+7
2016-10-17Optimize performance of Twofish C implementation.Mounir IDRASSI2-95/+463
2016-10-17MacOSX: remove unused variableMounir IDRASSI1-1/+0
2016-10-17Linux/MacOSX: cleaner support for SSE compiler switchesMounir IDRASSI1-2/+20
2016-10-17Language XML files: update to Dutch translation by Peter Tak.Mounir IDRASSI1-43/+43
2016-10-17Update documentation and increment version to 1.19 BETA3 (1.19.3)Mounir IDRASSI49-67/+67
2016-10-17Windows: solve text truncation in keyfiles dialog for some languages.Mounir IDRASSI1-2/+2
2016-10-17Windows: Add latest DCS bootloader binaries built against latest sourcesMounir IDRASSI4-0/+0
2016-10-17Language XML files: update to Dutch translation by Peter Tak.Mounir IDRASSI1-61/+61
2016-10-17Windows EFI: don't use optimized Serpent implementation for EFI bootloader be...Mounir IDRASSI2-4/+4
2016-10-17Windows: Fix failure to access EFS data on VeraCrypt volumes under Windows 10...Mounir IDRASSI2-2/+13
2016-10-17Add missing fast Serpent implementation sources.Mounir IDRASSI4-0/+1121
2016-10-17Windows Bootloader: fix issue in copy process of hidden OS caused by use of w...Mounir IDRASSI1-1/+4
2016-10-17Windows: Fix false-positive detection of Evil-Maid attack during creation pro...Mounir IDRASSI2-5/+0
2016-10-17Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed gain...Mounir IDRASSI21-26/+285
2016-10-17Linux/MacOSX: fix error in Makefile caused by erroneous extra characterMounir IDRASSI1-1/+1
2016-10-17Windows Setup: fix compilation error caused by change in declaration of funct...Mounir IDRASSI1-1/+1
2016-10-17Windows: in function CreateVolumeHeaderInMemory, properly unlock and erase se...Mounir IDRASSI1-8/+19