summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-01-18 10:51:11 +0100
committerRichard Levitte <levitte@openssl.org>2021-01-19 12:35:44 +0100
commita83690c0b61e342f35a9583868b74e7ff6023101 (patch)
treedd29d5b31a195449b3339d45fe9c8149d8ce93b0
parent76ed0c0ad119569f6e6f6c96b27b76d3b110413b (diff)
downloadopenssl-new-a83690c0b61e342f35a9583868b74e7ff6023101.tar.gz
DOCS: Fix incorrect pass phrase options references
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 https://github.com/openssl/openssl/pull/13886)
-rw-r--r--doc/man1/ca.pod2
-rw-r--r--doc/man1/cms.pod2
-rw-r--r--doc/man1/dgst.pod2
-rw-r--r--doc/man1/dsa.pod4
-rw-r--r--doc/man1/ec.pod4
-rw-r--r--doc/man1/enc.pod2
-rw-r--r--doc/man1/genpkey.pod2
-rw-r--r--doc/man1/genrsa.pod2
-rw-r--r--doc/man1/pkcs12.pod12
-rw-r--r--doc/man1/pkcs8.pod4
-rw-r--r--doc/man1/pkey.pod4
-rw-r--r--doc/man1/pkeyutl.pod2
-rw-r--r--doc/man1/req.pod4
-rw-r--r--doc/man1/rsa.pod4
-rw-r--r--doc/man1/s_client.pod2
-rw-r--r--doc/man1/s_server.pod2
-rw-r--r--doc/man1/smime.pod2
-rw-r--r--doc/man1/spkac.pod2
-rw-r--r--doc/man1/storeutl.pod2
-rw-r--r--doc/man1/ts.pod2
-rw-r--r--doc/man1/x509.pod2
21 files changed, 30 insertions, 34 deletions
diff --git a/doc/man1/ca.pod b/doc/man1/ca.pod
index 159d9d8125..39726b7ae6 100644
--- a/doc/man1/ca.pod
+++ b/doc/man1/ca.pod
@@ -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>
diff --git a/doc/man1/cms.pod b/doc/man1/cms.pod
index 72cd9b5d4e..e9c35cb2d1 100644
--- a/doc/man1/cms.pod
+++ b/doc/man1/cms.pod
@@ -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...>
diff --git a/doc/man1/dgst.pod b/doc/man1/dgst.pod
index 4c6034cdd6..155c971081 100644
--- a/doc/man1/dgst.pod
+++ b/doc/man1/dgst.pod
@@ -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>
diff --git a/doc/man1/dsa.pod b/doc/man1/dsa.pod
index fb6cbf122a..39c2dbd122 100644
--- a/doc/man1/dsa.pod
+++ b/doc/man1/dsa.pod
@@ -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>
@@ -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>
diff --git a/doc/man1/ec.pod b/doc/man1/ec.pod
index 4d368e20ae..776fbc7359 100644
--- a/doc/man1/ec.pod
+++ b/doc/man1/ec.pod
@@ -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>
@@ -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>
diff --git a/doc/man1/enc.pod b/doc/man1/enc.pod
index 7bba89ee07..621ad4b1b2 100644
--- a/doc/man1/enc.pod
+++ b/doc/man1/enc.pod
@@ -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>
diff --git a/doc/man1/genpkey.pod b/doc/man1/genpkey.pod
index 1ba54d4866..3a2b46f2b9 100644
--- a/doc/man1/genpkey.pod
+++ b/doc/man1/genpkey.pod
@@ -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>>
diff --git a/doc/man1/genrsa.pod b/doc/man1/genrsa.pod
index a9c994ffb1..023081ce8b 100644
--- a/doc/man1/genrsa.pod
+++ b/doc/man1/genrsa.pod
@@ -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>
diff --git a/doc/man1/pkcs12.pod b/doc/man1/pkcs12.pod
index fdaf6e49cd..c1a3cee050 100644
--- a/doc/man1/pkcs12.pod
+++ b/doc/man1/pkcs12.pod
@@ -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>
@@ -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>
diff --git a/doc/man1/pkcs8.pod b/doc/man1/pkcs8.pod
index 9efc8bc11e..ff7dfe4c09 100644
--- a/doc/man1/pkcs8.pod
+++ b/doc/man1/pkcs8.pod
@@ -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>
@@ -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>
diff --git a/doc/man1/pkey.pod b/doc/man1/pkey.pod
index 9569fe0e41..762811be0a 100644
--- a/doc/man1/pkey.pod
+++ b/doc/man1/pkey.pod
@@ -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>
@@ -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>
diff --git a/doc/man1/pkeyutl.pod b/doc/man1/pkeyutl.pod
index ae24fdc100..6a26838fc6 100644
--- a/doc/man1/pkeyutl.pod
+++ b/doc/man1/pkeyutl.pod
@@ -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>
diff --git a/doc/man1/req.pod b/doc/man1/req.pod
index 730c59079d..dc2db3db3c 100644
--- a/doc/man1/req.pod
+++ b/doc/man1/req.pod
@@ -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>
@@ -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>
diff --git a/doc/man1/rsa.pod b/doc/man1/rsa.pod
index 37f64616c0..089e0080b4 100644
--- a/doc/man1/rsa.pod
+++ b/doc/man1/rsa.pod
@@ -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>
@@ -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>
diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod
index 132778b4d9..0224541d74 100644
--- a/doc/man1/s_client.pod
+++ b/doc/man1/s_client.pod
@@ -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>
diff --git a/doc/man1/s_server.pod b/doc/man1/s_server.pod
index c78a677abc..968d0eac03 100644
--- a/doc/man1/s_server.pod
+++ b/doc/man1/s_server.pod
@@ -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>
diff --git a/doc/man1/smime.pod b/doc/man1/smime.pod
index 7f224fdc5e..dead874286 100644
--- a/doc/man1/smime.pod
+++ b/doc/man1/smime.pod
@@ -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...>
diff --git a/doc/man1/spkac.pod b/doc/man1/spkac.pod
index 655f135807..2cc2089ff3 100644
--- a/doc/man1/spkac.pod
+++ b/doc/man1/spkac.pod
@@ -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>
diff --git a/doc/man1/storeutl.pod b/doc/man1/storeutl.pod
index a8d82bfb61..bbd14928b5 100644
--- a/doc/man1/storeutl.pod
+++ b/doc/man1/storeutl.pod
@@ -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>
diff --git a/doc/man1/ts.pod b/doc/man1/ts.pod
index ee700a8f6e..b7038adfc1 100644
--- a/doc/man1/ts.pod
+++ b/doc/man1/ts.pod
@@ -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
diff --git a/doc/man1/x509.pod b/doc/man1/x509.pod
index 98d285e414..12b1243739 100644
--- a/doc/man1/x509.pod
+++ b/doc/man1/x509.pod
@@ -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>