mirror of https://github.com/openssl/openssl.git
Link to the place where signature options are defined
ca man page: link to section
Signed-off-by: Hubert Kario <hkario@redhat.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25011)
(cherry picked from commit 1985ba60bb)
This commit is contained in:
parent
ca21a1deb1
commit
ed16083728
|
|
@ -177,7 +177,8 @@ See L<openssl-format-options(1)> for details.
|
|||
=item B<-sigopt> I<nm>:I<v>
|
||||
|
||||
Pass options to the signature algorithm during sign operations.
|
||||
Names and values of these options are algorithm-specific.
|
||||
Names and values of these options are algorithm-specific and
|
||||
documented in L<provider-signature(7)/Signature parameters>.
|
||||
|
||||
=item B<-vfyopt> I<nm>:I<v>
|
||||
|
||||
|
|
|
|||
|
|
@ -126,7 +126,8 @@ See L<openssl-format-options(1)> for details.
|
|||
=item B<-sigopt> I<nm>:I<v>
|
||||
|
||||
Pass options to the signature algorithm during sign or verify operations.
|
||||
Names and values of these options are algorithm-specific.
|
||||
Names and values of these options are algorithm-specific and documented
|
||||
in L<provider-signature(7)/Signature parameters>.
|
||||
|
||||
=item B<-passin> I<arg>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue