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