Skip to content

Commit

Permalink
DOCS: Fix incorrect pass phrase options references
Browse files Browse the repository at this point in the history
There were a number of older style references to the pass phrase
options section, now streamlined with the current openssl(1).

Fixes #13883

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from #13886)
  • Loading branch information
levitte committed Jan 19, 2021
1 parent 76ed0c0 commit a83690c
Show file tree
Hide file tree
Showing 21 changed files with 30 additions and 34 deletions.
2 changes: 1 addition & 1 deletion doc/man1/ca.pod
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ self-signed certificate.
=item B<-passin arg>

The key password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-notext>

Expand Down
2 changes: 1 addition & 1 deletion doc/man1/cms.pod
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ or to modify default parameters for ECDH.
=item B<-passin arg>

The private key password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-rand file...>

Expand Down
2 changes: 1 addition & 1 deletion doc/man1/dgst.pod
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Names and values of these options are algorithm-specific.
=item B<-passin arg>

The private key password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-verify filename>

Expand Down
4 changes: 2 additions & 2 deletions doc/man1/dsa.pod
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ prompted for.
=item B<-passin arg>

The input file password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-out filename>

Expand All @@ -87,7 +87,7 @@ filename.
=item B<-passout arg>

The output file password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-aes128>, B<-aes192>, B<-aes256>, B<-aria128>, B<-aria192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>

Expand Down
4 changes: 2 additions & 2 deletions doc/man1/ec.pod
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ prompted for.
=item B<-passin arg>

The input file password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-out filename>

Expand All @@ -80,7 +80,7 @@ filename.
=item B<-passout arg>

The output file password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-des|-des3|-idea>

Expand Down
2 changes: 1 addition & 1 deletion doc/man1/enc.pod
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The output filename, standard output by default.
=item B<-pass arg>

The password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-e>

Expand Down
2 changes: 1 addition & 1 deletion doc/man1/genpkey.pod
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This specifies the output format DER or PEM. The default format is PEM.
=item B<-pass arg>

The output file password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-I<cipher>>

Expand Down
2 changes: 1 addition & 1 deletion doc/man1/genrsa.pod
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ standard output is used.
=item B<-passout arg>

The output file password source. For more information about the format
of B<arg> see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
of B<arg> see L<openssl(1)/Pass Phrase Options>.

=item B<-aes128>, B<-aes192>, B<-aes256>, B<-aria128>, B<-aria192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>

Expand Down
12 changes: 4 additions & 8 deletions doc/man1/pkcs12.pod
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,12 @@ default. They are all written in PEM format.
=item B<-passin arg>

The PKCS#12 file (i.e. input file) password source. For more information about
the format of B<arg> see the B<PASS PHRASE ARGUMENTS> section in
L<openssl(1)>.
the format of B<arg> see L<openssl(1)/Pass Phrase Options>.

=item B<-passout arg>

Pass phrase source to encrypt any outputted private keys with. For more
information about the format of B<arg> see the B<PASS PHRASE ARGUMENTS> section
in L<openssl(1)>.
information about the format of B<arg> see L<openssl(1)/Pass Phrase Options>.

=item B<-password arg>

Expand Down Expand Up @@ -206,14 +204,12 @@ displays them.
=item B<-pass arg>, B<-passout arg>

The PKCS#12 file (i.e. output file) password source. For more information about
the format of B<arg> see the B<PASS PHRASE ARGUMENTS> section in
L<openssl(1)>.
the format of B<arg> see L<openssl(1)/Pass Phrase Options>.

=item B<-passin password>

Pass phrase source to decrypt any input private keys with. For more information
about the format of B<arg> see the B<PASS PHRASE ARGUMENTS> section in
L<openssl(1)>.
about the format of B<arg> see L<openssl(1)/Pass Phrase Options>.

=item B<-chain>

Expand Down
4 changes: 2 additions & 2 deletions doc/man1/pkcs8.pod
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ prompted for.
=item B<-passin arg>

The input file password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-out filename>

Expand All @@ -87,7 +87,7 @@ filename.
=item B<-passout arg>

The output file password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-iter count>

Expand Down
4 changes: 2 additions & 2 deletions doc/man1/pkey.pod
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ prompted for.
=item B<-passin arg>

The input file password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-out filename>

Expand All @@ -69,7 +69,7 @@ filename.
=item B<-passout password>

The output file password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-traditional>

Expand Down
2 changes: 1 addition & 1 deletion doc/man1/pkeyutl.pod
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The key format PEM, DER or ENGINE. Default is PEM.
=item B<-passin arg>

The input key password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-peerkey file>

Expand Down
4 changes: 2 additions & 2 deletions doc/man1/req.pod
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Names and values of these options are algorithm-specific.
=item B<-passin arg>

The input file password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-out filename>

Expand All @@ -101,7 +101,7 @@ default.
=item B<-passout arg>

The output file password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-text>

Expand Down
4 changes: 2 additions & 2 deletions doc/man1/rsa.pod
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ prompted for.
=item B<-passin arg>

The input file password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-out filename>

Expand All @@ -87,7 +87,7 @@ filename.
=item B<-passout password>

The output file password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-aes128>, B<-aes192>, B<-aes256>, B<-aria128>, B<-aria192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>

Expand Down
2 changes: 1 addition & 1 deletion doc/man1/s_client.pod
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Extra certificate and private key format respectively.
=item B<-pass arg>

the private key password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-verify depth>

Expand Down
2 changes: 1 addition & 1 deletion doc/man1/s_server.pod
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ The private format to use: DER or PEM. PEM is the default.
=item B<-pass val>

The private key password source. For more information about the format of B<val>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-dcert infile>, B<-dkey infile>

Expand Down
2 changes: 1 addition & 1 deletion doc/man1/smime.pod
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ specified, the argument is given to the engine as a key identifier.
=item B<-passin arg>

The private key password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-rand file...>

Expand Down
2 changes: 1 addition & 1 deletion doc/man1/spkac.pod
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The default is PEM.
=item B<-passin password>

The input file password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-challenge string>

Expand Down
2 changes: 1 addition & 1 deletion doc/man1/storeutl.pod
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ this option prevents output of the PEM data.
=item B<-passin arg>

the key password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-text>

Expand Down
2 changes: 1 addition & 1 deletion doc/man1/ts.pod
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ The name of the file containing a DER encoded timestamp request. (Optional)
=item B<-passin> password_src

Specifies the password source for the private key of the TSA. See
B<PASS PHRASE ARGUMENTS> in L<openssl(1)>. (Optional)
L<openssl(1)/Pass Phrase Options>. (Optional)

=item B<-signer> tsa_cert.pem

Expand Down
2 changes: 1 addition & 1 deletion doc/man1/x509.pod
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Names and values of these options are algorithm-specific.
=item B<-passin arg>

The key password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
see L<openssl(1)/Pass Phrase Options>.

=item B<-clrext>

Expand Down

0 comments on commit a83690c

Please sign in to comment.