doc: note that get_params and set_params calls should return true if the param array...
[openssl.git] / doc / man7 / provider-asym_cipher.pod
index 91c1c0f830ee49f58bf6695246488b9316bbb400..108fbceceb6f0aae20176d922212ed4ba97c067b 100644 (file)
@@ -173,9 +173,12 @@ functions.
 OSSL_FUNC_asym_cipher_get_ctx_params() gets asymmetric cipher parameters associated
 with the given provider side asymmetric cipher context I<ctx> and stores them in
 I<params>.
+Passing NULL for I<params> should return true.
+
 OSSL_FUNC_asym_cipher_set_ctx_params() sets the asymmetric cipher parameters associated
 with the given provider side asymmetric cipher context I<ctx> to I<params>.
 Any parameter settings are additional to any that were previously set.
+Passing NULL for I<params> should return true.
 
 Parameters currently recognised by built-in asymmetric cipher algorithms are as
 follows.