Mounir IDRASSI
|
eb3e923091
|
Windows MBR Bootloader: compress Camellia Rescue Disk bootloader to reduce size ( < 13312 bytes), allowing a backup copy to be included in the Rescue Disk.
|
2016-10-17 18:40:18 +02:00 |
|
Mounir IDRASSI
|
4a435870f6
|
Windows: exclude unused libzip source files from build.
|
2016-10-17 18:40:17 +02:00 |
|
Mounir IDRASSI
|
f40755fd7c
|
Windows Setup: correct call to CryptAcquireContext to use memory only container for random generation and remove use of srand/rand (if CryptGenRandom fails which is very unlikely, we just use one color).
|
2016-10-17 18:40:17 +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
|
69c8c9d6c6
|
Linux/MacOSX: add missing check for PIM max value on volume creation wizard
|
2016-10-17 18:40:15 +02:00 |
|
Mounir IDRASSI
|
77d070fe73
|
Windows Bootloader: for MBR bootloader, reset position pointers to keystroke buffer after password or PIM is entered to avoid leaking length information
|
2016-10-17 18:40:14 +02:00 |
|
Mounir IDRASSI
|
183cbc087a
|
Windows Driver: Erase sensitive boot memory before throwing fatal exception
|
2016-10-17 18:40:14 +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
|
479925f403
|
Readme: remove PKCS#11 headers as requirement since they are included in VeraCrypt source tree.
|
2016-10-17 18:40:12 +02:00 |
|
kavsrf
|
17eeaa43cf
|
GOST89 parameters swap (6.3)
Cached boot password added
|
2016-10-17 18:40:11 +02:00 |
|
Mounir IDRASSI
|
9b1c447df1
|
Windows: use zlib compress/uncompress functions directly in the Setup instead of relying on external gzip program.
|
2016-10-17 18:40:11 +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
|
66891638d5
|
Language XML files: update Czech translation (contributed by Lagardere)
|
2016-09-11 13:12:47 +02:00 |
|
Mounir IDRASSI
|
c4a68500cc
|
Language XML files: fix invalid escape sequence in German XML file caused by missing 'n' after '\'
|
2016-09-11 13:12:46 +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
|
735657a254
|
Language XML files: update German translation (Ettore Atalan)
|
2016-09-03 17:13:23 +02:00 |
|
Mounir IDRASSI
|
83d3948bc8
|
Increment version to 1.19 BETA2 (1.19.2)
|
2016-08-21 13:44:03 +02:00 |
|
Mounir IDRASSI
|
7fac2e89b3
|
Windows: Update driver files of 1.19 BETA2
|
2016-08-21 13:44:02 +02:00 |
|
Mounir IDRASSI
|
e5bb77e378
|
Windows: force the update of rescue disk from version 1.18 because of the fixes in EFI bootloader
|
2016-08-21 13:44:01 +02:00 |
|
Mounir IDRASSI
|
8209a30a6b
|
Windows Boot: About EFI Bootloader files linked against latest sources
|
2016-08-21 13:44:01 +02:00 |
|
Mounir IDRASSI
|
22e4a8a252
|
Windows: fix crash caused by previous Streebog fix.
|
2016-08-21 13:44:00 +02:00 |
|
Mounir IDRASSI
|
c70f370bac
|
Language XML files: update Russian XML file by Dmitry Yerokhin.
|
2016-08-20 07:56:32 +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
|
d076bb5133
|
Windows: Add driver files of version 1.18 that have been signed by Microsoft (IDRIX signature is still present)
|
2016-08-19 09:59:19 +02:00 |
|
Mounir IDRASSI
|
a63ae58596
|
Linux: don't use SSE/AES switched of gcc if the architecture is not x86 or x64 (for example ARM).
|
2016-08-19 01:11:51 +02:00 |
|
Mounir IDRASSI
|
7ad75a81ca
|
Windows: Fix compilation error caused by latest MacOSX change.
|
2016-08-17 22:38:14 +02:00 |
|
Mounir IDRASSI
|
f84dc7b78f
|
Windows Boot: update EFI Boot Loader file after correction made to wrong password error message.
|
2016-08-17 22:18:03 +02:00 |
|
Mounir IDRASSI
|
882525b879
|
Add reference of new algorithms introduced in version 1.18 (Camellia, Streebog, Kuznyechik and GOST-89)
|
2016-08-17 22:18:02 +02:00 |
|
Mounir IDRASSI
|
24e233ea2e
|
Update License.txt with additional copyrights.
|
2016-08-17 22:18:01 +02:00 |
|
Mounir IDRASSI
|
c6d5b30704
|
MacOSX: fix compiler warning about ALIGN macro being already defined
|
2016-08-17 22:18:01 +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
|
8c963356cb
|
Windows Bootloader: Update EFI bootloader files built using the latest source modifications
|
2016-08-17 17:06:19 +02:00 |
|
Mounir IDRASSI
|
20c723e242
|
Windows: correct handle failure of TranslateVolumeID function (should not happen anyway).
|
2016-08-17 17:06:18 +02:00 |
|
Mounir IDRASSI
|
3ddb499280
|
Update 1.18 release date
|
2016-08-17 08:55:56 +02:00 |
|
Mounir IDRASSI
|
b56e8c5c4b
|
Linux/MacOSX: Add Streebog to the list of supported hash algorithms used for key derivation.
|
2016-08-17 08:36:33 +02:00 |
|
Mounir IDRASSI
|
d8a7de8ffb
|
Linux: Disable Kernel crypto if volume encrypted using Kuznyechik or Magma
|
2016-08-17 08:36:33 +02:00 |
|
Mounir IDRASSI
|
7695b8ada0
|
Linux: Add parameter to Makefile for enabling SSSE3 and SSE4.1 support in compiler
|
2016-08-17 08:36:32 +02:00 |
|
Mounir IDRASSI
|
a72c7bcd6a
|
Linux: fix compilation error on Streebog.c if SSE4.1 not enabled in compiler
|
2016-08-17 08:36:31 +02:00 |
|
Mounir IDRASSI
|
2780ac962e
|
Linux: fix various compilation issues under Linux.
|
2016-08-17 00:08:18 +02:00 |
|
Mounir IDRASSI
|
e47f94cb43
|
Windows: modification to make Coverity happy!
|
2016-08-16 19:58:48 +02:00 |
|
Mounir IDRASSI
|
625259d226
|
Fix compilation error in Streebog code caused by latest changes.
|
2016-08-16 12:42:44 +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
|
a7056a6ac3
|
Windows: in system encryption setting dialog, put the checkbox for hiding at the bottom to keep the Note text coherent.
|
2016-08-15 19:06:26 +02:00 |
|