Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Driver
Age
Commit message (
Expand
)
Author
Files
Lines
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-14
Windows: fix Windows 10 hibernate issue when EFI system encryption is active.
Mounir IDRASSI
1
-1/+11
2016-08-14
Windows EFI Bootloader: modifications to prepare EFI system encryption suppor...
Alex
1
-42/+50
2016-08-14
Windows Driver: Add extra traces and enable tracing in release build if DEBUG...
Mounir IDRASSI
1
-6/+29
2016-07-25
Windows: solve benchmark issue for Whirlpool which caused wrong numbers when ...
Mounir IDRASSI
1
-4/+4
2016-06-18
Windows Driver: use more reliable way to correctly set path to VC++ 2010 in d...
Mounir IDRASSI
1
-4/+15
2016-06-17
Windows Driver: save FPU state in 32-bit mode before run Whirlpool SSE implem...
Mounir IDRASSI
1
-0/+12
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-19
Windows: Add option to avoid PIM prompt in pre-boot authentication by storing...
Mounir IDRASSI
1
-2/+3
2016-04-14
Windows: Finalize implementation of the new volume ID mechanism. Use SHA-256 ...
Mounir IDRASSI
3
-9/+9
2016-04-08
Windows: start implementation of volume ID mechanism that will be used to ide...
Mounir IDRASSI
3
-29/+87
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 succes...
Mounir IDRASSI
1
-3/+5
2016-01-19
Copyright: update dates to include 2016.
Mounir IDRASSI
16
-16/+16
2016-01-04
Windows: Enhance fix for dll hijacking vulnerability affecting installer (CVE...
Mounir IDRASSI
1
-0/+3
2016-01-02
Windows Driver: Remove unwanted ':' character at the end of volume device nam...
Mounir IDRASSI
1
-2/+2
2015-12-31
Cryptography: Optimize Whirlpool implementation by using public domain assemb...
Mounir IDRASSI
1
-0/+3
2015-12-21
Windows: Implement PIM caching, both for system encryption and for normal vol...
Mounir IDRASSI
4
-2/+12
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 va...
Mounir IDRASSI
1
-0/+6
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 Windows...
Mounir IDRASSI
2
-15/+41
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 MountMana...
Mounir IDRASSI
1
-5/+0
2015-09-26
Windows Driver: Fix inherited TrueCrypt local elevation of privilege vulnerab...
Mounir IDRASSI
1
-2/+3
2015-09-26
Windows Driver: Fix inherited TrueCrypt local elevation of privilege vulnerab...
Mounir IDRASSI
1
-2/+10
2015-09-16
Increment version to 1.14. Update user guide PDF file.
VeraCrypt_1.14
Mounir IDRASSI
1
-4/+4
2015-09-15
Windows: Add option to explicitly support extended disk IOCTLs and disable th...
Mounir IDRASSI
1
-45/+53
2015-08-30
Windows: Support setting volume label in Explorer through mount option. Suppo...
Mounir IDRASSI
3
-0/+66
2015-08-30
Windows Driver: Protect captured subject context during processing of user ac...
Mounir IDRASSI
1
-0/+2
2015-08-13
Windows Driver: support returning StorageDeviceProperty through IOCTL_STORAGE...
Mounir IDRASSI
1
-16/+37
2015-08-09
Increment version to 1.13
VeraCrypt_1.13
Mounir IDRASSI
1
-4/+4
2015-08-08
Windows: better error code when IOCTL_STORAGE_QUERY_PROPERTY type is not supp...
Mounir IDRASSI
1
-1/+1
2015-08-08
Windows: Solve crash of TOR when run from VeraCrypt volume by explicitly retu...
Mounir IDRASSI
1
-0/+4
2015-08-05
Increment version to 1.12. Update user guide PDF file.
Mounir IDRASSI
1
-4/+4
2015-08-05
Update license information to reflect the use of a dual license Apache 2.0 an...
Mounir IDRASSI
16
-83/+139
2015-08-05
Windows: Add extra checks for bootloader tampering.
Mounir IDRASSI
1
-7/+30
2015-07-28
Windows: Implement Evil-Maid-Attack detection mechanism. Write the correct bo...
Mounir IDRASSI
3
-1/+103
2015-07-10
Use Pim name for internal variables instead of the old name Pin
Mounir IDRASSI
3
-14/+14
2015-06-06
Windows: Add support for PIN in favorites. Several enhancements to GUI handli...
Mounir IDRASSI
2
-0/+4
2015-05-25
Windows: first implementation of dynamic mode
Mounir IDRASSI
3
-3/+11
2015-05-14
Windows driver: avoid race condition by using IoAttachDeviceToDeviceStackSafe...
Mounir IDRASSI
2
-7/+16
2015-05-09
Windows Driver: fix wrongly reported bad sectors by chkdsk caused by a bug in...
Mounir IDRASSI
1
-1/+1
2015-05-03
Windows Driver: Implement querying physical sector size of veraCrypt volume t...
Mounir IDRASSI
4
-6/+74
2015-04-05
Increment VeraCrypt version to 1.0f-2
Mounir IDRASSI
1
-4/+4
[next]