VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto
AgeCommit message (Expand)AuthorFilesLines
22 hoursWindows: remove 32-bit logic from the code since we support only 64-bit. remo...Mounir IDRASSI3-26/+5
29 hoursWindows: remove VS 2019 solution and project files since we migrated to VS 2022.Mounir IDRASSI2-482/+0
30 hoursWindows: Fix delayload link warning about comdlg32.dll not used. Remove unuse...Mounir IDRASSI1-587/+0
32 hoursWindows: move main project files and solution from VS 2010 to VS 2022. Delete...Mounir IDRASSI2-99/+159
33 hoursWindows: Upgrade VS 2019 solution/projects to VS 2022. Remove Win32 configura...Mounir IDRASSI1-132/+4
47 hoursWindows: Fix various compiler warningsMounir IDRASSI1-1/+1
4 daysLinux: Fix build error following latest code cleanupMounir IDRASSI1-2/+2
4 daysWindows: Remove support for 32-bit driver code. Set build target as Windows 1...Mounir IDRASSI2-61/+29
6 daysLinux: Fix build error caused by changes for dynamic CPU SHA support detectionMounir IDRASSI2-56/+61
6 daysLinux: Fix detection of SHA CPU support on virtualized environment by trying ...Mounir IDRASSI1-0/+66
6 daysAdd support for SHA-256 x86 instrinsic for enhance performance of PBKDF2-HMAC...Mounir IDRASSI9-0/+302
2024-09-08Windows: Add support for x86 and x64 build for driver and binaries using Visu...Mounir IDRASSI5-20/+26
2024-06-12Avoid conflict with C++17 features std::byte by using uint8 type instead of byteMounir IDRASSI18-91/+90
2024-04-10Fix: 7 typos (#1324)RoboSchmied2-4/+4
2023-11-13wolfCrypt as crypto backend for VeraCrypt (#1227)lealem475-1/+301
2023-08-06Linux/macOS: Add explicit include of <sys/types.h> to define ssize_tMounir IDRASSI1-0/+2
2023-08-04fix warnings and UB (#1164)kovalev02-2/+2
2023-07-18Windows: Fix compiler warningsMounir IDRASSI1-1/+0
2023-06-30Correctly detect ARM builds when listing CPU features in headersMounir IDRASSI1-4/+4
2023-06-13Crypto: Fix detection of SSSE3 intrinsics in compilerMounir IDRASSI1-1/+1
2023-05-26Windows: Add missing Blake2s source files to VS 2019 crypto projectMounir IDRASSI1-0/+3
2022-08-21Fixed a typo error (#929)Matteo Baccan1-1/+1
2022-03-26Windows: Add various checks to address Coverity reported issues.Mounir IDRASSI1-2/+2
2022-03-26Remove dead code from chacha_ECRYPT_encrypt_bytes (Coverity)Mounir IDRASSI1-15/+8
2022-03-21Add missing Blake2s source filesMounir IDRASSI10-0/+1474
2022-03-08Implement support of Blake2s-256 hash algorithm and remove deprecated algorit...Mounir IDRASSI12-1410/+47
2022-02-13Linux/FreeBSD: Enable building without AESNI support by setting environment v...Mounir IDRASSI2-0/+4
2021-08-30Windows: Fix some VS static analyzed warningsMounir IDRASSI1-1/+1
2021-08-16MacOSX: Make AESNI availability linked to compiler target and not compilation...Mounir IDRASSI1-0/+1
2021-07-13Windows: Fix compilation error on ARM64 caused by definition of UINT64_MAXMounir IDRASSI1-1/+1
2021-01-02Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). Syste...Mounir IDRASSI6-2/+659
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