VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto
AgeCommit message (Expand)AuthorFilesLines
2020-12-11Windows Driver: Fix build error using Windows 10 WDK caused by name conflict ...Mounir IDRASSI1-4/+4
2020-12-11Crypto: small speed optimization of Streebog and removal of unused macroMounir IDRASSI1-35/+17
2020-07-25Remove unused variable in Streebog implementationMounir IDRASSI1-97/+0
2020-07-15Enable FIPS mode in JitterEntropy random generator in order to let the functi...Mounir IDRASSI1-1/+1
2020-06-26Whirlpool: Remove unused "num" variable affectation in WHIRLPOOL_addMounir IDRASSI1-1/+0
2020-06-25Crypto: Fix random crash in Streebog in 32-bit, caused by use of aligned SSE2...Mounir IDRASSI1-8/+8
2020-06-19Windows: remove duplicated function to detect AES-NI support in CPUMounir IDRASSI2-22/+2
2019-12-09Fix wrong check on the define CRYPTOPP_BOOL_X64Mounir IDRASSI1-1/+1
2019-12-09Linux/MacOSX: use x64 optimized SHA256 implementation instead of limiting it ...Mounir IDRASSI1-1/+1
2019-12-09Add burn calls for temporary ss variable (#569)Hanno Böck1-0/+13
2019-12-09Linux: fix NOASM compilation (#563) (#568)alt3r 3go6-10/+10
2019-11-09Windows: include rdrand.h file only in Windows case since it is not yet inclu...Mounir IDRASSI1-0/+2
2019-11-07Windows: fix driver build error caused by missing headerMounir IDRASSI1-0/+5
2019-11-03Linux/MacOSX: Fix build error caused by RDRAND_getBytes/RDSEED_getBytes imple...Mounir IDRASSI1-1/+1
2019-11-02Windows: when building for EFI bootloader, don't make calls to RDRAND/RDSEED ...Mounir IDRASSI1-1/+2
2019-10-30Update Jitterentropy Library to version 2.2.0Mounir IDRASSI3-183/+331
2019-10-30Disable both RDRAND and RDSEED if a failure is detectedMounir IDRASSI1-0/+13
2019-10-30Add check for buggy RDRAND (AMD Ryzen CPU case) even if we always use RDSEED ...Mounir IDRASSI1-0/+13
2019-10-30Windows: use separate assembly files for RDRAND and RDSEED in order to fix a ...Mounir IDRASSI6-228/+291
2019-10-29Fix wrong detection of AMD CPUs.Mounir IDRASSI1-2/+2
2019-10-28Linux: Fix compilation error on non-x86 platform by providing generic impleme...Mounir IDRASSI1-0/+25
2019-10-28Linux: Fix compilation error if type __u64 is already defined by gccMounir IDRASSI1-5/+3
2019-10-24Linux/MacOSX: Better approach to avoid that jitterentropy code is optimized b...Mounir IDRASSI1-1/+5
2019-10-23Linux/MacOSX: Add missing JitterEntropy implementationMounir IDRASSI1-4/+13
2019-10-17Linux: Workaround for gcc 4.4.7 bug under CentOS 6 that causes VeraCrypt buil...Mounir IDRASSI1-0/+14
2019-10-04Fix "error "SSSE3 instruction set not enabled" when compiling using GCC versi...El Mostafa Idrassi1-0/+2
2019-10-02Align section types of Whirlpool_C and SHA256_K (#479)Hans-Peter Jansen1-1/+1
2019-08-26Windows: fix compilation error of legacy MBR bootloader caused by missing int...Mounir IDRASSI1-1/+1
2019-03-21Linux: Fix compilation error caused by wrong include of "intrin.h"Mounir IDRASSI1-3/+1
2019-03-02Windows: Generalize RAM encryption for keys to VeraCrypt binaries, especially...Mounir IDRASSI2-0/+24
2019-03-01Windows: Implement RAM encryption for keys on 64-bit machines using ChaCha12 ...Mounir IDRASSI7-0/+1852
2019-02-12Windows: Use Hardware RNG based on CPU timing jitter "Jitterentropy" by Steph...Mounir IDRASSI8-4/+1038
2019-02-08Windows: Add implementation of ChaCha20 based random generator. Use it for dr...Mounir IDRASSI12-4/+929
2019-02-01Windows: use CPU RDRAND or RDSEED as an additional entropy source for our ran...Mounir IDRASSI7-0/+519
2019-02-01Fix detection of CPU features AVX2 & BMI2. Add detection of RDRAND & RDSEED C...Mounir IDRASSI2-3/+41
2019-01-30Help compiler optimize some crypto code on 64-bit build since x64 capable CPU...Mounir IDRASSI1-0/+5
2018-08-06crypto: cleaner code for Streebog carry bit handling and add comment about mi...Mounir IDRASSI1-5/+24
2017-11-27SIMD speed optimization for Kuznyechik cipher implementation (up to 2x speedu...Mounir IDRASSI6-166/+9755
2017-07-19Windows MBR bootloader: reduce required stack size for cascade bootloader by ...Mounir IDRASSI1-0/+2
2017-07-19Windows MBR Bootloader: workaround for 16-bit compiler internal error when co...Mounir IDRASSI1-4/+4
2017-07-09Windows: generate pdb files for binaries in order to help investigate crashes...Mounir IDRASSI1-4/+2
2017-07-09Remove unnecessary code from Camellia assembly implementation that checks for...Mounir IDRASSI2-71/+10
2017-07-09Windows: preserve volatile registers XMM6-XMM15 in 64-bit assembly of Camellia.Mounir IDRASSI1-512/+51
2017-07-04Windows: correctly handle SEH exceptions during self-tests in order to disabl...Mounir IDRASSI2-30/+41
2017-07-04Don't check for SSSE3 to use 64-bit SHA-512 assembly code since it uses only ...Mounir IDRASSI1-0/+4
2017-07-04Windows Driver: correctly save and restore extended processor state when perf...Mounir IDRASSI2-9/+27
2017-07-04Windows: use stack instead of MMX register to save registers in 64-bit assemb...Mounir IDRASSI1-14/+19
2017-07-02Linux/MacOSX: align workspace stack variable in WhirlpoolTransform SSE code.Mounir IDRASSI1-1/+1
2017-07-02Avoid alignement issues with some old compilers by using movdqu instead of mo...Mounir IDRASSI1-8/+8
2017-07-01Fix crash on machines without SSSE3 support in CPU by correctly checking for ...Mounir IDRASSI1-1/+1