Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-30 | Increment version to 1.20 BETA2 (1.20.2) | Mounir IDRASSI | 1 | -4/+4 | |
2016-12-26 | Windows driver: fix reading of boot PRF after latest EFI hidden OS changes. ↵ | Mounir IDRASSI | 1 | -37/+32 | |
Better memory cleanup and changes for code clarity. | |||||
2016-12-26 | comments and better cleanup | kavsrf | 1 | -12/+20 | |
Signed-off-by: kavsrf <kavsrf@gmail.com> | |||||
2016-12-26 | Driver with support of hidden OS | kavsrf | 3 | -26/+191 | |
Signed-off-by: kavsrf <kavsrf@gmail.com> | |||||
2016-12-08 | Increment version to 1.20 BETA1 (1.20.1) | Mounir IDRASSI | 1 | -4/+4 | |
2016-10-17 | Increment version to 1.19 (1.19.4) | Mounir IDRASSI | 1 | -4/+4 | |
2016-10-17 | Update documentation and increment version to 1.19 BETA3 (1.19.3) | Mounir IDRASSI | 1 | -4/+4 | |
2016-10-17 | Windows: Fix failure to access EFS data on VeraCrypt volumes under Windows ↵ | Mounir IDRASSI | 1 | -2/+11 | |
10 but supporting undocumented IOCTL. | |||||
2016-10-17 | Windows: Fix false-positive detection of Evil-Maid attack during creation ↵ | Mounir IDRASSI | 1 | -2/+0 | |
process of hidden OS by excluding the configuration byte in the boot sector whose value changes depending on the content. | |||||
2016-10-17 | Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed ↵ | Mounir IDRASSI | 2 | -4/+8 | |
gain factor. Update credits and copyrights notice. | |||||
2016-10-17 | Windows Driver: Erase sensitive boot memory before throwing fatal exception | Mounir IDRASSI | 1 | -0/+9 | |
2016-08-21 | Increment version to 1.19 BETA2 (1.19.2) | Mounir IDRASSI | 1 | -4/+4 | |
2016-08-16 | Increment version to 1.18. Update user guide PDF file.VeraCrypt_1.18_PreRelease | Mounir IDRASSI | 1 | -4/+4 | |
2016-08-15 | Windows: fix Windows 10 hibernate issue when EFI system encryption is active. | Mounir IDRASSI | 1 | -1/+11 | |
2016-08-15 | Windows EFI Bootloader: modifications to prepare EFI system encryption ↵ | Alex | 1 | -42/+50 | |
support (common files with DcsBoot) | |||||
2016-08-15 | Windows Driver: Add extra traces and enable tracing in release build if ↵ | Mounir IDRASSI | 1 | -6/+29 | |
DEBUG_TRACE defined. | |||||
2016-07-25 | Windows: solve benchmark issue for Whirlpool which caused wrong numbers when ↵ | Mounir IDRASSI | 1 | -4/+4 | |
a 1GB buffer is chosen. | |||||
2016-06-18 | Windows Driver: use more reliable way to correctly set path to VC++ 2010 in ↵ | Mounir IDRASSI | 1 | -4/+15 | |
driver build batch file. | |||||
2016-06-17 | Windows Driver: save FPU state in 32-bit mode before run Whirlpool SSE ↵ | Mounir IDRASSI | 1 | -0/+12 | |
implementation to avoid issues (https://msdn.microsoft.com/fr-fr/library/ff565388(v=vs.85).aspx) | |||||
2016-06-17 | Windows: Use Visual C++ 2010 instead of Visual C++ 2008. | Mounir IDRASSI | 4 | -0/+473 | |
2016-05-10 | Remove trailing whitespace | David Foerster | 18 | -146/+146 | |
2016-05-10 | Normalize all line terminators | David Foerster | 18 | -9429/+9429 | |
2016-04-20 | Windows: Add option to avoid PIM prompt in pre-boot authentication by ↵ | Mounir IDRASSI | 1 | -2/+3 | |
storing PIM value unencrypted in MBR. | |||||
2016-04-14 | Windows: Finalize implementation of the new volume ID mechanism. Use SHA-256 ↵ | Mounir IDRASSI | 3 | -9/+9 | |
instead of SHA-512 to compute volume ID to reduce string size and make more convenient to use. | |||||
2016-04-08 | Windows: start implementation of volume ID mechanism that will be used to ↵ | Mounir IDRASSI | 3 | -29/+87 | |
identify VeraCrypt disk volumes instead of device name. | |||||
2016-02-14 | Increment version to 1.17. Update user guide PDF file. | Mounir IDRASSI | 1 | -4/+4 | |
2016-02-07 | Windows Driver: if saving volume header fails, don't mark operation as ↵ | Mounir IDRASSI | 1 | -3/+5 | |
successful so that it will be retried later. | |||||
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 16 | -16/+16 | |
2016-01-04 | Windows: Enhance fix for dll hijacking vulnerability affecting installer ↵ | Mounir IDRASSI | 1 | -0/+3 | |
(CVE-2016-1281) | |||||
2016-01-03 | Windows Driver: Remove unwanted ':' character at the end of volume device ↵ | Mounir IDRASSI | 1 | -2/+2 | |
name. This was causing a crash in Kaspersky Internet Security 2016 when a program is run from a VeraCrypt volume. | |||||
2015-12-31 | Cryptography: Optimize Whirlpool implementation by using public domain ↵ | Mounir IDRASSI | 1 | -0/+3 | |
assembly code developed by Wei Dai | |||||
2015-12-21 | Windows: Implement PIM caching, both for system encryption and for normal ↵ | Mounir IDRASSI | 4 | -2/+12 | |
volumes. Add options to activate it in the Preferences and System Settings. | |||||
2015-11-26 | Windows: Full UNICODE rewrite and implement support for UNICODE passwords. | Mounir IDRASSI | 1 | -2/+8 | |
2015-11-26 | Windows Driver: solve compilation error in Debug build caused by a missing ↵ | Mounir IDRASSI | 1 | -0/+6 | |
variable. | |||||
2015-10-07 | Increment version to 1.16. Update user guide PDF file.VeraCrypt_1.16 | Mounir IDRASSI | 1 | -4/+4 | |
2015-10-05 | Windows Driver: Modify fix for CVE-2015-7358 to solve side effects on ↵ | Mounir IDRASSI | 2 | -15/+41 | |
Windows mount manager while still making it hard to abuse drive letter handling. | |||||
2015-10-05 | Windows Driver: remove allocation of unused variables | Mounir IDRASSI | 1 | -4/+2 | |
2015-09-26 | Increment version to 1.15. Update user guide PDF file.VeraCrypt_1.15 | Mounir IDRASSI | 1 | -4/+4 | |
2015-09-26 | Windows Driver: remove unnecessary variables declaration and use in ↵ | Mounir IDRASSI | 1 | -5/+0 | |
MountManagerMount. | |||||
2015-09-26 | Windows Driver: Fix inherited TrueCrypt local elevation of privilege ↵ | Mounir IDRASSI | 1 | -2/+3 | |
vulnerability caused by abusing the drive letter symbolic link creation facilities to remap the main system drive. Thanks to James Forshaw (Google) for reporting this issue and for helping implementing the fix. | |||||
2015-09-26 | Windows Driver: Fix inherited TrueCrypt local elevation of privilege ↵ | Mounir IDRASSI | 1 | -2/+10 | |
vulnerability caused by incorrect impersonation token handling. Reported and fixed by James Forshaw (Google) | |||||
2015-09-16 | Increment version to 1.14. Update user guide PDF file.VeraCrypt_1.14 | Mounir IDRASSI | 1 | -4/+4 | |
2015-09-16 | Windows: Add option to explicitly support extended disk IOCTLs and disable ↵ | Mounir IDRASSI | 1 | -45/+53 | |
this support by default. This will avoid having issue with software that doesn't handle correctly partial IOCTL_STORAGE_QUERY_PROPERTY support. | |||||
2015-08-31 | Windows: Support setting volume label in Explorer through mount option. ↵ | Mounir IDRASSI | 3 | -0/+66 | |
Support using favorite label as label in Explorer. | |||||
2015-08-31 | Windows Driver: Protect captured subject context during processing of user ↵ | Mounir IDRASSI | 1 | -0/+2 | |
access token. | |||||
2015-08-14 | Windows Driver: support returning StorageDeviceProperty through ↵ | Mounir IDRASSI | 1 | -16/+37 | |
IOCTL_STORAGE_QUERY_PROPERTY. | |||||
2015-08-09 | Increment version to 1.13VeraCrypt_1.13 | Mounir IDRASSI | 1 | -4/+4 | |
2015-08-09 | Windows: better error code when IOCTL_STORAGE_QUERY_PROPERTY type is not ↵ | Mounir IDRASSI | 1 | -1/+1 | |
supported | |||||
2015-08-09 | Windows: Solve crash of TOR when run from VeraCrypt volume by explicitly ↵ | Mounir IDRASSI | 1 | -0/+4 | |
returning error code when unsupported IOCTL_STORAGE_QUERY_PROPERTY parameter encountered. | |||||
2015-08-06 | Increment version to 1.12. Update user guide PDF file. | Mounir IDRASSI | 1 | -4/+4 | |