Add missing section on asymmetric ciphers
[oweals/openssl.git] / doc / man7 / provider.pod
index 581c33b9a4d0aa6d12e2e1f22bb0524f48915328..08edb4a1dd5ba8b0ef82aed37cf665c44d19c9e6 100644 (file)
@@ -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