diff options
author | Benny Baumann <BenBE@geshi.org> | 2020-06-16 23:43:24 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-06-19 10:06:14 +0200 |
commit | edeaa96ae6aa9b5e0ba5fe98a7258086767a7887 (patch) | |
tree | 17e7fe18944086f67e5e3cd5c855b56a10bc541c /doc/man7/provider.pod | |
parent | Remove whitespace from 'white space' (diff) | |
download | openssl-edeaa96ae6aa9b5e0ba5fe98a7258086767a7887.tar.xz openssl-edeaa96ae6aa9b5e0ba5fe98a7258086767a7887.zip |
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 '')
-rw-r--r-- | doc/man7/provider.pod | 8 |
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 |