Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Driver
/
DriveFilter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-12
Avoid conflict with C++17 features std::byte by using uint8 type instead of byte
Mounir IDRASSI
1
-32
/
+32
2023-07-22
Windows: Remove TrueCrypt support. Increment version to 1.26.4.
Mounir IDRASSI
1
-2
/
+2
2022-02-06
Windows: Add registry setting to disable erasing encryption keys on Windows s...
Mounir IDRASSI
1
-0
/
+1
2021-07-13
Windows: replace insecure wcscpy/wcscat/strcpy runtime functions with secure ...
Mounir IDRASSI
1
-2
/
+2
2021-02-27
Windows: Block Windows from resizing system partition if it is encrypted. Thi...
Mounir IDRASSI
1
-0
/
+5
2021-01-02
Windows: Fix various warnings
Mounir IDRASSI
1
-1
/
+1
2020-12-11
Windows: Fix various compiler warnings
Mounir IDRASSI
1
-2
/
+2
2020-12-11
Windows Driver: Fix build error using Windows 10 WDK caused by name conflict ...
Mounir IDRASSI
1
-2
/
+2
2020-06-21
Windows: Fix issue when RAM encryption used, AES selected and AES-NI not supp...
Mounir IDRASSI
1
-0
/
+5
2019-10-01
Windows Driver: Disable Hibernation when RAM encryption is enabled since we c...
Mounir IDRASSI
1
-0
/
+6
2019-03-01
Windows driver: call VcProtectKeys only when RAM encryption enabled although ...
Mounir IDRASSI
1
-2
/
+5
2019-03-01
Windows: use specific order for EFI boot arguments memory regions that matche...
Mounir IDRASSI
1
-8
/
+11
2019-03-01
Windows: Implement RAM encryption for keys on 64-bit machines using ChaCha12 ...
Mounir IDRASSI
1
-6
/
+48
2019-02-08
Windows: Add implementation of ChaCha20 based random generator. Use it for dr...
Mounir IDRASSI
1
-33
/
+9
2019-02-08
Windows: Add option to enable use of CPU RDRAND/RDSEED as source of entropy w...
Mounir IDRASSI
1
-3
/
+4
2019-02-01
Windows driver: better randomness for wipe bytes by always using Whirlpool ha...
Mounir IDRASSI
1
-19
/
+28
2019-01-28
Increase password maximum length to 128 bytes from 64 bytes
Mounir IDRASSI
1
-5
/
+11
2019-01-21
Windows driver: remove volumes master keys from CRYPTO_INFO since they are no...
Mounir IDRASSI
1
-3
/
+1
2019-01-21
Windows: remove unused fields from CRYPTO_INFO structure
Mounir IDRASSI
1
-2
/
+1
2019-01-09
Windows Security: Add new entry point in driver that allows emergency clearin...
Mounir IDRASSI
1
-2
/
+59
2019-01-09
Windows Driver: erase system encryption keys from memory during shutdown/rebo...
Mounir IDRASSI
1
-2
/
+2
2018-03-05
Windows: Add option to block TRIM command on system encryption SSD drives.
Mounir IDRASSI
1
-0
/
+43
2017-07-04
Windows Driver: correctly save and restore extended processor state when perf...
Mounir IDRASSI
1
-6
/
+12
2017-06-23
Update IDRIX copyright year
Mounir IDRASSI
1
-1
/
+1
2017-06-23
Crypto: Add optimized SHA-512 and SHA-256 assembly implementations for x86_64...
Mounir IDRASSI
1
-2
/
+2
2016-12-26
Windows driver: fix reading of boot PRF after latest EFI hidden OS changes. B...
Mounir IDRASSI
1
-37
/
+32
2016-12-26
comments and better cleanup
kavsrf
1
-12
/
+20
2016-12-26
Driver with support of hidden OS
kavsrf
1
-26
/
+130
2016-10-17
Windows: Fix false-positive detection of Evil-Maid attack during creation pro...
Mounir IDRASSI
1
-2
/
+0
2016-10-17
Windows Driver: Erase sensitive boot memory before throwing fatal exception
Mounir IDRASSI
1
-0
/
+9
2016-08-15
Windows EFI Bootloader: modifications to prepare EFI system encryption suppor...
Alex
1
-42
/
+50
2016-07-25
Windows: solve benchmark issue for Whirlpool which caused wrong numbers when ...
Mounir IDRASSI
1
-4
/
+4
2016-06-17
Windows Driver: save FPU state in 32-bit mode before run Whirlpool SSE implem...
Mounir IDRASSI
1
-0
/
+12
2016-05-10
Remove trailing whitespace
David Foerster
1
-33
/
+33
2016-05-10
Normalize all line terminators
David Foerster
1
-2153
/
+2153
2016-04-20
Windows: Add option to avoid PIM prompt in pre-boot authentication by storing...
Mounir IDRASSI
1
-2
/
+3
2016-02-07
Windows Driver: if saving volume header fails, don't mark operation as succes...
Mounir IDRASSI
1
-3
/
+5
2016-01-20
Copyright: update dates to include 2016.
Mounir IDRASSI
1
-1
/
+1
2015-12-21
Windows: Implement PIM caching, both for system encryption and for normal vol...
Mounir IDRASSI
1
-1
/
+4
2015-11-26
Windows: Full UNICODE rewrite and implement support for UNICODE passwords.
Mounir IDRASSI
1
-2
/
+8
2015-08-06
Update license information to reflect the use of a dual license Apache 2.0 an...
Mounir IDRASSI
1
-5
/
+9
2015-08-06
Windows: Add extra checks for bootloader tampering.
Mounir IDRASSI
1
-7
/
+30
2015-07-29
Windows: Implement Evil-Maid-Attack detection mechanism. Write the correct bo...
Mounir IDRASSI
1
-0
/
+97
2015-07-11
Use Pim name for internal variables instead of the old name Pin
Mounir IDRASSI
1
-8
/
+8
2015-06-07
Windows: Add support for PIN in favorites. Several enhancements to GUI handli...
Mounir IDRASSI
1
-0
/
+2
2015-05-26
Windows: first implementation of dynamic mode
Mounir IDRASSI
1
-3
/
+7
2015-05-15
Windows driver: avoid race condition by using IoAttachDeviceToDeviceStackSafe...
Mounir IDRASSI
1
-6
/
+10
2015-02-09
Static Code Analysis: in Windows Driver, avoid using uninitialized stack memo...
Mounir IDRASSI
1
-0
/
+39
2015-01-03
Windows: change cascade encryption naming format to reflex mathematical compo...
Mounir IDRASSI
1
-1
/
+1
2014-12-30
Windows driver: don't fail if the PRF recovered from boot memory is not recog...
Mounir IDRASSI
1
-7
/
+0
[next]