The branch master has been updated
       via  edeaa96ae6aa9b5e0ba5fe98a7258086767a7887 (commit)
      from  6f72b210b2ae15577f0f043a371dba041e16f2a8 (commit)


- Log -----------------------------------------------------------------
commit edeaa96ae6aa9b5e0ba5fe98a7258086767a7887
Author: Benny Baumann <be...@geshi.org>
Date:   Tue Jun 16 23:43:24 2020 +0200

    Add missing section on asymmetric ciphers
    
    Reviewed-by: Paul Dale <paul.d...@oracle.com>
    Reviewed-by: Matt Caswell <m...@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

Reply via email to