Add missing section on asymmetric ciphers
authorBenny Baumann <BenBE@geshi.org>
Tue, 16 Jun 2020 21:43:24 +0000 (23:43 +0200)
committerMatt Caswell <matt@openssl.org>
Fri, 19 Jun 2020 08:06:14 +0000 (09:06 +0100)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12170)

doc/man7/provider.pod

index 581c33b9a4d0aa6d12e2e1f22bb0524f48915328..08edb4a1dd5ba8b0ef82aed37cf665c44d19c9e6 100644 (file)
@@ -146,6 +146,14 @@ The number for this operation is B<OSSL_OP_KEYEXCH>.
 The functions the provider can offer are described in
 L<provider-keyexch(7)>
 
+=item Asymmetric Ciphers
+
+In the OpenSSL libraries, the corresponding method object is
+B<EVP_ASYM_CIPHER>.
+The number for this operation is B<OSSL_OP_ASYM_CIPHER>.
+The functions the provider can offer are described in
+L<provider-asym_cipher(7)>
+
 =item Serialization
 
 In the OpenSSL libraries, the corresponding method object is