From 5a06c06cbf0004d4ec3f83a83832bf8dffee1693 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Fri, 27 Oct 2023 09:17:18 +0200 Subject: [PATCH] provider-signature.pod: for some use cases, OSSL_FUNC_signature_set{,table}_ctx_params are not optional --- doc/man7/provider-signature.pod | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/man7/provider-signature.pod b/doc/man7/provider-signature.pod index 3e900677d319f..93e8cec17482d 100644 --- a/doc/man7/provider-signature.pod +++ b/doc/man7/provider-signature.pod @@ -167,6 +167,7 @@ set of "signature" functions, i.e. at least one of: =back +For most use cases, OSSL_FUNC_signature_set_ctx_params and OSSL_FUNC_signature_settable_ctx_params are optional, but if one of them is present then the other one must also be present. The same applies to OSSL_FUNC_signature_get_ctx_params and OSSL_FUNC_signature_gettable_ctx_params, as