From: Richard Levitte Date: Mon, 24 Mar 2025 05:25:01 +0000 (+0100) Subject: In doc/man7/provider-{en,de}coder.pod, clarify where properties are defined X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a006b0a0894b9aa399eee91bd28ca06b281eef7e;p=thirdparty%2Fopenssl.git In doc/man7/provider-{en,de}coder.pod, clarify where properties are defined Fixes #27126 Reviewed-by: Paul Yang Reviewed-by: Paul Dale Reviewed-by: Nicola Tuveri (Merged from https://github.com/openssl/openssl/pull/27132) --- diff --git a/doc/man7/provider-decoder.pod b/doc/man7/provider-decoder.pod index e968e661f7c..cd6ab546032 100644 --- a/doc/man7/provider-decoder.pod +++ b/doc/man7/provider-decoder.pod @@ -110,7 +110,9 @@ it decodes. For example, an implementation that decodes an RSA key should be named "RSA". Likewise, an implementation that decodes DER data from PEM input should be named "DER". -Properties can be used to further specify details about an implementation: +Properties, as defined in the L array element of each +decoder implementation, can be used to further specify details about an +implementation: =over 4 diff --git a/doc/man7/provider-encoder.pod b/doc/man7/provider-encoder.pod index f3e9ce5b163..1b64701d069 100644 --- a/doc/man7/provider-encoder.pod +++ b/doc/man7/provider-encoder.pod @@ -127,7 +127,9 @@ The name of an implementation should match the type of object it handles. For example, an implementation that encodes an RSA key should be named "RSA". Likewise, an implementation that further encodes DER should be named "DER". -Properties can be used to further specify details about an implementation: +Properties, as defined in the L array element of each +decoder implementation, can be used to further specify details about an +implementation: =over 4