mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
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)
This commit is contained in:
parent
6f72b210b2
commit
edeaa96ae6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user