]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/rel_notes/release_16_11.rst
crypto/libcrypto: add driver for OpenSSL library
[dpdk.git] / doc / guides / rel_notes / release_16_11.rst
index 858bfe83d824db0a5dfcbc23d7cd98d5a76c2971..1635fb2ab92f6365b2bdb4cab0ff2d218c348297 100644 (file)
@@ -70,6 +70,22 @@ New Features
 
   * MD5_HMAC algorithm
   * SHA224-HMAC algorithm
+  * SHA384-HMAC algorithm
+  * GMAC algorithm
+  * KASUMI (F8 and F9) algorithm
+  * 3DES algorithm
+  * NULL algorithm
+  * C3XXX device
+  * C62XX device
+
+* **Added libcrypto PMD.**
+
+  A new crypto PMD has been added, which provides several ciphering and hashing.
+  All cryptography operations are using Openssl library crypto API.
+
+* **Updated the IPsec example with following support:**
+
+  * configuration file
 
 
 Resolved Issues