VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2016-10-17Update documentation and increment version to 1.19 BETA3 (1.19.3)Mounir IDRASSI11-30/+30
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-17Windows EFI: don't use optimized Serpent implementation for EFI bootloader ↵Mounir IDRASSI2-4/+4
because lack of C++ support in EDKII framework
2016-10-17Windows: Fix failure to access EFS data on VeraCrypt volumes under Windows ↵Mounir IDRASSI2-2/+13
10 but supporting undocumented IOCTL.
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 ↵Mounir IDRASSI1-1/+4
wrong PIM.
2016-10-17Windows: Fix false-positive detection of Evil-Maid attack during creation ↵Mounir IDRASSI2-5/+0
process of hidden OS by excluding the configuration byte in the boot sector whose value changes depending on the content.
2016-10-17Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed ↵Mounir IDRASSI21-26/+285
gain factor. Update credits and copyrights notice.
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 ↵Mounir IDRASSI1-1/+1
function RestartComputer
2016-10-17Windows: in function CreateVolumeHeaderInMemory, properly unlock and erase ↵Mounir IDRASSI1-8/+19
sensitive stack memory.
2016-10-17Securely erase and protect buffer holding decrypted volume header.Mounir IDRASSI1-0/+3
2016-10-17MacOSX: remove MacFUSE dependency and link against OSXFuse library. Now, ↵Mounir IDRASSI4-73/+17
only standard OSXFuse install is needed without MacFUSE compatibility option.
2016-10-17Windows: Perform Shutdown instead of Reboot during Pre-Test of UEFI system ↵Mounir IDRASSI5-8/+8
encryption in order to detect machines where changes to EFI boot don't persist after shutdown.
2016-10-17Linux/MacOSX: display error message when entered PIM is too big in the ↵Mounir IDRASSI1-0/+1
Volume Creation Wizard.
2016-10-17Use properly aligned memory in code using Streebog hash implementation that ↵Mounir IDRASSI7-23/+65
uses SSE.
2016-10-17Update copyrights in legal notices and license file.Mounir IDRASSI6-123/+215
2016-10-17Windows: fix compilation warningMounir IDRASSI1-3/+3
2016-10-17Windows MBR Bootloader: compress Camellia Rescue Disk bootloader to reduce ↵Mounir IDRASSI1-1/+1
size ( < 13312 bytes), allowing a backup copy to be included in the Rescue Disk.
2016-10-17Windows: exclude unused libzip source files from build.Mounir IDRASSI4-24/+132
2016-10-17Windows Setup: correct call to CryptAcquireContext to use memory only ↵Mounir IDRASSI1-6/+2
container for random generation and remove use of srand/rand (if CryptGenRandom fails which is very unlikely, we just use one color).
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 IDRASSI8-30/+338
2016-10-17Crypto: deprecate GOST89 so that it can't be used to create new volumes. ↵Mounir IDRASSI2-2/+2
Keep only for existing volumes.
2016-10-17Linux/MacOSX: add missing check for PIM max value on volume creation wizardMounir IDRASSI1-1/+2
2016-10-17Windows Bootloader: for MBR bootloader, reset position pointers to keystroke ↵Mounir IDRASSI1-0/+6
buffer after password or PIM is entered to avoid leaking length information
2016-10-17Windows Driver: Erase sensitive boot memory before throwing fatal exceptionMounir IDRASSI1-0/+9
2016-10-17Crypto: remove specific PBKDF2 optimization for block index encoding (except ↵Mounir IDRASSI2-6/+19
in 16-bit bootloader) in order to make code clearer and avoid bad usage in the future if this implementation is used to generate more bytes than today.
2016-10-17Crypto: clarify PRF code by removing unused parameters in functions ↵Mounir IDRASSI1-39/+31
hmac_XXX_internak and derive_u_XXX
2016-10-17Crypto: make HMAC-SHA512 code more clear by removing the memory usage ↵Mounir IDRASSI1-7/+3
optimization and make field k of hmac_sha512_ctx big enough to hold computation results instead of relying on the field u that follows it.
2016-10-17Readme: remove PKCS#11 headers as requirement since they are included in ↵Mounir IDRASSI1-14/+4
VeraCrypt source tree.
2016-10-17GOST89 parameters swap (6.3)kavsrf2-87/+90
Cached boot password added
2016-10-17Windows: use zlib compress/uncompress functions directly in the Setup ↵Mounir IDRASSI1-136/+21
instead of relying on external gzip program.
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-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-08-21Increment version to 1.19 BETA2 (1.19.2)Mounir IDRASSI11-30/+30
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-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 IDRASSI1-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 IDRASSI4-521/+104