summaryrefslogtreecommitdiff
path: root/doc/man7/provider-kem.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-kem.pod
parentf187d4f9f8d69a9d6d9e35e41284bff28649ea13 (diff)
downloadopenssl-new-f59612fed8def965c61cdb002fa20f61943f50a0.tar.gz
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-kem.pod')
-rw-r--r--doc/man7/provider-kem.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man7/provider-kem.pod b/doc/man7/provider-kem.pod
index 7ed98ba05c..3ed9ff11fc 100644
--- a/doc/man7/provider-kem.pod
+++ b/doc/man7/provider-kem.pod
@@ -171,9 +171,12 @@ functions.
OSSL_FUNC_kem_get_ctx_params() gets asymmetric kem parameters associated
with the given provider side asymmetric kem context I<ctx> and stores them in
I<params>.
+Passing NULL for I<params> should return true.
+
OSSL_FUNC_kem_set_ctx_params() sets the asymmetric kem parameters associated
with the given provider side asymmetric kem 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.
No parameters are currently recognised by built-in asymmetric kem algorithms.