summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-06-16 23:43:24 +0200
committerMatt Caswell <matt@openssl.org>2020-06-19 09:06:14 +0100
commitedeaa96ae6aa9b5e0ba5fe98a7258086767a7887 (patch)
tree17e7fe18944086f67e5e3cd5c855b56a10bc541c /doc
parent6f72b210b2ae15577f0f043a371dba041e16f2a8 (diff)
Add missing section on asymmetric ciphers
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12170)
Diffstat (limited to 'doc')
-rw-r--r--doc/man7/provider.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man7/provider.pod b/doc/man7/provider.pod
index 581c33b9a4..08edb4a1dd 100644
--- a/doc/man7/provider.pod
+++ b/doc/man7/provider.pod
@@ -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