Mounir IDRASSI
|
3565cb1afe
|
Disable both RDRAND and RDSEED if a failure is detected
|
2019-10-30 09:09:45 +01:00 |
|
Mounir IDRASSI
|
5ecff99edc
|
Add check for buggy RDRAND (AMD Ryzen CPU case) even if we always use RDSEED instead of RDRAND when RDSEED is available (which is the case on modern CPUs)
|
2019-10-30 08:53:03 +01:00 |
|
Mounir IDRASSI
|
3b5d4771a0
|
Fix wrong detection of AMD CPUs.
|
2019-10-29 15:42:43 +01:00 |
|
Mounir IDRASSI
|
915855f43b
|
Fix detection of CPU features AVX2 & BMI2. Add detection of RDRAND & RDSEED CPU features. Detect Hygon CPU as AMD one.
|
2019-02-01 00:35:42 +01:00 |
|
Mounir IDRASSI
|
88cc8a00f4
|
Windows: correctly handle SEH exceptions during self-tests in order to disable CPU extended features in such case.
|
2017-07-04 12:28:17 +02:00 |
|
Mounir IDRASSI
|
f5e6136830
|
For code logic clarity, add check for xgetbv support in CPU before using it.
|
2017-07-01 01:56:32 +02:00 |
|
Mounir IDRASSI
|
eebb277374
|
Enable AVX assembly instructions only when the OS implements AVX support
|
2017-06-27 00:55:25 +02:00 |
|
Mounir IDRASSI
|
70097ecfe5
|
Crypto: Add optimized Camellia assembly implementation for x86_64 based on work by Jussi Kivilinna (https://github.com/jkivilin/supercop-blockciphers). This improve speed by a factor of 2.5 when AES-NI supported by CPU and by 30% if AES-NI not supported.
|
2017-06-21 01:39:55 +02:00 |
|
Mounir IDRASSI
|
15b6c7d3b7
|
Implement detection of new CPU features: AVX2 and BMI2
|
2016-10-17 18:40:33 +02:00 |
|
Mounir IDRASSI
|
2780ac962e
|
Linux: fix various compilation issues under Linux.
|
2016-08-17 00:08:18 +02:00 |
|
Mounir IDRASSI
|
ce76957a10
|
Windows: Fix various issues detected by static analysis.
|
2016-08-16 10:04:07 +02:00 |
|
Alex
|
246233c402
|
Windows EFI Bootloader: modifications to prepare EFI system encryption support (common files with DcsBoot)
|
2016-08-15 01:09:12 +02:00 |
|
Mounir IDRASSI
|
3fb2eedab8
|
Linux: Enable gcc AES-NI built-in functions and adapt Hyper-V AES detection code to gcc.
|
2016-08-08 00:11:22 +02:00 |
|
Mounir IDRASSI
|
fe31cf5b83
|
Crypto: Use Hyper-V AES-NI detection workaround when displaying AES hardware availability in GUI.
|
2016-07-29 22:40:44 +02:00 |
|
Mounir IDRASSI
|
0fca588275
|
Crypto: Workaround for AES-NI issue under Hyper-V on Windows Server 2008 R2 which masks AES-NI from applications although it is available.
|
2016-07-24 23:48:07 +02:00 |
|
Mounir IDRASSI
|
6ae982cccf
|
Update intrinsic support and cpu detection.
|
2016-06-17 15:50:46 +02:00 |
|
David Foerster
|
11716ed2da
|
Remove trailing whitespace
|
2016-05-10 22:18:34 +02:00 |
|
David Foerster
|
fc37cc4a02
|
Normalize all line terminators
|
2016-05-10 20:20:14 +02:00 |
|
David Foerster
|
0c51cfa5f6
|
Reset bogus executable permissions
|
2016-05-01 23:29:43 +02:00 |
|
Mounir IDRASSI
|
e175adcd46
|
Windows: correct static inline declaration to solve Windows compilation error
|
2016-02-22 00:34:30 +01:00 |
|
Mounir IDRASSI
|
87df2fd2fc
|
Crypto: update Whirlpool implementation using latest code from Crypto++.
|
2016-02-21 10:59:13 +01:00 |
|
Mounir IDRASSI
|
0c2c0a846d
|
Cryptography: Optimize Whirlpool implementation by using public domain assembly code developed by Wei Dai
|
2015-12-31 01:56:19 +01:00 |
|