mirror of https://github.com/openssl/openssl.git
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)
This commit is contained in:
parent
ee651fff14
commit
a006b0a089
|
@ -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…
Reference in New Issue