doc: add crypto asymmetric feature list
authorAshish Gupta <ashish.gupta@caviumnetworks.com>
Mon, 23 Jul 2018 14:46:05 +0000 (20:16 +0530)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 25 Jul 2018 06:22:14 +0000 (08:22 +0200)
Signed-off-by: Sunila Sahu <sunila.sahu@caviumnetworks.com>
Signed-off-by: Shally Verma <shally.verma@caviumnetworks.com>
Signed-off-by: Ashish Gupta <ashish.gupta@caviumnetworks.com>
doc/guides/cryptodevs/features/openssl.ini
doc/guides/cryptodevs/openssl.rst

index 626ec1be2668b375dfe10c2c6c3d7ef94a32c675..b9c0bdccd3344ca6e631e1e9677dc2b7eb1e571c 100644 (file)
@@ -8,6 +8,7 @@ Symmetric crypto       = Y
 Sym operation chaining = Y
 OOP SGL In LB  Out     = Y
 OOP LB  In LB  Out     = Y
+Asymmetric crypto      = Y
 
 ;
 ; Supported crypto algorithms of the 'openssl' crypto driver.
@@ -50,3 +51,13 @@ AES GCM (256) = Y
 AES CCM (128) = Y
 AES CCM (192) = Y
 AES CCM (256) = Y
+
+;
+; Supported Asymmetric algorithms of the 'openssl' crypto driver.
+;
+[Asymmetric]
+RSA = Y
+DSA = Y
+Modular Exponentiation = Y
+Modular Inversion = Y
+Diffie-hellman = Y
index 427fc807c300f690d078de712e2432667fc739a0..bdc30f66fa4adb9292979239cef0aa14265aff4e 100644 (file)
@@ -80,6 +80,7 @@ crypto processing.
 
 Test name is cryptodev_openssl_autotest.
 For performance test cryptodev_openssl_perftest can be used.
+For asymmetric crypto operations testing, run cryptodev_openssl_asym_autotest.
 
 To verify real traffic l2fwd-crypto example can be used with this command: