From: Richard Levitte Date: Wed, 28 Apr 2021 16:08:00 +0000 (+0200) Subject: DOCS: Mention that libcrypto has helper functions for OSSL_PARAMs X-Git-Tag: openssl-3.0.0-alpha16~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=355e1f041cde9f1b5e362f834cf4538204f53586;p=thirdparty%2Fopenssl.git DOCS: Mention that libcrypto has helper functions for OSSL_PARAMs Fixes #11165 Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15073) --- diff --git a/doc/man3/OSSL_PARAM.pod b/doc/man3/OSSL_PARAM.pod index 593bb21ef1e..98d75c9fa28 100644 --- a/doc/man3/OSSL_PARAM.pod +++ b/doc/man3/OSSL_PARAM.pod @@ -71,6 +71,12 @@ is NULL. The usual full terminating template is: This can also be specified using L. +=head2 Functional support + +Libcrypto offers a limited set of helper functions to handle +B items and arrays, please see L. +Developers are free to extend or replace those as they see fit. + =head2 B fields =over 4