You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactoring of crypto_mb library; crypto_mb extended with ECDSA/ECDHE for NIST p256r1/p384r1 curves; RSA 2048 decryption (CRT) optimizations for IceLake CPU
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,18 @@
2
2
3
3
This is a list of notable changes to Intel(R) IPP Cryptography, in reverse chronological order.
4
4
5
+
## YYYY-MM-DD
6
+
7
+
## 2020-10-21
8
+
- RSA-2048 decryption (CRT) was enabled for Intel(R) Microarchitecture Code Named Ice Lake
9
+
- Crypto Multi-buffer library was extended with ECDSA (Sign) and ECDHE for the NIST curves p256r1 and p384r1
10
+
5
11
## 2020-09-01
6
12
- Refactoring of Crypto Multi-buffer library, added build and installation of crypto_mb dynamic library and CPU features detection.
7
13
8
14
## 2020-08-19
9
-
- Added multi-buffer implementation of AES-CFB optimized with Intel(R) AES-NI and vector extensions of Intel(R) AES-NI instruction sets.
10
-
- Fixed compatibility issue with x64 ABI (restored non-volatile registers after function call in AVX/AVX2 assembly code).
15
+
- Added multi-buffer implementation of AES-CFB optimized with Intel(R) AES New Instructions (Intel(R) AES-NI) and vector extensions of Intel(R) AES New Instructions (Intel(R) AES-NI) instruction sets.
16
+
- Fixed compatibility issue with x64 ABI (restored non-volatile registers after function call in Intel® Advanced Vector Extensions (Intel® AVX)/Intel® Advanced Vector Extensions 2 (Intel® AVX2) assembly code).
11
17
- Updated Intel IPP Custom Library Tool.
12
18
13
19
## 2020-06-09
@@ -23,7 +29,7 @@ This is a list of notable changes to Intel(R) IPP Cryptography, in reverse chron
23
29
24
30
## 2020-04-19
25
31
- AES-XTS optimization for Intel(R) Microarchitecture Code Named Ice Lake with vector extensions of Intel(R) AES New Instructions (Intel(R) AES-NI) was improved.
26
-
- Fixed a build issue that affect build of the Intel(R) IPP Crypto library with MSVC\* compiler on Windows\* OS.
32
+
- Fixed a build issue that affect build of the Intel(R) IPP Cryptography library with MSVC\* compiler on Windows\* OS.
27
33
- Duplicated APIs of HASH, HMAC, MGF, RSA, ECCP functionality were marked as deprecated. For more information see [Deprecation notes](./DEPRECATION_NOTES.md)
28
34
- Added examples demonstrating usage of SMS4-CBC encryption and decryption.
0 commit comments