From a006b0a0894b9aa399eee91bd28ca06b281eef7e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 24 Mar 2025 06:25:01 +0100 Subject: [PATCH] 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) --- doc/man7/provider-decoder.pod | 4 +++- doc/man7/provider-encoder.pod | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.47.2