VeraCrypt
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-10-17Windows: Replace XZip/XUnzip library with zlib and libzip and include the ↵Mounir IDRASSI154-8504/+29709
sources of these library into VeraCrypt source tree.
2016-09-11Language XML files: update Czech translation (contributed by Lagardere)Mounir IDRASSI1-368/+368
2016-09-11Language XML files: fix invalid escape sequence in German XML file caused by ↵Mounir IDRASSI1-1/+1
missing 'n' after '\'
2016-09-11Windows: in case of In-Place encryption, encrypt random data instead of ↵Mounir IDRASSI6-13/+9
existing data when filling unused space like the other cases.
2016-09-03Language XML files: update German translation (Ettore Atalan)Mounir IDRASSI1-83/+83
2016-08-21Increment version to 1.19 BETA2 (1.19.2)Mounir IDRASSI49-67/+67
2016-08-21Windows: Update driver files of 1.19 BETA2Mounir IDRASSI2-0/+0
2016-08-21Windows: force the update of rescue disk from version 1.18 because of the ↵Mounir IDRASSI1-1/+1
fixes in EFI bootloader
2016-08-21Windows Boot: About EFI Bootloader files linked against latest sourcesMounir IDRASSI3-0/+0
2016-08-21Windows: fix crash caused by previous Streebog fix.Mounir IDRASSI1-1/+1
2016-08-20Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-26/+26
2016-08-20Windows: Fix crash on 32-bit machines when using Streebog on a CPU that ↵Mounir IDRASSI1-1/+1
supports SSE4.1.
2016-08-19Windows: Add driver files of version 1.18 that have been signed by Microsoft ↵Mounir IDRASSI2-0/+0
(IDRIX signature is still present)
2016-08-19Linux: don't use SSE/AES switched of gcc if the architecture is not x86 or ↵Mounir IDRASSI1-15/+17
x64 (for example ARM).
2016-08-17Windows: Fix compilation error caused by latest MacOSX change.VeraCrypt_1.18aVeraCrypt_1.18Mounir IDRASSI1-2/+2
2016-08-17Windows Boot: update EFI Boot Loader file after correction made to wrong ↵Mounir IDRASSI2-0/+0
password error message.
2016-08-17Add reference of new algorithms introduced in version 1.18 (Camellia, ↵Mounir IDRASSI2-0/+0
Streebog, Kuznyechik and GOST-89)
2016-08-17Update License.txt with additional copyrights.Mounir IDRASSI1-0/+60
2016-08-17MacOSX: fix compiler warning about ALIGN macro being already definedMounir IDRASSI2-16/+16
2016-08-17Add reference to VeraCrypt-DCS EFI Boot loader in Readme. Update copyrights.Mounir IDRASSI5-522/+118
2016-08-17Windows: Increase text size limit in RichEdit control to avoid truncating ↵Mounir IDRASSI1-0/+3
Legal Notices text when displayed.
2016-08-17Windows Bootloader: Update EFI bootloader files built using the latest ↵Mounir IDRASSI3-0/+0
source modifications
2016-08-17Windows: correct handle failure of TranslateVolumeID function (should not ↵Mounir IDRASSI1-1/+2
happen anyway).
2016-08-17Update 1.18 release dateMounir IDRASSI3-1/+1
2016-08-17Linux/MacOSX: Add Streebog to the list of supported hash algorithms used for ↵Mounir IDRASSI1-0/+1
key derivation.
2016-08-17Linux: Disable Kernel crypto if volume encrypted using Kuznyechik or MagmaMounir IDRASSI1-0/+3
2016-08-17Linux: Add parameter to Makefile for enabling SSSE3 and SSE4.1 support in ↵Mounir IDRASSI1-0/+16
compiler
2016-08-17Linux: fix compilation error on Streebog.c if SSE4.1 not enabled in compilerMounir IDRASSI2-2/+10
2016-08-17Linux: fix various compilation issues under Linux.Mounir IDRASSI17-2329/+2361
2016-08-16Windows: modification to make Coverity happy!Mounir IDRASSI1-2/+1
2016-08-16Fix compilation error in Streebog code caused by latest changes.Mounir IDRASSI2-2/+2
2016-08-16Increment version to 1.18. Update user guide PDF file.VeraCrypt_1.18_PreReleaseMounir IDRASSI49-83/+83
2016-08-16Windows: Fix various issues detected by static analysis.Mounir IDRASSI8-30/+37
2016-08-16Windows: fix SetupAPI issue on some machines where it fails to handle ↵Mounir IDRASSI1-11/+178
properly AddReg/DelReg operations during System encryption/decryption wizard.
2016-08-15Windows: in system encryption setting dialog, put the checkbox for hiding at ↵Mounir IDRASSI1-5/+5
the bottom to keep the Note text coherent.
2016-08-15Language Files: update polish translationMounir IDRASSI1-134/+134
2016-08-15Language XML files: add new fields.Mounir IDRASSI37-2/+76
2016-08-15Windows: fix error caused by requesting large number of random bytes when ↵Mounir IDRASSI1-1/+1
writing randomly generated data to unused/reserved header areas.
2016-08-15Linux: avoid overflow when specifying TiB size in command lineMounir IDRASSI1-1/+1
2016-08-15Merge pull request #75 from oceanBT/revert-66-patch-1Mounir IDRASSI1-0/+5
Linux: added TiB support to text mode.
2016-08-15Documentation update.Mounir IDRASSI1-0/+0
2016-08-15Language XML files: update XML files with new fields and some changes.Mounir IDRASSI37-155/+340
2016-08-15Windows: fill unused/reserved header areas with the result of encryption of ↵Mounir IDRASSI6-7/+14
random data instead of the encryption of zeros for better entropy of resulting random data.
2016-08-15Windows: Add DCS EFI Bootloader files that are signed. Add certificates and ↵Mounir IDRASSI29-0/+38
powershell script to update Secure Boot configuration.
2016-08-15Windows: in EFI encryption wizard, always select "Single Boot" by default ↵Mounir IDRASSI1-7/+10
since it is the only choice.
2016-08-15Windows: Synchronize file with changes done in EFI Bootloader DCS.kavsrf1-33/+66
2016-08-15Windows: Implement Rescue Disk support for EFI system encryptionMounir IDRASSI8-286/+630
2016-08-15Windows: various fixes for XZip library bugsMounir IDRASSI2-37/+69
2016-08-15Windows: Add XZip library files ↵Mounir IDRASSI12-0/+8357
(http://www.codeproject.com/Articles/4135/XZip-and-XUnzip-Add-zip-and-or-unzip-to-your-app-w)
2016-08-15Windows: Show only supported encryption algorithm in the system encryption ↵Mounir IDRASSI3-15/+29
wizard for MBR