summaryrefslogtreecommitdiffstats
path: root/doc/man7/provider-encoder.pod
diff options
context:
space:
mode:
authorPauli <ppzgs1@gmail.com>2021-03-03 11:32:39 +1000
committerPauli <ppzgs1@gmail.com>2021-03-12 08:27:21 +1000
commitf59612fed8def965c61cdb002fa20f61943f50a0 (patch)
tree6f840b627e3be1d714fb9f729f40fb9895d98db7 /doc/man7/provider-encoder.pod
parentf187d4f9f8d69a9d6d9e35e41284bff28649ea13 (diff)
doc: note that get_params and set_params calls should return true if the param array is null
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14383)
Diffstat (limited to 'doc/man7/provider-encoder.pod')
-rw-r--r--doc/man7/provider-encoder.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man7/provider-encoder.pod b/doc/man7/provider-encoder.pod
index 2fcbd6499a..5e34b7a394 100644
--- a/doc/man7/provider-encoder.pod
+++ b/doc/man7/provider-encoder.pod
@@ -197,6 +197,7 @@ OSSL_FUNC_encoder_newctx().
OSSL_FUNC_encoder_set_ctx_params() sets context data according to parameters
from I<params> that it recognises. Unrecognised parameters should be
ignored.
+Passing NULL for I<params> should return true.
OSSL_FUNC_encoder_settable_ctx_params() returns a constant B<OSSL_PARAM>
array describing the parameters that OSSL_FUNC_encoder_set_ctx_params()