]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Deprecate unprefixed manual entries for openssl commands
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Wed, 21 Aug 2019 23:04:41 +0000 (01:04 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Thu, 22 Aug 2019 16:58:40 +0000 (18:58 +0200)
Initially, the manual page entry for the 'openssl cmd' command used
to be available at 'cmd(1)'. Later, the aliases 'openssl-cmd(1)' was
introduced, which made it easier to group the openssl commands using
the 'apropos(1)' command or the shell's tab completion.

In order to reduce cluttering of the global manual page namespace,
the manual page entries without the 'openssl-' prefix have been
deprecated in OpenSSL 3.0 and will be removed in OpenSSL 4.0.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9666)

54 files changed:
doc/man1/CA.pl.pod
doc/man1/openssl-asn1parse.pod [moved from doc/man1/asn1parse.pod with 98% similarity]
doc/man1/openssl-ca.pod [moved from doc/man1/ca.pod with 99% similarity]
doc/man1/openssl-ciphers.pod [moved from doc/man1/ciphers.pod with 99% similarity]
doc/man1/openssl-cmds.pod [new file with mode: 0644]
doc/man1/openssl-cms.pod [moved from doc/man1/cms.pod with 99% similarity]
doc/man1/openssl-crl.pod [moved from doc/man1/crl.pod with 94% similarity]
doc/man1/openssl-crl2pkcs7.pod [moved from doc/man1/crl2pkcs7.pod with 93% similarity]
doc/man1/openssl-dgst.pod [moved from doc/man1/dgst.pod with 99% similarity]
doc/man1/openssl-dhparam.pod [moved from doc/man1/dhparam.pod with 97% similarity]
doc/man1/openssl-dsa.pod [moved from doc/man1/dsa.pod with 96% similarity]
doc/man1/openssl-dsaparam.pod [moved from doc/man1/dsaparam.pod with 93% similarity]
doc/man1/openssl-ec.pod [moved from doc/man1/ec.pod with 97% similarity]
doc/man1/openssl-ecparam.pod [moved from doc/man1/ecparam.pod with 96% similarity]
doc/man1/openssl-enc.pod [moved from doc/man1/enc.pod with 99% similarity]
doc/man1/openssl-engine.pod [moved from doc/man1/engine.pod with 95% similarity]
doc/man1/openssl-errstr.pod [moved from doc/man1/errstr.pod with 88% similarity]
doc/man1/openssl-gendsa.pod [moved from doc/man1/gendsa.pod with 91% similarity]
doc/man1/openssl-genpkey.pod [moved from doc/man1/genpkey.pod with 98% similarity]
doc/man1/openssl-genrsa.pod [moved from doc/man1/genrsa.pod with 96% similarity]
doc/man1/openssl-info.pod [moved from doc/man1/info.pod with 96% similarity]
doc/man1/openssl-kdf.pod [moved from doc/man1/kdf.pod with 98% similarity]
doc/man1/openssl-list.pod [moved from doc/man1/list.pod with 96% similarity]
doc/man1/openssl-mac.pod [moved from doc/man1/mac.pod with 96% similarity]
doc/man1/openssl-nseq.pod [moved from doc/man1/nseq.pod with 93% similarity]
doc/man1/openssl-ocsp.pod [moved from doc/man1/ocsp.pod with 99% similarity]
doc/man1/openssl-passwd.pod [moved from doc/man1/passwd.pod with 96% similarity]
doc/man1/openssl-pkcs12.pod [moved from doc/man1/pkcs12.pod with 98% similarity]
doc/man1/openssl-pkcs7.pod [moved from doc/man1/pkcs7.pod with 94% similarity]
doc/man1/openssl-pkcs8.pod [moved from doc/man1/pkcs8.pod with 97% similarity]
doc/man1/openssl-pkey.pod [moved from doc/man1/pkey.pod with 93% similarity]
doc/man1/openssl-pkeyparam.pod [moved from doc/man1/pkeyparam.pod with 86% similarity]
doc/man1/openssl-pkeyutl.pod [moved from doc/man1/pkeyutl.pod with 97% similarity]
doc/man1/openssl-prime.pod [moved from doc/man1/prime.pod with 91% similarity]
doc/man1/openssl-rand.pod [moved from doc/man1/rand.pod with 92% similarity]
doc/man1/openssl-rehash.pod [moved from doc/man1/rehash.pod with 95% similarity]
doc/man1/openssl-req.pod [moved from doc/man1/req.pod with 99% similarity]
doc/man1/openssl-rsa.pod [moved from doc/man1/rsa.pod with 96% similarity]
doc/man1/openssl-rsautl.pod [moved from doc/man1/rsautl.pod with 97% similarity]
doc/man1/openssl-s_client.pod [moved from doc/man1/s_client.pod with 98% similarity]
doc/man1/openssl-s_server.pod [moved from doc/man1/s_server.pod with 99% similarity]
doc/man1/openssl-s_time.pod [moved from doc/man1/s_time.pod with 97% similarity]
doc/man1/openssl-sess_id.pod [moved from doc/man1/sess_id.pod with 95% similarity]
doc/man1/openssl-smime.pod [moved from doc/man1/smime.pod with 99% similarity]
doc/man1/openssl-speed.pod [moved from doc/man1/speed.pod with 96% similarity]
doc/man1/openssl-spkac.pod [moved from doc/man1/spkac.pod with 96% similarity]
doc/man1/openssl-srp.pod [moved from doc/man1/srp.pod with 93% similarity]
doc/man1/openssl-storeutl.pod [moved from doc/man1/storeutl.pod with 96% similarity]
doc/man1/openssl-ts.pod [moved from doc/man1/ts.pod with 98% similarity]
doc/man1/openssl-tsget.pod [moved from doc/man1/tsget.pod with 98% similarity]
doc/man1/openssl-verify.pod [moved from doc/man1/verify.pod with 99% similarity]
doc/man1/openssl-version.pod [moved from doc/man1/version.pod with 89% similarity]
doc/man1/openssl-x509.pod [moved from doc/man1/x509.pod with 99% similarity]
doc/man1/openssl.pod

index 8c8b3785d03c983df70a57534ca47877d0dc2ceb..b055622bffadef322c56a3c328d9788b29456aec 100644 (file)
@@ -199,7 +199,11 @@ behaviour of the certificate commands call the B<openssl> command directly.
 
 =head1 SEE ALSO
 
-L<x509(1)>, L<ca(1)>, L<req(1)>, L<pkcs12(1)>,
+L<openssl(1)>,
+L<openssl-x509(1)>,
+L<openssl-ca(1)>,
+L<openssl-req(1)>,
+L<openssl-pkcs12(1)>,
 L<config(5)>
 
 =head1 COPYRIGHT
similarity index 98%
rename from doc/man1/asn1parse.pod
rename to doc/man1/openssl-asn1parse.pod
index ec6e6334074188a9df277aaa82ff092544e763cf..ccb2f034b19d3aecac27b939a3894087fc8d131e 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-asn1parse,
-asn1parse - ASN.1 parsing tool
+openssl-asn1parse - ASN.1 parsing tool
 
 =head1 SYNOPSIS
 
@@ -201,11 +200,12 @@ ASN.1 types is not well handled (if at all).
 
 =head1 SEE ALSO
 
+L<openssl(1)>,
 L<ASN1_generate_nconf(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 99%
rename from doc/man1/ca.pod
rename to doc/man1/openssl-ca.pod
index 8438d1dccb7ce274646b7a5594a48b16fe8f7498..9826fbfc9daf16ea33501d2814d4a6d12aaf73b3 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-ca,
-ca - sample minimal CA application
+openssl-ca - sample minimal CA application
 
 =head1 SYNOPSIS
 
@@ -770,8 +769,13 @@ are in year 2050 or later.
 
 =head1 SEE ALSO
 
-L<req(1)>, L<spkac(1)>, L<x509(1)>, L<CA.pl(1)>,
-L<config(5)>, L<x509v3_config(5)>
+L<openssl(1)>,
+L<openssl-req(1)>,
+L<openssl-spkac(1)>,
+L<openssl-x509(1)>,
+L<CA.pl(1)>,
+L<config(5)>,
+L<x509v3_config(5)>
 
 =head1 COPYRIGHT
 
similarity index 99%
rename from doc/man1/ciphers.pod
rename to doc/man1/openssl-ciphers.pod
index e29c5d7ced9369d93f2b695a1dde37b23524248e..eabf312262588b8f566d3fb4d7607f9a1c8f8368 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-ciphers,
-ciphers - SSL cipher display and cipher list tool
+openssl-ciphers - SSL cipher display and cipher list tool
 
 =head1 SYNOPSIS
 
@@ -753,7 +752,10 @@ Set security level to 2 and display all ciphers consistent with level 2:
 
 =head1 SEE ALSO
 
-L<s_client(1)>, L<s_server(1)>, L<ssl(7)>
+L<openssl(1)>,
+L<openssl-s_client(1)>,
+L<openssl-s_server(1)>,
+L<ssl(7)>
 
 =head1 HISTORY
 
@@ -766,7 +768,7 @@ The B<-convert> option was added in OpenSSL 1.1.1.
 
 =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 Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
diff --git a/doc/man1/openssl-cmds.pod b/doc/man1/openssl-cmds.pod
new file mode 100644 (file)
index 0000000..cab89f1
--- /dev/null
@@ -0,0 +1,153 @@
+=pod
+
+=head1 NAME
+
+asn1parse,
+ca,
+ciphers,
+cms,
+crl,
+crl2pkcs7,
+dgst,
+dhparam,
+dsa,
+dsaparam,
+ec,
+ecparam,
+enc,
+engine,
+errstr,
+gendsa,
+genpkey,
+genrsa,
+info,
+kdf,
+mac,
+nseq,
+ocsp,
+passwd,
+pkcs12,
+pkcs7,
+pkcs8,
+pkey,
+pkeyparam,
+pkeyutl,
+prime,
+rand,
+rehash,
+req,
+rsa,
+rsautl,
+s_client,
+s_server,
+s_time,
+sess_id,
+smime,
+speed,
+spkac,
+srp,
+storeutl,
+ts,
+verify,
+version,
+x509
+- OpenSSL application commands
+
+=head1 SYNOPSIS
+
+=for comment generic
+
+B<openssl> B<cmd> [B<-help>] [B<...>]
+
+=head1 DESCRIPTION
+
+Every B<cmd> listed above is a (sub-)command of the L<openssl(1)> application.
+It has its own detailed manual page at B<openssl-cmd(1)>. For example, to view
+the manual page for the B<openssl dgst> command, type B<man openssl-dgst>.
+
+=head1 OPTIONS
+
+Among others, every subcommand has a help option.
+
+=over 4
+
+=item B<-help>
+
+Print out a usage message for the subcommand.
+
+=back
+
+=head1 SEE ALSO
+
+L<openssl(1)>,
+L<openssl-asn1parse(1)>,
+L<openssl-ca(1)>,
+L<openssl-ciphers(1)>,
+L<openssl-cms(1)>,
+L<openssl-crl(1)>,
+L<openssl-crl2pkcs7(1)>,
+L<openssl-dgst(1)>,
+L<openssl-dhparam(1)>,
+L<openssl-dsa(1)>,
+L<openssl-dsaparam(1)>,
+L<openssl-ec(1)>,
+L<openssl-ecparam(1)>,
+L<openssl-enc(1)>,
+L<openssl-engine(1)>,
+L<openssl-errstr(1)>,
+L<openssl-gendsa(1)>,
+L<openssl-genpkey(1)>,
+L<openssl-genrsa(1)>,
+L<openssl-info(1)>,
+L<openssl-kdf(1)>,
+L<openssl-mac(1)>,
+L<openssl-nseq(1)>,
+L<openssl-ocsp(1)>,
+L<openssl-passwd(1)>,
+L<openssl-pkcs12(1)>,
+L<openssl-pkcs7(1)>,
+L<openssl-pkcs8(1)>,
+L<openssl-pkey(1)>,
+L<openssl-pkeyparam(1)>,
+L<openssl-pkeyutl(1)>,
+L<openssl-prime(1)>,
+L<openssl-rand(1)>,
+L<openssl-rehash(1)>,
+L<openssl-req(1)>,
+L<openssl-rsa(1)>,
+L<openssl-rsautl(1)>,
+L<openssl-s_client(1)>,
+L<openssl-s_server(1)>,
+L<openssl-s_time(1)>,
+L<openssl-sess_id(1)>,
+L<openssl-smime(1)>,
+L<openssl-speed(1)>,
+L<openssl-spkac(1)>,
+L<openssl-srp(1)>,
+L<openssl-storeutl(1)>,
+L<openssl-ts(1)>,
+L<openssl-verify(1)>,
+L<openssl-version(1)>,
+L<openssl-x509(1)>,
+
+=head1 HISTORY
+
+Initially, the manual page entry for the B<openssl cmd> command used
+to be available at B<cmd(1)>. Later, the alias B<openssl-cmd(1)> was
+introduced, which made it easier to group the openssl commands using
+the L<apropos(1)> command or the shell's tab completion.
+
+In order to reduce cluttering of the global manual page namespace,
+the manual page entries without the 'openssl-' prefix have been
+deprecated in OpenSSL 3.0 and will be removed in OpenSSL 4.0.
+
+=head1 COPYRIGHT
+
+Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
+
+Licensed under the Apache License 2.0 (the "License").  You may not use
+this file except in compliance with the License.  You can obtain a copy
+in the file LICENSE in the source distribution or at
+L<https://www.openssl.org/source/license.html>.
+
+=cut
similarity index 99%
rename from doc/man1/cms.pod
rename to doc/man1/openssl-cms.pod
index b2031c6a7a7a2d2883e4d8069768a12a83f5aca3..b0e3a29d09852d016eb792a59ab712c4725ef1e5 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-cms,
-cms - CMS utility
+openssl-cms - CMS utility
 
 =head1 SYNOPSIS
 
@@ -776,7 +775,7 @@ The -no_alt_chains option was added in OpenSSL 1.0.2b.
 
 =head1 COPYRIGHT
 
-Copyright 2008-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2008-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 94%
rename from doc/man1/crl.pod
rename to doc/man1/openssl-crl.pod
index a76f2ae095be9e08829da8f76e15632625ad4728..35fe5ed1fc2f615c2d073e594384ec75a74cf103 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-crl,
-crl - CRL utility
+openssl-crl - CRL utility
 
 =head1 SYNOPSIS
 
@@ -129,11 +128,14 @@ and files too.
 
 =head1 SEE ALSO
 
-L<crl2pkcs7(1)>, L<ca(1)>, L<x509(1)>
+L<openssl(1)>,
+L<openssl-crl2pkcs7(1)>,
+L<openssl-ca(1)>,
+L<openssl-x509(1)>
 
 =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 Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 93%
rename from doc/man1/crl2pkcs7.pod
rename to doc/man1/openssl-crl2pkcs7.pod
index df58b8a2c7bdfda8608481d3a0a8c2bdc21dacd7..bb172529beb4d6efe133bee65bb197fc90d2fabc 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-crl2pkcs7,
-crl2pkcs7 - Create a PKCS#7 structure from a CRL and certificates
+openssl-crl2pkcs7 - Create a PKCS#7 structure from a CRL and certificates
 
 =head1 SYNOPSIS
 
@@ -92,11 +91,12 @@ install user certificates and CAs in MSIE using the Xenroll control.
 
 =head1 SEE ALSO
 
-L<pkcs7(1)>
+L<openssl(1)>,
+L<openssl-pkcs7(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 99%
rename from doc/man1/dgst.pod
rename to doc/man1/openssl-dgst.pod
index 0116a792c3cc7432e24d24bcc1d53c60c307dbd2..ed1a088e6ec3c7ad21d9cc32af83bb777259c70d 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-dgst,
-dgst - perform digest operations
+openssl-dgst - perform digest operations
 
 =head1 SYNOPSIS
 
similarity index 97%
rename from doc/man1/dhparam.pod
rename to doc/man1/openssl-dhparam.pod
index c51bbaa63e77e7b08a6ba88d6722a63ab6086c98..6643e20e2ab041da04a7920a8b8cc90cba0be9f9 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-dhparam,
-dhparam - DH parameter manipulation and generation
+openssl-dhparam - DH parameter manipulation and generation
 
 =head1 SYNOPSIS
 
@@ -154,7 +153,8 @@ There should be a way to generate and manipulate DH keys.
 
 =head1 SEE ALSO
 
-L<dsaparam(1)>
+L<openssl(1)>,
+L<openssl-dsaparam(1)>
 
 =head1 COPYRIGHT
 
similarity index 96%
rename from doc/man1/dsa.pod
rename to doc/man1/openssl-dsa.pod
index 3358131d01f35d087d2fc2c352a5f96b3f3002c6..8039b395c3527c150a3d5dc134bfb8a08736352c 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-dsa,
-dsa - DSA key processing
+openssl-dsa - DSA key processing
 
 =head1 SYNOPSIS
 
@@ -167,12 +166,15 @@ To just output the public part of a private key:
 
 =head1 SEE ALSO
 
-L<dsaparam(1)>, L<gendsa(1)>, L<rsa(1)>,
-L<genrsa(1)>
+L<openssl(1)>,
+L<openssl-dsaparam(1)>,
+L<openssl-gendsa(1)>,
+L<openssl-rsa(1)>,
+L<openssl-genrsa(1)>
 
 =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 Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 93%
rename from doc/man1/dsaparam.pod
rename to doc/man1/openssl-dsaparam.pod
index 795c52d5c55f13ccd1d1ace85011c39fc36a3616..e6a63cf96ed13457e80348c3df35b0a64facc903 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-dsaparam,
-dsaparam - DSA parameter manipulation and generation
+openssl-dsaparam - DSA parameter manipulation and generation
 
 =head1 SYNOPSIS
 
@@ -121,12 +120,15 @@ DSA parameters is often used to generate several distinct keys.
 
 =head1 SEE ALSO
 
-L<gendsa(1)>, L<dsa(1)>, L<genrsa(1)>,
-L<rsa(1)>
+L<openssl(1)>,
+L<openssl-gendsa(1)>,
+L<openssl-dsa(1)>,
+L<openssl-genrsa(1)>,
+L<openssl-rsa(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 97%
rename from doc/man1/ec.pod
rename to doc/man1/openssl-ec.pod
index 0a1e7af7e19e668145784d8921ada24437e9f0dd..6d86c1a10af73774bcafb2c6f7faa123bf136afe 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-ec,
-ec - EC key processing
+openssl-ec - EC key processing
 
 =head1 SYNOPSIS
 
@@ -189,11 +188,14 @@ To change the point conversion form to B<compressed>:
 
 =head1 SEE ALSO
 
-L<ecparam(1)>, L<dsa(1)>, L<rsa(1)>
+L<openssl(1)>,
+L<openssl-ecparam(1)>,
+L<openssl-dsa(1)>,
+L<openssl-rsa(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2003-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2003-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 96%
rename from doc/man1/ecparam.pod
rename to doc/man1/openssl-ecparam.pod
index fac930ea417d6ffe51b22c93869d57328e4e602b..9d8539bd2233d63b8ba9f69ac8d312f157e89ee9 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-ecparam,
-ecparam - EC parameter manipulation and generation
+openssl-ecparam - EC parameter manipulation and generation
 
 =head1 SYNOPSIS
 
@@ -184,11 +183,13 @@ To print out the EC parameters to standard output:
 
 =head1 SEE ALSO
 
-L<ec(1)>, L<dsaparam(1)>
+L<openssl(1)>,
+L<openssl-ec(1)>,
+L<openssl-dsaparam(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2003-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2003-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 99%
rename from doc/man1/enc.pod
rename to doc/man1/openssl-enc.pod
index 7a6ce5a2756b86b3dbeff2d2fcf1c139373af3fb..2ea69e77b0d48c97eb8575e046d90b015063c580 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-enc,
-enc - symmetric cipher routines
+openssl-enc - symmetric cipher routines
 
 =head1 SYNOPSIS
 
@@ -421,7 +420,7 @@ The default digest was changed from MD5 to SHA256 in OpenSSL 1.1.0.
 
 =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 Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 95%
rename from doc/man1/engine.pod
rename to doc/man1/openssl-engine.pod
index e0f881ae9c65e304f088632f1f071b8092a7e798..976d69c2b66bfe8e7e61c6026fa0c237d6600af4 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-engine,
-engine - load and query engines
+openssl-engine - load and query engines
 
 =head1 SYNOPSIS
 
@@ -105,11 +104,12 @@ The path to the engines directory.
 
 =head1 SEE ALSO
 
+L<openssl(1)>,
 L<config(5)>
 
 =head1 COPYRIGHT
 
-Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 88%
rename from doc/man1/errstr.pod
rename to doc/man1/openssl-errstr.pod
index 9ba20914a91de814d058f0e81794a377e6ccc7e1..c910f84f096becdaed924378e067b26f284e03a0 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-errstr,
-errstr - lookup error codes
+openssl-errstr - lookup error codes
 
 =head1 SYNOPSIS
 
@@ -36,7 +35,7 @@ to produce the error message:
 
 =head1 COPYRIGHT
 
-Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2004-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 91%
rename from doc/man1/gendsa.pod
rename to doc/man1/openssl-gendsa.pod
index 180ce57f936d07b4ee3a6cd36e5f567763761554..36da9983cdf133eb56bdad77b815e04e67f9841e 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-gendsa,
-gendsa - generate a DSA private key from a set of parameters
+openssl-gendsa - generate a DSA private key from a set of parameters
 
 =head1 SYNOPSIS
 
@@ -91,12 +90,15 @@ much quicker that RSA key generation for example.
 
 =head1 SEE ALSO
 
-L<dsaparam(1)>, L<dsa(1)>, L<genrsa(1)>,
-L<rsa(1)>
+L<openssl(1)>,
+L<openssl-dsaparam(1)>,
+L<openssl-dsa(1)>,
+L<openssl-genrsa(1)>,
+L<openssl-rsa(1)>
 
 =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 Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 98%
rename from doc/man1/genpkey.pod
rename to doc/man1/openssl-genpkey.pod
index e418c13f8d29029796557dca14b84de91620a211..c9364109b3071c045a691c02f0403b7914f78163 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-genpkey,
-genpkey - generate a private key
+openssl-genpkey - generate a private key
 
 =head1 SYNOPSIS
 
@@ -325,7 +324,7 @@ The ability to generate X448, ED25519 and ED448 keys was added in OpenSSL 1.1.1.
 
 =head1 COPYRIGHT
 
-Copyright 2006-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2006-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 96%
rename from doc/man1/genrsa.pod
rename to doc/man1/openssl-genrsa.pod
index f8cbb17e8c0ac4d91eb27de43c61b0428a4d3304..c551792a4f81dc47d74131f4c1ad387cc95f77b0 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-genrsa,
-genrsa - generate an RSA private key
+openssl-genrsa - generate an RSA private key
 
 =head1 SYNOPSIS
 
@@ -119,11 +118,12 @@ of a key.
 
 =head1 SEE ALSO
 
-L<gendsa(1)>
+L<openssl(1)>,
+L<openssl-gendsa(1)>
 
 =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 Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 96%
rename from doc/man1/info.pod
rename to doc/man1/openssl-info.pod
index 6eddf0fa674344eb5e7f7551f23b61a7c5ea1f61..42b1a9ea5b723c508125ab3781bba5f846f11758 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-info,
-info - print OpenSSL built-in information
+openssl-info - print OpenSSL built-in information
 
 =head1 SYNOPSIS
 
similarity index 98%
rename from doc/man1/kdf.pod
rename to doc/man1/openssl-kdf.pod
index 7282d73c5c7cb0f4e55164c886a8ab0918796b74..e85157104e6b8e7991bf27c193cbda1bf19f0191 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-kdf,
-kdf - perform Key Derivation Function operations
+openssl-kdf - perform Key Derivation Function operations
 
 =head1 SYNOPSIS
 
@@ -143,6 +142,8 @@ used when building OpenSSL.
 
 =head1 SEE ALSO
 
+L<openssl(1)>,
+L<openssl-pkeyutl(1)>
 L<EVP_KDF_CTX(3)>,
 L<EVP_KDF_SCRYPT(7)>
 L<EVP_KDF_TLS1_PRF(7)>
@@ -150,7 +151,6 @@ L<EVP_KDF_PBKDF2(7)>
 L<EVP_KDF_HKDF(7)>
 L<EVP_KDF_SS(7)>
 L<EVP_KDF_SSHKDF(7)>
-L<pkeyutl(1)>
 
 =head1 HISTORY
 
similarity index 96%
rename from doc/man1/list.pod
rename to doc/man1/openssl-list.pod
index 1817b59760d7d6a3232d2f66af690d20be98effd..a098f266057e9f1617c169bd149df71cfe09e05d 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-list,
-list - list algorithms and features
+openssl-list - list algorithms and features
 
 =head1 SYNOPSIS
 
@@ -115,7 +114,7 @@ format described in L<config(5)/ASN1 Object Configuration Module>.
 
 =head1 COPYRIGHT
 
-Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 96%
rename from doc/man1/mac.pod
rename to doc/man1/openssl-mac.pod
index 3143df8d153225f5a495355d67f207ca9da7827f..abfbb560ec01b760d97a2393eae57c78f555bb40 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-mac,
-mac - perform Message Authentication Code operations
+openssl-mac - perform Message Authentication Code operations
 
 =head1 SYNOPSIS
 
@@ -143,6 +142,7 @@ The B<list -mac-algorithms> command can be used to list them.
 
 =head1 SEE ALSO
 
+L<openssl(1)>,
 L<EVP_MAC(3)>,
 L<EVP_MAC_CMAC(7)>,
 L<EVP_MAC_GMAC(7)>,
@@ -153,7 +153,7 @@ L<EVP_MAC_POLY1305(7)>
 
 =head1 COPYRIGHT
 
-Copyright 2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2018-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 93%
rename from doc/man1/nseq.pod
rename to doc/man1/openssl-nseq.pod
index 5760baf7964fd27dcbc10f5dca3d614af8333811..37ceae1b22d0b3f57a0b59a17966a594b7f3bf2d 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-nseq,
-nseq - create or examine a Netscape certificate sequence
+openssl-nseq - create or examine a Netscape certificate sequence
 
 =head1 SYNOPSIS
 
@@ -75,7 +74,7 @@ output files and allowing multiple certificate files to be used.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 99%
rename from doc/man1/ocsp.pod
rename to doc/man1/openssl-ocsp.pod
index 4c0aaac17b57b66e9ac507f4ff0515172f1698a9..df6b9af1f4c9846d618a7ee660947be9c15e06f2 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-ocsp,
-ocsp - Online Certificate Status Protocol utility
+openssl-ocsp - Online Certificate Status Protocol utility
 
 =head1 SYNOPSIS
 
@@ -497,7 +496,7 @@ The -no_alt_chains option was added in OpenSSL 1.1.0.
 
 =head1 COPYRIGHT
 
-Copyright 2001-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2001-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 96%
rename from doc/man1/passwd.pod
rename to doc/man1/openssl-passwd.pod
index 440dc0363ace940fa75212b5420c5ded2b9d963b..d2dc63dcd61633866a3d129f18f58fde86d11e6f 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-passwd,
-passwd - compute password hashes
+openssl-passwd - compute password hashes
 
 =head1 SYNOPSIS
 
@@ -122,7 +121,7 @@ This can be used with a subsequent B<-rand> flag.
 
 =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 Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 98%
rename from doc/man1/pkcs12.pod
rename to doc/man1/openssl-pkcs12.pod
index f18f3b9c3a0eed88d216b8e91f2c87d25d442589..b7233920b6c067d9813d91ab9c03d9fe5a61e56c 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-pkcs12,
-pkcs12 - PKCS#12 file utility
+openssl-pkcs12 - PKCS#12 file utility
 
 =head1 SYNOPSIS
 
@@ -379,11 +378,12 @@ Include some extra certificates:
 
 =head1 SEE ALSO
 
-L<pkcs8(1)>
+L<openssl(1)>,
+L<openssl-pkcs8(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 94%
rename from doc/man1/pkcs7.pod
rename to doc/man1/openssl-pkcs7.pod
index 3c6d971c53cc6081b348b1526a7026c86dbd0078..ef0655af42fd51f7736ad8130b8a1c2d941993fd 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-pkcs7,
-pkcs7 - PKCS#7 utility
+openssl-pkcs7 - PKCS#7 utility
 
 =head1 SYNOPSIS
 
@@ -106,11 +105,12 @@ cannot currently parse, for example, the new CMS as described in RFC2630.
 
 =head1 SEE ALSO
 
-L<crl2pkcs7(1)>
+L<openssl(1)>,
+L<openssl-crl2pkcs7(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 97%
rename from doc/man1/pkcs8.pod
rename to doc/man1/openssl-pkcs8.pod
index 8099c9075a2e4859cab1ccdef5ae0372ab4cc353..a9ca581cdc7892938a9b75084cce3b1364f3f613 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-pkcs8,
-pkcs8 - PKCS#8 format private key conversion tool
+openssl-pkcs8 - PKCS#8 format private key conversion tool
 
 =head1 SYNOPSIS
 
@@ -300,8 +299,11 @@ in use and other details such as the iteration count.
 
 =head1 SEE ALSO
 
-L<dsa(1)>, L<rsa(1)>, L<genrsa(1)>,
-L<gendsa(1)>
+L<openssl(1)>,
+L<openssl-dsa(1)>,
+L<openssl-rsa(1)>,
+L<openssl-genrsa(1)>,
+L<openssl-gendsa(1)>
 
 =head1 HISTORY
 
@@ -309,7 +311,7 @@ The B<-iter> option was added in OpenSSL 1.1.0.
 
 =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 Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 93%
rename from doc/man1/pkey.pod
rename to doc/man1/openssl-pkey.pod
index ba71ae4c001cd2686ef2f033e7c6c541316906ba..c6d1ae7143b0660179180955e7bd3be019c7673e 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-pkey,
-pkey - public or private key processing tool
+openssl-pkey - public or private key processing tool
 
 =head1 SYNOPSIS
 
@@ -153,12 +152,17 @@ To just output the public part of a private key:
 
 =head1 SEE ALSO
 
-L<genpkey(1)>, L<rsa(1)>, L<pkcs8(1)>,
-L<dsa(1)>, L<genrsa(1)>, L<gendsa(1)>
+L<openssl(1)>,
+L<openssl-genpkey(1)>,
+L<openssl-rsa(1)>,
+L<openssl-pkcs8(1)>,
+L<openssl-dsa(1)>,
+L<openssl-genrsa(1)>,
+L<openssl-gendsa(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2006-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 86%
rename from doc/man1/pkeyparam.pod
rename to doc/man1/openssl-pkeyparam.pod
index 32dbe51e89d9e62da0487db38ea35d017bc7c08f..4ebb24118ad9d3135ea553aee17e054c799dea0d 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-pkeyparam,
-pkeyparam - public key algorithm parameter processing tool
+openssl-pkeyparam - public key algorithm parameter processing tool
 
 =head1 SYNOPSIS
 
@@ -73,12 +72,17 @@ PEM format is supported because the key type is determined by the PEM headers.
 
 =head1 SEE ALSO
 
-L<genpkey(1)>, L<rsa(1)>, L<pkcs8(1)>,
-L<dsa(1)>, L<genrsa(1)>, L<gendsa(1)>
+L<openssl(1)>,
+L<openssl-genpkey(1)>,
+L<openssl-rsa(1)>,
+L<openssl-pkcs8(1)>,
+L<openssl-dsa(1)>,
+L<openssl-genrsa(1)>,
+L<openssl-gendsa(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2006-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2006-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 97%
rename from doc/man1/pkeyutl.pod
rename to doc/man1/openssl-pkeyutl.pod
index 1829435f5b090369d41ffb8a73c4c7598900ccf2..7a7e2c023f35a05651b976beee08693b858d983a 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-pkeyutl,
-pkeyutl - public key algorithm utility
+openssl-pkeyutl - public key algorithm utility
 
 =head1 SYNOPSIS
 
@@ -400,14 +399,21 @@ Verify some data using an L<SM2(7)> certificate and a specific ID:
 
 =head1 SEE ALSO
 
-L<genpkey(1)>, L<pkey(1)>, L<rsautl(1)>
-L<dgst(1)>, L<rsa(1)>, L<genrsa(1)>,
-L<EVP_PKEY_CTX_set_hkdf_md(3)>, L<EVP_PKEY_CTX_set_tls1_prf_md(3)>,
-L<kdf(1)>
+L<openssl(1)>,
+L<openssl-genpkey(1)>,
+L<openssl-pkey(1)>,
+L<openssl-rsautl(1)>
+L<openssl-dgst(1)>,
+L<openssl-rsa(1)>,
+L<openssl-genrsa(1)>,
+L<openssl-kdf(1)>
+L<EVP_PKEY_CTX_set_hkdf_md(3)>,
+L<EVP_PKEY_CTX_set_tls1_prf_md(3)>,
+
 
 =head1 COPYRIGHT
 
-Copyright 2006-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2006-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 91%
rename from doc/man1/prime.pod
rename to doc/man1/openssl-prime.pod
index 019f50601050373d9859ba028a0b545b3ed615a5..068cf34405f71139d1b5e62532d4545a010a5827 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-prime,
-prime - compute prime numbers
+openssl-prime - compute prime numbers
 
 =head1 SYNOPSIS
 
@@ -58,7 +57,7 @@ is prime.  The default is 20.
 
 =head1 COPYRIGHT
 
-Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 92%
rename from doc/man1/rand.pod
rename to doc/man1/openssl-rand.pod
index d6260ee99cac6aa97aad8c04b5cfb1712baa21fc..7d431e0e4f73db0986959244be5b40ca01990906 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-rand,
-rand - generate pseudo-random bytes
+openssl-rand - generate pseudo-random bytes
 
 =head1 SYNOPSIS
 
@@ -62,11 +61,12 @@ Show the output as a hex string.
 
 =head1 SEE ALSO
 
+L<openssl(1)>,
 L<RAND_bytes(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 95%
rename from doc/man1/rehash.pod
rename to doc/man1/openssl-rehash.pod
index 187a7905643e6af59372d5f88eda877c564ef228..d68b32c9cc408f3f26382fb3f6b1a6386840ed87 100644 (file)
@@ -5,8 +5,7 @@ Original text by James Westby, contributed under the OpenSSL license.
 
 =head1 NAME
 
-openssl-c_rehash, openssl-rehash,
-c_rehash, rehash - Create symbolic links to files named by the hash values
+openssl-c_rehash - Create symbolic links to files named by the hash values
 
 =head1 SYNOPSIS
 
@@ -131,12 +130,12 @@ Ignored if directories are listed on the command line.
 =head1 SEE ALSO
 
 L<openssl(1)>,
-L<crl(1)>.
-L<x509(1)>.
+L<openssl-crl(1)>,
+L<openssl-x509(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2015-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 99%
rename from doc/man1/req.pod
rename to doc/man1/openssl-req.pod
index 1e73ee5dd49f46e84890cf02f6d0de3123909563..4300504f872dae5dd46c813f6e3453fb058df92b 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-req,
-req - PKCS#10 certificate request and certificate generating utility
+openssl-req - PKCS#10 certificate request and certificate generating utility
 
 =head1 SYNOPSIS
 
@@ -710,8 +709,12 @@ address in subjectAltName should be input by the user.
 
 =head1 SEE ALSO
 
-L<x509(1)>, L<ca(1)>, L<genrsa(1)>,
-L<gendsa(1)>, L<config(5)>,
+L<openssl(1)>,
+L<openssl-x509(1)>,
+L<openssl-ca(1)>,
+L<openssl-genrsa(1)>,
+L<openssl-gendsa(1)>,
+L<config(5)>,
 L<x509v3_config(5)>
 
 =head1 COPYRIGHT
similarity index 96%
rename from doc/man1/rsa.pod
rename to doc/man1/openssl-rsa.pod
index ae772d813138d03332db5ca03668dc4cf8bf4528..2b271fc6d052df32778230e7f9554ce22b4911e0 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-rsa,
-rsa - RSA key processing tool
+openssl-rsa - RSA key processing tool
 
 =head1 SYNOPSIS
 
@@ -190,12 +189,15 @@ without having to manually edit them.
 
 =head1 SEE ALSO
 
-L<pkcs8(1)>, L<dsa(1)>, L<genrsa(1)>,
-L<gendsa(1)>
+L<openssl(1)>,
+L<openssl-pkcs8(1)>,
+L<openssl-dsa(1)>,
+L<openssl-genrsa(1)>,
+L<openssl-gendsa(1)>
 
 =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 Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 97%
rename from doc/man1/rsautl.pod
rename to doc/man1/openssl-rsautl.pod
index ac20b5e220f84f88459b04886ff270c2c2776c8b..5ab282d097c08930402c8ff8a5a76ddb9a331687 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-rsautl,
-rsautl - RSA utility
+openssl-rsautl - RSA utility
 
 =head1 SYNOPSIS
 
@@ -206,11 +205,14 @@ which it can be seen agrees with the recovered value above.
 
 =head1 SEE ALSO
 
-L<dgst(1)>, L<rsa(1)>, L<genrsa(1)>
+L<openssl(1)>,
+L<openssl-dgst(1)>,
+L<openssl-rsa(1)>,
+L<openssl-genrsa(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 98%
rename from doc/man1/s_client.pod
rename to doc/man1/openssl-s_client.pod
index 64382f754aafde18baddb988a9507a6a0433d3b9..61d95244c3ffdebeca8293cd2e49d3c12e8476c7 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-s_client,
-s_client - SSL/TLS client program
+openssl-s_client - SSL/TLS client program
 
 =head1 SYNOPSIS
 
@@ -830,8 +829,13 @@ information whenever a session is renegotiated.
 
 =head1 SEE ALSO
 
-L<SSL_CONF_cmd(3)>, L<sess_id(1)>, L<s_server(1)>, L<ciphers(1)>,
-L<SSL_CTX_set_max_send_fragment(3)>, L<SSL_CTX_set_split_send_fragment(3)>,
+L<openssl(1)>,
+L<openssl-sess_id(1)>,
+L<openssl-s_server(1)>,
+L<openssl-ciphers(1)>,
+L<SSL_CONF_cmd(3)>,
+L<SSL_CTX_set_max_send_fragment(3)>,
+L<SSL_CTX_set_split_send_fragment(3)>,
 L<SSL_CTX_set_max_pipelines(3)>
 
 =head1 HISTORY
@@ -841,7 +845,7 @@ The B<-name> option was added in OpenSSL 1.1.1.
 
 =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 Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 99%
rename from doc/man1/s_server.pod
rename to doc/man1/openssl-s_server.pod
index 925964eab142379466becbef251009858a62db15..c3a0e7af597d07bf23964b16281e723a9083a884 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-s_server,
-s_server - SSL/TLS server program
+openssl-s_server - SSL/TLS server program
 
 =head1 SYNOPSIS
 
@@ -833,7 +832,11 @@ unknown cipher suites a client says it supports.
 
 =head1 SEE ALSO
 
-L<SSL_CONF_cmd(3)>, L<sess_id(1)>, L<s_client(1)>, L<ciphers(1)>
+L<openssl(1)>,
+L<openssl-sess_id(1)>,
+L<openssl-s_client(1)>,
+L<openssl-ciphers(1)>,
+L<SSL_CONF_cmd(3)>,
 L<SSL_CTX_set_max_send_fragment(3)>,
 L<SSL_CTX_set_split_send_fragment(3)>,
 L<SSL_CTX_set_max_pipelines(3)>
@@ -847,7 +850,7 @@ The
 
 =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 Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 97%
rename from doc/man1/s_time.pod
rename to doc/man1/openssl-s_time.pod
index ce6264265a3f817ef6f53fe00030bfbaa076673e..8a4f89fbc9b6ae4f9d44deabe5bb7f5fed7581dc 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-s_time,
-s_time - SSL/TLS performance timing program
+openssl-s_time - SSL/TLS performance timing program
 
 =head1 SYNOPSIS
 
@@ -198,11 +197,14 @@ fails.
 
 =head1 SEE ALSO
 
-L<s_client(1)>, L<s_server(1)>, L<ciphers(1)>
+L<openssl(1)>,
+L<openssl-s_client(1)>,
+L<openssl-s_server(1)>,
+L<openssl-ciphers(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2004-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2004-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 95%
rename from doc/man1/sess_id.pod
rename to doc/man1/openssl-sess_id.pod
index 1e76f73b3957e92e549bf6737a18c370d8100b5e..7b5a8f956af03941cc04c5c7f46f6640d7c0ac25 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-sess_id,
-sess_id - SSL/TLS session handling utility
+openssl-sess_id - SSL/TLS session handling utility
 
 =head1 SYNOPSIS
 
@@ -152,11 +151,13 @@ The cipher and start time should be printed out in human readable form.
 
 =head1 SEE ALSO
 
-L<ciphers(1)>, L<s_server(1)>
+L<openssl(1)>,
+L<openssl-ciphers(1)>,
+L<openssl-s_server(1)>
 
 =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 Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 99%
rename from doc/man1/smime.pod
rename to doc/man1/openssl-smime.pod
index be20161d49481e202f84675359648e7956dcc8ff..aaf440957c1988e7fe7bff713ccf81166e12d7c5 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-smime,
-smime - S/MIME utility
+openssl-smime - S/MIME utility
 
 =head1 SYNOPSIS
 
@@ -514,7 +513,7 @@ The -no_alt_chains option was added in OpenSSL 1.1.0.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 96%
rename from doc/man1/speed.pod
rename to doc/man1/openssl-speed.pod
index 1cb4494e760dfa95437a0258eae168ad6a15755b..796cced47ce4f7063cf92d0c1b8153538f5eec91 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-speed,
-speed - test library performance
+openssl-speed - test library performance
 
 =head1 SYNOPSIS
 
@@ -104,7 +103,7 @@ pre-compiled grand selection is tested.
 
 =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 Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 96%
rename from doc/man1/spkac.pod
rename to doc/man1/openssl-spkac.pod
index dc66d7fbd1b0ab36c5f4ede669648755c73b7e79..ea992c6109dcdc1085e680b2ae8e37df13847ddc 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-spkac,
-spkac - SPKAC printing and generating utility
+openssl-spkac - SPKAC printing and generating utility
 
 =head1 SYNOPSIS
 
@@ -141,11 +140,12 @@ to be used in a "replay attack".
 
 =head1 SEE ALSO
 
-L<ca(1)>
+L<openssl(1)>,
+L<openssl-ca(1)>
 
 =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 Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 93%
rename from doc/man1/srp.pod
rename to doc/man1/openssl-srp.pod
index 0fc4e079c72e4e73445d38a145cad6ce0abd95ff..8f1370899bf11c37e4c7a73dfcf0d23e622ed389 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-srp,
-srp - maintain SRP password file
+openssl-srp - maintain SRP password file
 
 =head1 SYNOPSIS
 
@@ -63,7 +62,7 @@ Generate verbose output while processing.
 
 =head1 COPYRIGHT
 
-Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 96%
rename from doc/man1/storeutl.pod
rename to doc/man1/openssl-storeutl.pod
index 210a8878d9c40def0cb710b6d58eb1057af41b15..61f30a8dbcad2a2d72b1f25fd4fce187d858dcd0 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-storeutl,
-storeutl - STORE utility
+openssl-storeutl - STORE utility
 
 =head1 SYNOPSIS
 
@@ -123,7 +122,7 @@ The B<openssl> B<storeutl> app was added in OpenSSL 1.1.1.
 
 =head1 COPYRIGHT
 
-Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 98%
rename from doc/man1/ts.pod
rename to doc/man1/openssl-ts.pod
index ade077a3c5941f7b13b67d5c61d83d78d4cf9c09..1544cc94e2cd9d970c5b79a4dd2bc570b071dea4 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-ts,
-ts - Time Stamping Authority tool (client/server)
+openssl-ts - Time Stamping Authority tool (client/server)
 
 =head1 SYNOPSIS
 
@@ -660,13 +659,17 @@ test/testtsa).
 
 =head1 SEE ALSO
 
-L<tsget(1)>, L<openssl(1)>, L<req(1)>,
-L<x509(1)>, L<ca(1)>, L<genrsa(1)>,
+L<openssl(1)>,
+L<openssl-tsget(1)>,
+L<openssl-req(1)>,
+L<openssl-x509(1)>,
+L<openssl-ca(1)>,
+L<openssl-genrsa(1)>,
 L<config(5)>
 
 =head1 COPYRIGHT
 
-Copyright 2006-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2006-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 98%
rename from doc/man1/tsget.pod
rename to doc/man1/openssl-tsget.pod
index a48ca405ca0d31074a02e67332cb60247b128798..15d0dd78549e9c8c3e3deab2e077d0d1351651d3 100644 (file)
@@ -2,7 +2,6 @@
 
 =head1 NAME
 
-openssl-tsget,
 tsget - Time Stamping HTTP/HTTPS client
 
 =head1 SYNOPSIS
@@ -187,12 +186,14 @@ example:
 
 =for comment foreign manuals: curl(1)
 
-L<openssl(1)>, L<ts(1)>, L<curl(1)>,
+L<openssl(1)>,
+L<openssl-ts(1)>,
+L<openssl-curl(1)>,
 B<RFC 3161>
 
 =head1 COPYRIGHT
 
-Copyright 2006-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2006-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 99%
rename from doc/man1/verify.pod
rename to doc/man1/openssl-verify.pod
index e0c6906e2410ffde454a2e1530e1c3d4ca096236..e511161368847209cbb48367bb5b62e7b490c7f1 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-verify,
-verify - Utility to verify certificates
+openssl-verify - Utility to verify certificates
 
 =head1 SYNOPSIS
 
@@ -770,7 +769,8 @@ B<X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY> error codes.
 
 =head1 SEE ALSO
 
-L<x509(1)>
+L<openssl(1)>,
+L<openssl-x509(1)>
 
 =head1 HISTORY
 
similarity index 89%
rename from doc/man1/version.pod
rename to doc/man1/openssl-version.pod
index 6d58f9de70eba4fcf3e5860e01beb936fbb70b0d..b2a235e0b7233b7ef6313245e9173f9c0f6ecbf3 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-version,
-version - print OpenSSL version information
+openssl-version - print OpenSSL version information
 
 =head1 SYNOPSIS
 
@@ -71,7 +70,7 @@ in a bug report.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
similarity index 99%
rename from doc/man1/x509.pod
rename to doc/man1/openssl-x509.pod
index ed03928d1746a25915f453575ed1a2413251c3d3..004055a63ede28bcb9690dbdaef04ba2542cb4fa 100644 (file)
@@ -2,8 +2,7 @@
 
 =head1 NAME
 
-openssl-x509,
-x509 - Certificate display and signing utility
+openssl-x509 - Certificate display and signing utility
 
 =head1 SYNOPSIS
 
@@ -940,8 +939,12 @@ dates rather than an offset from the current time.
 
 =head1 SEE ALSO
 
-L<req(1)>, L<ca(1)>, L<genrsa(1)>,
-L<gendsa(1)>, L<verify(1)>,
+L<openssl(1)>,
+L<openssl-req(1)>,
+L<openssl-ca(1)>,
+L<openssl-genrsa(1)>,
+L<openssl-gendsa(1)>,
+L<openssl-verify(1)>,
 L<x509v3_config(5)>
 
 =head1 HISTORY
index 41d04da2fdc1d950864dd7ecf5b9e1b24518663f..5c00e8e41f80a049c4ad47005fb6f28709916f49 100644 (file)
@@ -615,22 +615,59 @@ BIGNUM context.
 
 =head1 SEE ALSO
 
-L<asn1parse(1)>, L<ca(1)>, L<ciphers(1)>, L<cms(1)>, L<config(5)>,
-L<crl(1)>, L<crl2pkcs7(1)>, L<dgst(1)>,
-L<dhparam(1)>, L<dsa(1)>, L<dsaparam(1)>,
-L<ec(1)>, L<ecparam(1)>,
-L<enc(1)>, L<engine(1)>, L<errstr(1)>, L<gendsa(1)>, L<genpkey(1)>,
-L<genrsa(1)>, L<kdf(1)>, L<mac(1)>, L<nseq(1)>, L<ocsp(1)>,
-L<passwd(1)>,
-L<pkcs12(1)>, L<pkcs7(1)>, L<pkcs8(1)>,
-L<pkey(1)>, L<pkeyparam(1)>, L<pkeyutl(1)>, L<prime(1)>,
-L<rand(1)>, L<rehash(1)>, L<req(1)>, L<rsa(1)>,
-L<rsautl(1)>, L<s_client(1)>,
-L<s_server(1)>, L<s_time(1)>, L<sess_id(1)>,
-L<smime(1)>, L<speed(1)>, L<spkac(1)>, L<srp(1)>, L<storeutl(1)>,
-L<ts(1)>,
-L<verify(1)>, L<version(1)>, L<x509(1)>,
-L<crypto(7)>, L<ssl(7)>, L<x509v3_config(5)>
+L<openssl-asn1parse(1)>,
+L<openssl-ca(1)>,
+L<openssl-ciphers(1)>,
+L<openssl-cms(1)>,
+L<openssl-crl(1)>,
+L<openssl-crl2pkcs7(1)>,
+L<openssl-dgst(1)>,
+L<openssl-dhparam(1)>,
+L<openssl-dsa(1)>,
+L<openssl-dsaparam(1)>,
+L<openssl-ec(1)>,
+L<openssl-ecparam(1)>,
+L<openssl-enc(1)>,
+L<openssl-engine(1)>,
+L<openssl-errstr(1)>,
+L<openssl-gendsa(1)>,
+L<openssl-genpkey(1)>,
+L<openssl-genrsa(1)>,
+L<openssl-kdf(1)>,
+L<openssl-mac(1)>,
+L<openssl-nseq(1)>,
+L<openssl-ocsp(1)>,
+L<openssl-passwd(1)>,
+L<openssl-pkcs12(1)>,
+L<openssl-pkcs7(1)>,
+L<openssl-pkcs8(1)>,
+L<openssl-pkey(1)>,
+L<openssl-pkeyparam(1)>,
+L<openssl-pkeyutl(1)>,
+L<openssl-prime(1)>,
+L<openssl-rand(1)>,
+L<openssl-rehash(1)>,
+L<openssl-req(1)>,
+L<openssl-rsa(1)>,
+L<openssl-rsautl(1)>,
+L<openssl-s_client(1)>,
+L<openssl-s_server(1)>,
+L<openssl-s_time(1)>,
+L<openssl-sess_id(1)>,
+L<openssl-smime(1)>,
+L<openssl-speed(1)>,
+L<openssl-spkac(1)>,
+L<openssl-srp(1)>,
+L<openssl-storeutl(1)>,
+L<openssl-ts(1)>,
+L<openssl-verify(1)>,
+L<openssl-version(1)>,
+L<openssl-x509(1)>,
+L<config(5)>,
+L<crypto(7)>,
+L<ssl(7)>,
+L<x509v3_config(5)>
+
 
 =head1 HISTORY