VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
AgeCommit message (Expand)AuthorFilesLines
2016-10-17Windows: Support EFI system encryption for 32-bit Windows.Mounir IDRASSI3-31/+80
2016-10-17Windows: Remove VeraCrypt from EFI boot partition after decrypting the systemMounir IDRASSI4-15/+45
2016-10-17Increment version to 1.19 (1.19.4)Mounir IDRASSI1-2/+2
2016-10-17Update documentation and increment version to 1.19 BETA3 (1.19.3)Mounir IDRASSI1-3/+3
2016-10-17Windows: solve text truncation in keyfiles dialog for some languages.Mounir IDRASSI1-2/+2
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 IDRASSI1-0/+2
2016-10-17Windows: Fix false-positive detection of Evil-Maid attack during creation pro...Mounir IDRASSI1-3/+0
2016-10-17Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed gain...Mounir IDRASSI4-8/+47
2016-10-17Windows: in function CreateVolumeHeaderInMemory, properly unlock and erase se...Mounir IDRASSI1-8/+19
2016-10-17Securely erase and protect buffer holding decrypted volume header.Mounir IDRASSI1-0/+3
2016-10-17Windows: Perform Shutdown instead of Reboot during Pre-Test of UEFI system en...Mounir IDRASSI4-6/+6
2016-10-17Windows: fix compilation warningMounir IDRASSI1-3/+3
2016-10-17Windows: check for malloc failures and report error in such cases.Mounir IDRASSI1-12/+39
2016-10-17Add test vectors for Kuznyechik and GOST89 (the later is deprecated)Mounir IDRASSI2-3/+177
2016-10-17Crypto: deprecate GOST89 so that it can't be used to create new volumes. Keep...Mounir IDRASSI1-1/+1
2016-10-17Crypto: remove specific PBKDF2 optimization for block index encoding (except ...Mounir IDRASSI1-6/+18
2016-10-17Crypto: clarify PRF code by removing unused parameters in functions hmac_XXX_...Mounir IDRASSI1-39/+31
2016-10-17Crypto: make HMAC-SHA512 code more clear by removing the memory usage optimiz...Mounir IDRASSI1-7/+3
2016-10-17Windows: Replace XZip/XUnzip library with zlib and libzip and include the sou...Mounir IDRASSI146-8431/+27589
2016-09-11Windows: in case of In-Place encryption, encrypt random data instead of exist...Mounir IDRASSI4-10/+6
2016-08-21Increment version to 1.19 BETA2 (1.19.2)Mounir IDRASSI1-3/+3
2016-08-21Windows: fix crash caused by previous Streebog fix.Mounir IDRASSI1-1/+1
2016-08-20Windows: Fix crash on 32-bit machines when using Streebog on a CPU that suppo...Mounir IDRASSI1-1/+1
2016-08-17Windows: Fix compilation error caused by latest MacOSX change.VeraCrypt_1.18aVeraCrypt_1.18Mounir IDRASSI1-2/+2
2016-08-17Add reference to VeraCrypt-DCS EFI Boot loader in Readme. Update copyrights.Mounir IDRASSI1-1/+4
2016-08-17Windows: Increase text size limit in RichEdit control to avoid truncating Leg...Mounir IDRASSI1-0/+3
2016-08-17Update 1.18 release dateMounir IDRASSI1-1/+1
2016-08-17Linux: fix various compilation issues under Linux.Mounir IDRASSI3-3/+7
2016-08-16Increment version to 1.18. Update user guide PDF file.VeraCrypt_1.18_PreReleaseMounir IDRASSI1-4/+4
2016-08-16Windows: Fix various issues detected by static analysis.Mounir IDRASSI2-4/+7
2016-08-16Windows: fix SetupAPI issue on some machines where it fails to handle properl...Mounir IDRASSI1-11/+178
2016-08-15Windows: fix error caused by requesting large number of random bytes when wri...Mounir IDRASSI1-1/+1
2016-08-15Windows: fill unused/reserved header areas with the result of encryption of r...Mounir IDRASSI4-4/+11
2016-08-15Windows: Implement Rescue Disk support for EFI system encryptionMounir IDRASSI5-149/+496
2016-08-15Windows: various fixes for XZip library bugsMounir IDRASSI2-37/+69
2016-08-15Windows: Add XZip library files (http://www.codeproject.com/Articles/4135/XZi...Mounir IDRASSI4-0/+8293
2016-08-15Windows: Show only supported encryption algorithm in the system encryption wi...Mounir IDRASSI2-13/+25
2016-08-15Windows: align buffers used for keys to avoid issues when SSE used.Mounir IDRASSI3-4/+58
2016-08-15Windows: Implement support for EFI system encryption in Windows GUI.Mounir IDRASSI7-404/+1924
2016-08-15Windows EFI Bootloader: modifications to prepare EFI system encryption suppor...Alex12-140/+279
2016-08-15Windows: Add support for Streebog (hash) and kuznyechik (encryption)Mounir IDRASSI10-13/+486
2016-08-15Windows: Add Magma cipher (GOST-89)Mounir IDRASSI3-7/+50
2016-08-15Windows Driver: Add extra traces and enable tracing in release build if DEBUG...Mounir IDRASSI1-3/+3
2016-08-15Windows: Fix vulnerability inherited from TrueCrypt that allows an attacker t...Mounir IDRASSI3-29/+165
2016-07-29Crypto: Use Hyper-V AES-NI detection workaround when displaying AES hardware ...Mounir IDRASSI1-2/+3
2016-07-29Windows: Use new Windows API to mitigate dll hijacking attacks.Mounir IDRASSI1-3/+12
2016-07-26Windows: Enhance protection against dll hijacking attacks following new repor...Mounir IDRASSI1-2/+27
2016-07-25Windows: solve benchmark issue for Whirlpool which caused wrong numbers when ...Mounir IDRASSI4-14/+14
2016-07-24Crypto: Workaround for AES-NI issue under Hyper-V on Windows Server 2008 R2 w...Mounir IDRASSI1-0/+5