Skip to content

Commit

Permalink
man EVP_PKEY_CTX_set_params: document params is a list
Browse files Browse the repository at this point in the history
Signed-off-by: Hubert Kario <hkario@redhat.com>
  • Loading branch information
tomato42 committed Mar 27, 2024
1 parent 1967539 commit 0bdd2d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/man3/EVP_PKEY_CTX_set_params.pod
Expand Up @@ -23,6 +23,8 @@ The EVP_PKEY_CTX_get_params() and EVP_PKEY_CTX_set_params() functions allow
transfer of arbitrary key parameters to and from providers.
Not all parameters may be supported by all providers.
See L<OSSL_PROVIDER(3)> for more information on providers.
The I<params> field is a pointer to a list of B<OSSL_PARAM> structures,
terminated with a L<OSSL_PARAM_END(3)> struct.
See L<OSSL_PARAM(3)> for more information on parameters.
These functions must only be called after the EVP_PKEY_CTX has been initialised
for use in an operation.
Expand Down

0 comments on commit 0bdd2d2

Please sign in to comment.