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-Tag: openssl-3.3.4~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb58b675cf2a6e1a192fc197df03cfd89eb00ddd;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) (cherry picked from commit a006b0a0894b9aa399eee91bd28ca06b281eef7e) --- 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