From 355e1f041cde9f1b5e362f834cf4538204f53586 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 28 Apr 2021 18:08:00 +0200 Subject: [PATCH] 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) --- doc/man3/OSSL_PARAM.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/man3/OSSL_PARAM.pod b/doc/man3/OSSL_PARAM.pod index 593bb21ef1..98d75c9fa2 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 -- 2.39.2