]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/rel_notes/release_19_11.rst
crypto/qat: support RSA CRT in asym
[dpdk.git] / doc / guides / rel_notes / release_19_11.rst
index a00938b7c728dcb5f4f6dbdfe39c3988e5a8fe1f..f59a283074f697077c8f8c7ee0bc36996264b784 100644 (file)
@@ -125,6 +125,12 @@ New Features
   classic 2-pass mode when running on QAT GEN3, significantly improving
   the performance of AES GCM operations.
 
+* **Updated the Intel QuickAssist Technology (QAT) asymmetric crypto PMD.**
+
+  * Added support for asymmetric session-less operations.
+  * Added support for RSA algorithm with pair (n, d) private key representation.
+  * Added support for RSA algorithm with quintuple private key representation.
+
 * **Updated the Intel QuickAssist Technology (QAT) compression PMD.**
 
   Added stateful decompression support in the Intel QuickAssist Technology PMD.
@@ -138,7 +144,9 @@ New Features
 
 * **Updated the IPSec library.**
 
-  Added SA Database API to ``librte_ipsec``.
+  Added SA Database API to ``librte_ipsec``. A new test-sad application is also
+  introduced to evaluate and perform custom functional and performance tests
+  for IPsec SAD implementation.
 
 * **Introduced FIFO for NTB PMD.**