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 | -2/+2 |
2023-11-13 | wolfCrypt as crypto backend for VeraCrypt (#1227) | lealem47 | 1 | -4/+18 |
2022-03-26 | Windows: Add various checks to address Coverity reported issues. | Mounir IDRASSI | 1 | -15/+39 |
2022-03-08 | Implement support of Blake2s-256 hash algorithm and remove deprecated algorit... | Mounir IDRASSI | 1 | -113/+73 |
2021-07-13 | Windows: replace insecure wcscpy/wcscat/strcpy runtime functions with secure ... | Mounir IDRASSI | 1 | -2/+2 |
2019-03-02 | Windows: Generalize RAM encryption for keys to VeraCrypt binaries, especially... | Mounir IDRASSI | 1 | -0/+5 |
2019-01-21 | Windows driver: remove volumes master keys from CRYPTO_INFO since they are no... | Mounir IDRASSI | 1 | -9/+8 |
2018-03-27 | Crypto: Add support for 5 new cascades of cipher algorithms (Camellia-Kuznyec... | Mounir IDRASSI | 1 | -2/+162 |
2017-07-04 | Windows: correctly handle SEH exceptions during self-tests in order to disabl... | Mounir IDRASSI | 1 | -7/+34 |
2017-07-04 | Windows Driver: correctly save and restore extended processor state when perf... | Mounir IDRASSI | 1 | -4/+4 |
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-10-17 | Add test vectors for Kuznyechik and GOST89 (the later is deprecated) | Mounir IDRASSI | 1 | -2/+176 |
2016-08-17 | Windows: Fix compilation error caused by latest MacOSX change.VeraCrypt_1.18aVeraCrypt_1.18 | Mounir IDRASSI | 1 | -2/+2 |
2016-08-15 | Windows: Add support for Streebog (hash) and kuznyechik (encryption) | Mounir IDRASSI | 1 | -4/+159 |
2016-08-15 | Windows: Add Magma cipher (GOST-89) | Mounir IDRASSI | 1 | -3/+10 |
2016-06-02 | Crypto: Add support for Japanese encryption standard Camellia, including for ... | Mounir IDRASSI | 1 | -1/+86 |
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -74/+74 |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -1155/+1155 |
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 |
2015-11-26 | Windows: Full UNICODE rewrite and implement support for UNICODE passwords. | Mounir IDRASSI | 1 | -18/+18 |
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 an... | Mounir IDRASSI | 1 | -7/+9 |
2015-02-22 | Speed and memory usage optimization for key derivation based on patches by Ni... | Mounir IDRASSI | 1 | -8/+12 |
2015-01-03 | Windows: change cascade encryption naming format to reflex mathematical compo... | Mounir IDRASSI | 1 | -2/+2 |
2014-12-01 | Add test vectors for HMAC-SHA256 and PBKDF2-HMAC-SHA256 | Mounir IDRASSI | 1 | -0/+71 |
2014-11-08 | Simplify code handling iterations count: in boot mode, we'll set the correct ... | Mounir IDRASSI | 1 | -2/+2 |
2014-11-08 | Remove deprecated/legacy cryptographic algorithms and encryption modes that a... | Mounir IDRASSI | 1 | -645/+1 |
2014-11-08 | Enhance security by rising the iterations used in PBKDF2 : 327670 instead of ... | Mounir IDRASSI | 1 | -2/+2 |
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 1 | -0/+1722 |