Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Volume
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-02
Implement detection of volumes with vulnerable XTS master key.
Mounir IDRASSI
5
-1
/
+14
2024-06-19
Linux: Fix assembly files not built on Linux
Mounir IDRASSI
1
-1
/
+1
2024-06-16
Improve and simplify macOS builds (#1276)
Deniz Türkoglu
1
-1
/
+5
2024-06-12
Avoid conflict with C++17 features std::byte by using uint8 type instead of byte
Mounir IDRASSI
18
-153
/
+153
2023-11-19
Linux/MacOSX: put entries at line start and use tabs instead of spaces
Mounir IDRASSI
1
-92
/
+92
2023-11-13
wolfCrypt as crypto backend for VeraCrypt (#1227)
lealem47
16
-130
/
+570
2023-07-24
Linux/macOS: Remove TrueCrypt support
Mounir IDRASSI
11
-107
/
+54
2023-06-29
EMV keyfile support: Overall code improvements and bug fixes
Mounir IDRASSI
5
-49
/
+59
2023-06-28
Add EMV functionality (#1080)
mmauv
5
-52
/
+53
2022-03-08
Implement support of Blake2s-256 hash algorithm and remove deprecated algorit...
Mounir IDRASSI
11
-169
/
+60
2022-02-13
Linux/FreeBSD: Enable building without AESNI support by setting environment v...
Mounir IDRASSI
1
-0
/
+4
2021-08-16
MacOSX: Make AESNI availability linked to compiler target and not compilation...
Mounir IDRASSI
2
-9
/
+3
2021-07-14
Linux/macOS: re-order PRF algorithms from faster to slower for quicker autode...
Mounir IDRASSI
1
-2
/
+2
2020-06-28
Linux/MacOSX: Erase sensitive memory explicitly instead of relying on the com...
Mounir IDRASSI
1
-1
/
+1
2020-06-26
Linux/MacOSX: use standard std::shared_ptr instead of our custom implementati...
Mounir IDRASSI
1
-1
/
+3
2020-06-11
Switch from auto_ptr to unique_ptr (#638)
Christopher Bergqvist
2
-4
/
+2
2019-12-09
Linux: fix NOASM compilation (#563) (#568)
alt3r 3go
1
-8
/
+8
2019-11-15
Debug build: fix ParameterIncorrect error on hash benchmark start (#542) (#544)
alt3r 3go
1
-1
/
+1
2019-11-04
Linux/MacOSX: Add switch to force the use of legacy maximum password length (...
Mounir IDRASSI
1
-0
/
+1
2019-10-24
Linux/MacOSX: Better approach to avoid that jitterentropy code is optimized b...
Mounir IDRASSI
1
-1
/
+3
2019-10-23
Linux/MacOSX: Add missing JitterEntropy implementation
Mounir IDRASSI
1
-0
/
+1
2019-10-06
MacOSX: fix link error under Xcode 4.6.3
VeraCrypt_1.24
Mounir IDRASSI
2
-3
/
+7
2019-01-28
Increase password maximum length to 128 bytes from 64 bytes
Mounir IDRASSI
2
-2
/
+3
2019-01-25
Linux/MacOSX crypto: report XTS optimization implemented previously on Windows
Mounir IDRASSI
1
-49
/
+90
2018-08-10
Linux/MacOSX/FreeBSD: In TrueCrypt mode, reject Streebog as KDF since it is n...
mounir
1
-2
/
+2
2018-06-14
Linux/MacOSX/FreeBSD: better handling for mounting systen encrypted disks who...
Mounir IDRASSI
1
-16
/
+16
2018-06-11
Linux/MacOSX/FreeBSD: Support mounting partially encrypted system partitions/...
Mounir IDRASSI
2
-3
/
+41
2018-03-27
Crypto: Add support for 5 new cascades of cipher algorithms (Camellia-Kuznyec...
Mounir IDRASSI
4
-2
/
+233
2017-11-27
SIMD speed optimization for Kuznyechik cipher implementation (up to 2x speedu...
Mounir IDRASSI
3
-1
/
+50
2017-07-02
Linux/MacOSX: use aligned memory for allocating hash context to avoid issues ...
Mounir IDRASSI
1
-5
/
+5
2017-06-27
MacOSX: various changes for assembly files build. Don't use 32-bit assembly c...
Mounir IDRASSI
1
-14
/
+14
2017-06-23
Update IDRIX copyright year
Mounir IDRASSI
36
-36
/
+36
2017-06-23
Linux/MacOSX: use yasm instead of nasm for compiling all assembly files.
Mounir IDRASSI
1
-15
/
+15
2017-06-23
Linux/MacOSX: fix missing namespace in call to Cipher::IsHwSupportEnabled
Mounir IDRASSI
1
-1
/
+1
2017-06-23
Crypto: Add optimized SHA-512 and SHA-256 assembly implementations for x86_64...
Mounir IDRASSI
1
-0
/
+44
2017-06-21
Crypto: Add optimized Camellia assembly implementation for x86_64 based on wo...
Mounir IDRASSI
3
-1
/
+61
2016-12-26
Linux & MacOSX: automatically check TrueCryptMode in password dialog when sel...
Mounir IDRASSI
1
-0
/
+27
2016-12-26
MacOSX: use Yasm to build Twofish 64-bit assembly code on OSX since native co...
Mounir IDRASSI
1
-1
/
+1
2016-12-07
Crypto: Add optimized Twofish assembly implementation for x86_64.
Mounir IDRASSI
3
-1
/
+40
2016-10-17
Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed gain...
Mounir IDRASSI
3
-4
/
+54
2016-10-17
Add test vectors for Kuznyechik and GOST89 (the later is deprecated)
Mounir IDRASSI
4
-3
/
+141
2016-10-17
Crypto: deprecate GOST89 so that it can't be used to create new volumes. Keep...
Mounir IDRASSI
1
-1
/
+1
2016-08-17
Linux/MacOSX: Add Streebog to the list of supported hash algorithms used for ...
Mounir IDRASSI
1
-0
/
+1
2016-08-17
Linux: fix various compilation issues under Linux.
Mounir IDRASSI
2
-3
/
+3
2016-08-15
Windows: Add support for Streebog (hash) and kuznyechik (encryption)
Mounir IDRASSI
11
-1
/
+188
2016-07-29
Crypto: Use Hyper-V AES-NI detection workaround when displaying AES hardware ...
Mounir IDRASSI
1
-1
/
+2
2016-07-25
Windows: solve benchmark issue for Whirlpool which caused wrong numbers when ...
Mounir IDRASSI
1
-1
/
+1
2016-06-19
Linux/MacOSX: Solve compilation error linked to Camellia cipher addition.
Mounir IDRASSI
2
-3
/
+4
2016-06-02
Crypto: Add support for Japanese encryption standard Camellia, including for ...
Mounir IDRASSI
6
-1
/
+102
2016-05-10
Remove trailing whitespace
David Foerster
36
-157
/
+157
[next]