Mounir IDRASSI
|
2ddc374164
|
Windows: Remove VeraCrypt from EFI boot partition after decrypting the system
|
2016-10-17 18:40:39 +02:00 |
|
Mounir IDRASSI
|
45d642d4e1
|
Increment version to 1.19 (1.19.4)
|
2016-10-17 18:40:35 +02:00 |
|
Mounir IDRASSI
|
ea5902514a
|
Update documentation and increment version to 1.19 BETA3 (1.19.3)
|
2016-10-17 18:40:28 +02:00 |
|
Mounir IDRASSI
|
d5e3488894
|
Windows: solve text truncation in keyfiles dialog for some languages.
|
2016-10-17 18:40:28 +02:00 |
|
Mounir IDRASSI
|
5547a605bd
|
Windows EFI: don't use optimized Serpent implementation for EFI bootloader because lack of C++ support in EDKII framework
|
2016-10-17 18:40:26 +02:00 |
|
Mounir IDRASSI
|
0ac4009720
|
Windows: Fix failure to access EFS data on VeraCrypt volumes under Windows 10 but supporting undocumented IOCTL.
|
2016-10-17 18:40:25 +02:00 |
|
Mounir IDRASSI
|
041bc9dc0b
|
Windows: Fix false-positive detection of Evil-Maid attack during creation process of hidden OS by excluding the configuration byte in the boot sector whose value changes depending on the content.
|
2016-10-17 18:40:24 +02:00 |
|
Mounir IDRASSI
|
e5a9e9239b
|
Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed gain factor. Update credits and copyrights notice.
|
2016-10-17 18:40:23 +02:00 |
|
Mounir IDRASSI
|
34f3c055ed
|
Windows: in function CreateVolumeHeaderInMemory, properly unlock and erase sensitive stack memory.
|
2016-10-17 18:40:22 +02:00 |
|
Mounir IDRASSI
|
8e2c5ca45e
|
Securely erase and protect buffer holding decrypted volume header.
|
2016-10-17 18:40:21 +02:00 |
|
Mounir IDRASSI
|
e362d804b0
|
Windows: Perform Shutdown instead of Reboot during Pre-Test of UEFI system encryption in order to detect machines where changes to EFI boot don't persist after shutdown.
|
2016-10-17 18:40:20 +02:00 |
|
Mounir IDRASSI
|
5dfdc1b4a5
|
Windows: fix compilation warning
|
2016-10-17 18:40:18 +02:00 |
|
Mounir IDRASSI
|
3c09765208
|
Windows: check for malloc failures and report error in such cases.
|
2016-10-17 18:40:17 +02:00 |
|
Mounir IDRASSI
|
b65eabe23d
|
Add test vectors for Kuznyechik and GOST89 (the later is deprecated)
|
2016-10-17 18:40:16 +02:00 |
|
Mounir IDRASSI
|
d18ecc1a37
|
Crypto: deprecate GOST89 so that it can't be used to create new volumes. Keep only for existing volumes.
|
2016-10-17 18:40:15 +02:00 |
|
Mounir IDRASSI
|
194b641ebd
|
Crypto: remove specific PBKDF2 optimization for block index encoding (except 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-17 18:40:13 +02:00 |
|
Mounir IDRASSI
|
7c154a3f26
|
Crypto: clarify PRF code by removing unused parameters in functions hmac_XXX_internak and derive_u_XXX
|
2016-10-17 18:40:13 +02:00 |
|
Mounir IDRASSI
|
b81ec7d7e0
|
Crypto: make HMAC-SHA512 code more clear by removing the memory usage 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-17 18:40:12 +02:00 |
|
Mounir IDRASSI
|
4dacedd9cc
|
Windows: Replace XZip/XUnzip library with zlib and libzip and include the sources of these library into VeraCrypt source tree.
|
2016-10-17 18:40:06 +02:00 |
|
Mounir IDRASSI
|
335f17b72f
|
Windows: in case of In-Place encryption, encrypt random data instead of existing data when filling unused space like the other cases.
|
2016-09-11 13:12:45 +02:00 |
|
Mounir IDRASSI
|
83d3948bc8
|
Increment version to 1.19 BETA2 (1.19.2)
|
2016-08-21 13:44:03 +02:00 |
|
Mounir IDRASSI
|
22e4a8a252
|
Windows: fix crash caused by previous Streebog fix.
|
2016-08-21 13:44:00 +02:00 |
|
Mounir IDRASSI
|
49a8ff59dc
|
Windows: Fix crash on 32-bit machines when using Streebog on a CPU that supports SSE4.1.
|
2016-08-20 07:16:42 +02:00 |
|
Mounir IDRASSI
|
7ad75a81ca
|
Windows: Fix compilation error caused by latest MacOSX change.
|
2016-08-17 22:38:14 +02:00 |
|
Mounir IDRASSI
|
0dc3cb7cd1
|
Add reference to VeraCrypt-DCS EFI Boot loader in Readme. Update copyrights.
|
2016-08-17 17:06:21 +02:00 |
|
Mounir IDRASSI
|
d4192bf863
|
Windows: Increase text size limit in RichEdit control to avoid truncating Legal Notices text when displayed.
|
2016-08-17 17:06:20 +02:00 |
|
Mounir IDRASSI
|
3ddb499280
|
Update 1.18 release date
|
2016-08-17 08:55:56 +02:00 |
|
Mounir IDRASSI
|
2780ac962e
|
Linux: fix various compilation issues under Linux.
|
2016-08-17 00:08:18 +02:00 |
|
Mounir IDRASSI
|
2fef14ff76
|
Increment version to 1.18. Update user guide PDF file.
|
2016-08-16 10:19:39 +02:00 |
|
Mounir IDRASSI
|
ce76957a10
|
Windows: Fix various issues detected by static analysis.
|
2016-08-16 10:04:07 +02:00 |
|
Mounir IDRASSI
|
1bf219b0dc
|
Windows: fix SetupAPI issue on some machines where it fails to handle properly AddReg/DelReg operations during System encryption/decryption wizard.
|
2016-08-16 00:56:15 +02:00 |
|
Mounir IDRASSI
|
5d5a645083
|
Windows: fix error caused by requesting large number of random bytes when writing randomly generated data to unused/reserved header areas.
|
2016-08-15 14:19:11 +02:00 |
|
Mounir IDRASSI
|
24560eae1d
|
Windows: fill unused/reserved header areas with the result of encryption of random data instead of the encryption of zeros for better entropy of resulting random data.
|
2016-08-15 01:09:20 +02:00 |
|
Mounir IDRASSI
|
2d72e42c6c
|
Windows: Implement Rescue Disk support for EFI system encryption
|
2016-08-15 01:09:17 +02:00 |
|
Mounir IDRASSI
|
71a38563ae
|
Windows: various fixes for XZip library bugs
|
2016-08-15 01:09:17 +02:00 |
|
Mounir IDRASSI
|
4cf9db9f95
|
Windows: Add XZip library files (http://www.codeproject.com/Articles/4135/XZip-and-XUnzip-Add-zip-and-or-unzip-to-your-app-w)
|
2016-08-15 01:09:16 +02:00 |
|
Mounir IDRASSI
|
c4d4ade9d0
|
Windows: Show only supported encryption algorithm in the system encryption wizard for MBR
|
2016-08-15 01:09:16 +02:00 |
|
Mounir IDRASSI
|
b146e235f8
|
Windows: align buffers used for keys to avoid issues when SSE used.
|
2016-08-15 01:09:14 +02:00 |
|
Mounir IDRASSI
|
07ee8c1069
|
Windows: Implement support for EFI system encryption in Windows GUI.
|
2016-08-15 01:09:13 +02:00 |
|
Alex
|
246233c402
|
Windows EFI Bootloader: modifications to prepare EFI system encryption support (common files with DcsBoot)
|
2016-08-15 01:09:12 +02:00 |
|
Mounir IDRASSI
|
e90e24b30b
|
Windows: Add support for Streebog (hash) and kuznyechik (encryption)
|
2016-08-15 01:09:11 +02:00 |
|
Mounir IDRASSI
|
0b2c8b09c6
|
Windows: Add Magma cipher (GOST-89)
|
2016-08-15 01:09:10 +02:00 |
|
Mounir IDRASSI
|
460f552a41
|
Windows Driver: Add extra traces and enable tracing in release build if DEBUG_TRACE defined.
|
2016-08-15 01:09:10 +02:00 |
|
Mounir IDRASSI
|
5b381ce7d7
|
Windows: Fix vulnerability inherited from TrueCrypt that allows an attacker to detect with high probability if a hidden volume is present. Vulnerability reported by Ivanov Alexey Mikhailovich.
|
2016-08-15 01:09:05 +02:00 |
|
Mounir IDRASSI
|
fe31cf5b83
|
Crypto: Use Hyper-V AES-NI detection workaround when displaying AES hardware availability in GUI.
|
2016-07-29 22:40:44 +02:00 |
|
Mounir IDRASSI
|
2389561406
|
Windows: Use new Windows API to mitigate dll hijacking attacks.
|
2016-07-29 22:40:43 +02:00 |
|
Mounir IDRASSI
|
a7f1ba05b4
|
Windows: Enhance protection against dll hijacking attacks following new report by Stefan Kanthak.
|
2016-07-26 00:53:18 +02:00 |
|
Mounir IDRASSI
|
3aaf5c7045
|
Windows: solve benchmark issue for Whirlpool which caused wrong numbers when a 1GB buffer is chosen.
|
2016-07-25 08:26:09 +02:00 |
|
Mounir IDRASSI
|
0fca588275
|
Crypto: Workaround for AES-NI issue under Hyper-V on Windows Server 2008 R2 which masks AES-NI from applications although it is available.
|
2016-07-24 23:48:07 +02:00 |
|
Mounir IDRASSI
|
2faa1290c0
|
Windows Driver: save FPU state in 32-bit mode before run Whirlpool SSE implementation to avoid issues (https://msdn.microsoft.com/fr-fr/library/ff565388(v=vs.85).aspx)
|
2016-06-17 23:52:03 +02:00 |
|