From edeaa96ae6aa9b5e0ba5fe98a7258086767a7887 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Tue, 16 Jun 2020 23:43:24 +0200 Subject: [PATCH] Add missing section on asymmetric ciphers Reviewed-by: Paul Dale Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/12170) --- 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. The functions the provider can offer are described in L +=item Asymmetric Ciphers + +In the OpenSSL libraries, the corresponding method object is +B. +The number for this operation is B. +The functions the provider can offer are described in +L + =item Serialization In the OpenSSL libraries, the corresponding method object is -- 2.25.1