提交 3c682fad 编写于 作者: P Pauli 提交者: Dr. Matthias St. Pierre

Add documentation for the -sigopt option.

Reviewed-by: NPaul Yang <yang.yang@baishancloud.com>

(cherry picked from commit d7b2124a428f9e00ed7647554b5be7153aac71f6)
Reviewed-by: NTomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: NMatt Caswell <matt@openssl.org>
Reviewed-by: NMatthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/10094)
上级 44301079
...@@ -51,6 +51,7 @@ B<openssl> B<ca> ...@@ -51,6 +51,7 @@ B<openssl> B<ca>
[B<-engine id>] [B<-engine id>]
[B<-subj arg>] [B<-subj arg>]
[B<-utf8>] [B<-utf8>]
[B<-sigopt nm:v>]
[B<-create_serial>] [B<-create_serial>]
[B<-rand_serial>] [B<-rand_serial>]
[B<-multivalue-rdn>] [B<-multivalue-rdn>]
...@@ -134,6 +135,11 @@ The private key to sign requests with. ...@@ -134,6 +135,11 @@ The private key to sign requests with.
The format of the data in the private key file. The format of the data in the private key file.
The default is PEM. The default is PEM.
=item B<-sigopt nm:v>
Pass options to the signature algorithm during sign or verify operations.
Names and values of these options are algorithm-specific.
=item B<-key password> =item B<-key password>
The password used to encrypt the private key. Since on some The password used to encrypt the private key. Since on some
......
...@@ -22,6 +22,7 @@ B<openssl dgst> ...@@ -22,6 +22,7 @@ B<openssl dgst>
[B<-verify filename>] [B<-verify filename>]
[B<-prverify filename>] [B<-prverify filename>]
[B<-signature filename>] [B<-signature filename>]
[B<-sigopt nm:v>]
[B<-hmac key>] [B<-hmac key>]
[B<-fips-fingerprint>] [B<-fips-fingerprint>]
[B<-rand file...>] [B<-rand file...>]
......
...@@ -46,6 +46,7 @@ B<openssl> B<req> ...@@ -46,6 +46,7 @@ B<openssl> B<req>
[B<-reqopt>] [B<-reqopt>]
[B<-subject>] [B<-subject>]
[B<-subj arg>] [B<-subj arg>]
[B<-sigopt nm:v>]
[B<-batch>] [B<-batch>]
[B<-verbose>] [B<-verbose>]
[B<-engine id>] [B<-engine id>]
...@@ -82,6 +83,11 @@ This specifies the input filename to read a request from or standard input ...@@ -82,6 +83,11 @@ This specifies the input filename to read a request from or standard input
if this option is not specified. A request is only read if the creation if this option is not specified. A request is only read if the creation
options (B<-new> and B<-newkey>) are not specified. options (B<-new> and B<-newkey>) are not specified.
=item B<-sigopt nm:v>
Pass options to the signature algorithm during sign or verify operations.
Names and values of these options are algorithm-specific.
=item B<-passin arg> =item B<-passin arg>
The input file password source. For more information about the format of B<arg> The input file password source. For more information about the format of B<arg>
...@@ -689,7 +695,7 @@ L<x509v3_config(5)> ...@@ -689,7 +695,7 @@ L<x509v3_config(5)>
=head1 COPYRIGHT =head1 COPYRIGHT
Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved. Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy this file except in compliance with the License. You can obtain a copy
......
...@@ -61,6 +61,7 @@ B<openssl> B<x509> ...@@ -61,6 +61,7 @@ B<openssl> B<x509>
[B<-clrext>] [B<-clrext>]
[B<-extfile filename>] [B<-extfile filename>]
[B<-extensions section>] [B<-extensions section>]
[B<-sigopt nm:v>]
[B<-rand file...>] [B<-rand file...>]
[B<-writerand file>] [B<-writerand file>]
[B<-engine id>] [B<-engine id>]
...@@ -366,6 +367,11 @@ If the input is a certificate request then a self signed certificate ...@@ -366,6 +367,11 @@ If the input is a certificate request then a self signed certificate
is created using the supplied private key using the subject name in is created using the supplied private key using the subject name in
the request. the request.
=item B<-sigopt nm:v>
Pass options to the signature algorithm during sign or verify operations.
Names and values of these options are algorithm-specific.
=item B<-passin arg> =item B<-passin arg>
The key password source. For more information about the format of B<arg> The key password source. For more information about the format of B<arg>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册