2
0
mirror of https://github.com/openssl/openssl.git synced 2025-03-25 20:00:44 +08:00

DOCS: Mention that libcrypto has helper functions for OSSL_PARAMs

Fixes 

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15073)
This commit is contained in:
Richard Levitte 2021-04-28 18:08:00 +02:00 committed by Pauli
parent 79a2bccdb0
commit 355e1f041c

@ -71,6 +71,12 @@ is NULL. The usual full terminating template is:
This can also be specified using L<OSSL_PARAM_END(3)>.
=head2 Functional support
Libcrypto offers a limited set of helper functions to handle
B<OSSL_PARAM> items and arrays, please see L<OSSL_PARAM_get_int(3)>.
Developers are free to extend or replace those as they see fit.
=head2 B<OSSL_PARAM> fields
=over 4