[openssl] master update
Matt Caswell
matt at openssl.org
Fri Jun 19 08:07:00 UTC 2020
The branch master has been updated
via edeaa96ae6aa9b5e0ba5fe98a7258086767a7887 (commit)
from 6f72b210b2ae15577f0f043a371dba041e16f2a8 (commit)
- Log -----------------------------------------------------------------
commit edeaa96ae6aa9b5e0ba5fe98a7258086767a7887
Author: Benny Baumann <BenBE at geshi.org>
Date: Tue Jun 16 23:43:24 2020 +0200
Add missing section on asymmetric ciphers
Reviewed-by: Paul Dale <paul.dale at oracle.com>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12170)
-----------------------------------------------------------------------
Summary of changes:
doc/man7/provider.pod | 8 ++++++++
1 file changed, 8 insertions(+)
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
More information about the openssl-commits
mailing list