mirror of
https://github.com/openssl/openssl.git
synced 2025-04-18 20:40:45 +08:00
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:
parent
c7f3e55930
commit
cb58b675cf
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user