In doc/man7/provider-{en,de}coder.pod, clarify where properties are defined

Fixes #27126

Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27132)

(cherry picked from commit a006b0a0894b9aa399eee91bd28ca06b281eef7e)
This commit is contained in:
Richard Levitte 2025-03-24 06:25:01 +01:00
parent c7f3e55930
commit cb58b675cf
2 changed files with 6 additions and 2 deletions

View File

@ -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<OSSL_ALGORITHM(3)> array element of each
decoder implementation, can be used to further specify details about an
implementation:
=over 4

View File

@ -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<OSSL_ALGORITHM(3)> array element of each
decoder implementation, can be used to further specify details about an
implementation:
=over 4