Additional name for all commands
authorRich Salz <rsalz@openssl.org>
Wed, 18 Oct 2017 19:33:56 +0000 (15:33 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 19 Oct 2017 12:38:54 +0000 (08:38 -0400)
Add openssl-foo as a name for the openssl "foo" command.
Addresses an issue found by a usability study to be published.

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

(cherry picked from commit 3f2181e6fadea9e7ad8810b3f170fd0b2154e8b8)

46 files changed:
doc/apps/asn1parse.pod
doc/apps/ca.pod
doc/apps/ciphers.pod
doc/apps/cms.pod
doc/apps/crl.pod
doc/apps/crl2pkcs7.pod
doc/apps/dgst.pod
doc/apps/dhparam.pod
doc/apps/dsa.pod
doc/apps/dsaparam.pod
doc/apps/ec.pod
doc/apps/ecparam.pod
doc/apps/enc.pod
doc/apps/engine.pod
doc/apps/errstr.pod
doc/apps/gendsa.pod
doc/apps/genpkey.pod
doc/apps/genrsa.pod
doc/apps/list.pod
doc/apps/nseq.pod
doc/apps/ocsp.pod
doc/apps/passwd.pod
doc/apps/pkcs12.pod
doc/apps/pkcs7.pod
doc/apps/pkcs8.pod
doc/apps/pkey.pod
doc/apps/pkeyparam.pod
doc/apps/pkeyutl.pod
doc/apps/rand.pod
doc/apps/rehash.pod
doc/apps/req.pod
doc/apps/rsa.pod
doc/apps/rsautl.pod
doc/apps/s_client.pod
doc/apps/s_server.pod
doc/apps/s_time.pod
doc/apps/sess_id.pod
doc/apps/smime.pod
doc/apps/speed.pod
doc/apps/spkac.pod
doc/apps/ts.pod
doc/apps/tsget.pod
doc/apps/verify.pod
doc/apps/version.pod
doc/apps/x509.pod
util/process_docs.pl [changed mode: 0644->0755]

index 10a5aba51d8d5939a9df9400d10fb350cdfafffd..3c607e8ac571bdb9d3efb959b2d6ac8513d1ef90 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-asn1parse,
 asn1parse - ASN.1 parsing tool
 
 =head1 SYNOPSIS
index c09db826ec66b0f2c6d562c8cc9ee376729223e0..944e57723d5af87868140d6dba7d06eb2407ab83 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-ca,
 ca - sample minimal CA application
 
 =head1 SYNOPSIS
index 03cac2f1c1261827315d705dd8f1343ce9ed4309..def3bdc301f35da148bc3f20df0cf3bf58d67a81 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-ciphers,
 ciphers - SSL cipher display and cipher list tool
 
 =head1 SYNOPSIS
index b97120a0e4c42f63e14fcf6760433ab31ea6fab5..15e5e41976b74fa8586e995b266f21cfbd061826 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-cms,
 cms - CMS utility
 
 =head1 SYNOPSIS
index 2fad2101ee9bf6da1b06d2201aad721df15e3d72..fded3972dd024cdee6635c2d603bcc75e0d52f0b 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-crl,
 crl - CRL utility
 
 =head1 SYNOPSIS
index 8c679ea8fd4b5c7c7903bf06f5bb81e8dc37a9ff..933750ada3ad038ab2fb8507771ef5470a6e2756 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-crl2pkcs7,
 crl2pkcs7 - Create a PKCS#7 structure from a CRL and certificates
 
 =head1 SYNOPSIS
index 677f2b21ef0e7ae245f9438c3f27398ec254103b..59919c32f418390cc0ca02b475b25bc9587718ea 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-dgst,
 dgst, sha, sha1, mdc2, ripemd160, sha224, sha256, sha384, sha512, md4, md5, blake2b, blake2s - message digests
 
 =head1 SYNOPSIS
index addd88a540806dca31c445fdf9dbb2e1c22fe862..52fc0df368b683a39ed7a360c346ab98e1956e0f 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-dhparam,
 dhparam - DH parameter manipulation and generation
 
 =head1 SYNOPSIS
index 0e4f508fabbebf2c7ae4639c0ad162654f61afcd..37358044fa915e84b0025f1f7223d119c72c5b72 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-dsa,
 dsa - DSA key processing
 
 =head1 SYNOPSIS
index 08ad47faa65cac4d9ce338d578b1c6985efaaa8d..0dfda660ed10dbbb7d7ac4a6191f960fbc38f104 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-dsaparam,
 dsaparam - DSA parameter manipulation and generation
 
 =head1 SYNOPSIS
index a5f920e841d0a259cffdfa45b9e2b8e9a7a4ade4..c06005d823deda0d046b879068193380b563171d 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-ec,
 ec - EC key processing
 
 =head1 SYNOPSIS
index 51678964031d8b77d76eab906a2f6fccfc79ffd6..9c279e0e36e666249117b9e8de814bf874f4fdfe 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-ecparam,
 ecparam - EC parameter manipulation and generation
 
 =head1 SYNOPSIS
index b3bf82adc2c7932b677e4ec54beb757e455f9d94..6338d6c8e06c93b8c8ed1bf2637fa09af7eccd33 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-enc,
 enc - symmetric cipher routines
 
 =head1 SYNOPSIS
index 674ab565d2383adb71d7247c582212df937a7e20..5f805c1325e98576be11c4a97e95bbbabe391c28 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-engine,
 engine - load and query engines
 
 =head1 SYNOPSIS
index 8dfe49a5e4048f9bd0dd6de5d59fcb788a04aabc..3c89b8f5cfff10faf337979e4e3bf392ae6ed763 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-errstr,
 errstr - lookup error codes
 
 =head1 SYNOPSIS
index 4fd17147927af023bfce0529962a9c1b3a7b9c33..36c810a909859cd3e5a04f9b8890c8323997d85c 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-gendsa,
 gendsa - generate a DSA private key from a set of parameters
 
 =head1 SYNOPSIS
index e77fc7ef4e1b45917a752cd3b9f031d0abd743af..d48695200b13cf1687f37f677980c960b33db91b 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-genpkey,
 genpkey - generate a private key
 
 =head1 SYNOPSIS
index f4ed9593ae2695e0855530c988b82fcf5239caca..8be06834f5079f368c95a0292d4da066adb3aae8 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-genrsa,
 genrsa - generate an RSA private key
 
 =head1 SYNOPSIS
index e6e1f176177ca0eb766c64f1868038bb7ff9a07a..108876269372d43f1d7b12579ecdd203b9c3683b 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-list,
 list - list algorithms and features
 
 =head1 SYNOPSIS
index a90f8a00260a62f5062ea35ea460de0f0b6d5322..6b25e221a4eaddbd079e2e7bd1039e8e98ea1bac 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-nseq,
 nseq - create or examine a Netscape certificate sequence
 
 =head1 SYNOPSIS
index ec82088fae0f5bdd4554b2aa75eb5adbc6209fc5..5e273cfe47d51ee47856bb842a3a48561fcbba72 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-ocsp,
 ocsp - Online Certificate Status Protocol utility
 
 =head1 SYNOPSIS
index 87dd8d868c5261294cfef7e1bd58b9fd831eba9d..466320144015583661d0cf30a78d5f03a0b348fc 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-passwd,
 passwd - compute password hashes
 
 =head1 SYNOPSIS
index 2df477699e01aae8f4068bcc0615ea3edcb4ced0..44ee3d4ec4daf3f6c222aaf294da6fb06166a57d 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-pkcs12,
 pkcs12 - PKCS#12 file utility
 
 =head1 SYNOPSIS
index d238946b34f9b3e6473cafa92bec1d2afb376172..340b72daa58c25b73f3e778d58fc41d959be06bc 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-pkcs7,
 pkcs7 - PKCS#7 utility
 
 =head1 SYNOPSIS
index dee64a00199ae8b6aa668739d02634e142bdc09f..402e7b2b59f3aa4851a714579587172dba22a365 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-pkcs8,
 pkcs8 - PKCS#8 format private key conversion tool
 
 =head1 SYNOPSIS
index 2119c70c7ad9272b690af2bf8b81710ced814783..ef2e46336725998dbe3695334781dcce4ed9dfd6 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-pkey,
 pkey - public or private key processing tool
 
 =head1 SYNOPSIS
index 755915ff9b678431381dcbc9fcbd354b673e8d79..309e2495e35d36b147d7ae6569ee6be73167bada 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-pkeyparam,
 pkeyparam - public key algorithm parameter processing tool
 
 =head1 SYNOPSIS
index ceb9de34b42a1ec279deaec4796efa19a485ad3c..e72486defc62083894af7d23bf7da19b131e2536 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-pkeyutl,
 pkeyutl - public key algorithm utility
 
 =head1 SYNOPSIS
index 0faf6872a271f12ed719c6f9b7a5cd8556cac434..4cdb37051835ba49364d0bb17fba2ecfa26a565a 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-rand,
 rand - generate pseudo-random bytes
 
 =head1 SYNOPSIS
index 1dca9b53411c4faf0e97226f816dd1ed2a62c6a5..79268d47926cdfa3e024d905021771e1cbbd5ccf 100644 (file)
@@ -5,6 +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
 
 =head1 SYNOPSIS
index 8cfe2bc5fa16b7320b97e809b9834675327ed7b6..c5b5260c20017119bc82849be31366c15d816c3e 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-req,
 req - PKCS#10 certificate request and certificate generating utility
 
 =head1 SYNOPSIS
index 8e9943fe58bf125b4e87ea98ea644d9e5777b87a..dcbf5142b6014e5536a0dd9f5fb33ba0d727cec5 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-rsa,
 rsa - RSA key processing tool
 
 =head1 SYNOPSIS
index cd21206faa815598c06310b2ecf6fd3ab2e1264c..c07d60aee74b089838f72305b468a08e86e93d85 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-rsautl,
 rsautl - RSA utility
 
 =head1 SYNOPSIS
index b0d8814395ba97c408f52551386a12741f50faf5..01a6c5f7fc7ab0d8699f8fe74fac9df991b09766 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-s_client,
 s_client - SSL/TLS client program
 
 =head1 SYNOPSIS
index 01c3942ae01ab7b80fd6f196e859dec9bcd70469..e8ec91b4e50eb2ed529e27b3b4466aa8b9704f21 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-s_server,
 s_server - SSL/TLS server program
 
 =head1 SYNOPSIS
index acadd30025dc6ad84aec2e61bdf2a89818f96eba..d44dd9353b8b13b27b0dc5c4257ef6fad41329aa 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-s_time,
 s_time - SSL/TLS performance timing program
 
 =head1 SYNOPSIS
index 19ac9a75b1e3f5b2327d38cb9ff6f02608423fb8..7766c71edc5157ce58db81de43aaaee5a294a5e4 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-sess_id,
 sess_id - SSL/TLS session handling utility
 
 =head1 SYNOPSIS
index d3e0214665f8c8f84b6d2134b6967b8284e5cf34..753e2757bff0414daecb6abed17bbf8fd57a7760 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-smime,
 smime - S/MIME utility
 
 =head1 SYNOPSIS
index ad81bfbc74f0a6565fe443005e580ae280fc7dc6..4379319d789fb042a1cce78c7eb660ec164926f9 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-speed,
 speed - test library performance
 
 =head1 SYNOPSIS
index 8955bc445d515a2f53437a308a539cad7a21282d..e337e4e7c6335ce48d2d6ff7dc81b1a1fb2ccc8b 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-spkac,
 spkac - SPKAC printing and generating utility
 
 =head1 SYNOPSIS
index cf30947d35be47d61f642f325b41d1d286338fe9..0c949bfb7c22c62580a9dcd5f1900ef182d9dd3f 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-ts,
 ts - Time Stamping Authority tool (client/server)
 
 =head1 SYNOPSIS
index cf7817a0e765da52d3a82dd4f32f2a92e0ed9005..f566f3a4bf70ef9adf5e5badad3762ef570cf0bc 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-tsget,
 tsget - Time Stamping HTTP/HTTPS client
 
 =head1 SYNOPSIS
index 8ba5ff67e418c7910e47840a5b72ac3cc5e85e9c..38fa346f5488068d0a0c70aee63d17a065d798e3 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-verify,
 verify - Utility to verify certificates
 
 =head1 SYNOPSIS
index a97ed20445cc3659e1446b99cbee4f1802b2dc95..305a1b7482d46f5dd558af1c709f8e1ecc72ae77 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-version,
 version - print OpenSSL version information
 
 =head1 SYNOPSIS
index cddfc8ce4acfec6900a4f3cb7a5fcebffdfc42cb..62520b309c58ef463d938182585bcc3c533151c7 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-x509,
 x509 - Certificate display and signing utility
 
 =head1 SYNOPSIS
old mode 100644 (file)
new mode 100755 (executable)