cipher cleanups.
[openssl.git] / doc / man7 / provider-cipher.pod
index 87ab3d844de0254352e13ce2341ad2bec217edb5..2e2e73b68b0be0a2e0a4ba9fef8f7a46d65c07d3 100644 (file)
@@ -314,6 +314,10 @@ OP_cipher_final(), OP_cipher_cipher(), OP_cipher_get_params(),
 OP_cipher_get_ctx_params() and OP_cipher_set_ctx_params() should return 1 for
 success or 0 on error.
 
+OP_cipher_gettable_params(), OP_cipher_gettable_ctx_params() and
+OP_cipher_settable_ctx_params() should return a constant B<OSSL_PARAM>
+array, or NULL if none is offered.
+
 =head1 SEE ALSO
 
 L<provider(7)>