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)
This commit is contained in:
Hubert Kario 2024-07-26 16:25:42 +02:00 committed by Tomas Mraz
parent 391334dd8c
commit 1985ba60bb
2 changed files with 4 additions and 2 deletions

View File

@ -179,7 +179,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>

View File

@ -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>