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>
Wed, 18 Oct 2017 19:33:56 +0000 (15:33 -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)

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

index 602754e54da9d117b2a801b0c0bd75c65d4b578f..0e1fcc686f6cb0391b4f13dca0ef587be0cf370f 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-asn1parse,
 asn1parse - ASN.1 parsing tool
 
 =head1 SYNOPSIS
index 21e692e511e8b347a6c0313d6bdbb64edfa5296c..9c5af4a8913fc9e4275c56719ebfbc0ac9e08cce 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-ca,
 ca - sample minimal CA application
 
 =head1 SYNOPSIS
index 14c92bddf46c97a0b7b8403f75810b641ffe0871..ce573d788f13f60968e4edc3b6889256d83b49b2 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-ciphers,
 ciphers - SSL cipher display and cipher list tool
 
 =head1 SYNOPSIS
index 01e93acf1be44e8dff289958fa2fde4efb2edd2a..7bd1b0d38a12ec5990411a0f7336c78622dd05c4 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-cms,
 cms - CMS utility
 
 =head1 SYNOPSIS
index 9d1dcf4909936f51cb3117cbff6c40fe750ceb4e..9a009675d8a3f733e262fc6b2d908215bd280b3f 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-crl,
 crl - CRL utility
 
 =head1 SYNOPSIS
index 3bf1facfecc50497bd77364b4cbe758ed1d99cd9..f58a442b5bc9e763d64b4b641d646698fedccc3d 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-crl2pkcs7,
 crl2pkcs7 - Create a PKCS#7 structure from a CRL and certificates
 
 =head1 SYNOPSIS
index cde3bb17d37e345d6eb17092dc6c70949e90599e..5cad2438a99f88e2c9fc652813371cde3d8ed79e 100644 (file)
@@ -2,8 +2,8 @@
 
 =head1 NAME
 
-dgst
-- perform digest operations
+openssl-dgst,
+dgst - perform digest operations
 
 =head1 SYNOPSIS
 
index 2395aa1bb657873f5fbc509fdf13f223b9078bde..1b43b3231083fcc3163fe739c192e6056bf4d1af 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-dhparam,
 dhparam - DH parameter manipulation and generation
 
 =head1 SYNOPSIS
index 523c533a098ca6caa3a57abe08fc53eeb2ce4532..2428879ea2ab31fcfb2fb0d193a1c8b2cdfc373b 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-dsa,
 dsa - DSA key processing
 
 =head1 SYNOPSIS
index f97a673471a35cbfbe3891ad6128443fcf4e4572..94ea435cceb8463eb994472616600a829bb95faa 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-dsaparam,
 dsaparam - DSA parameter manipulation and generation
 
 =head1 SYNOPSIS
index f386877b61ba6a03bb890b83862046b077022d11..0b836603cab183d1a7310403c3044b8f5aa11fc7 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-ec,
 ec - EC key processing
 
 =head1 SYNOPSIS
index ecafedca59105038bb386f95755ef2ee3bf3027c..dc07caf4ff9ef16d68b9b508929b737d024ff049 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-ecparam,
 ecparam - EC parameter manipulation and generation
 
 =head1 SYNOPSIS
index f7d5e36fdb49401452e3122175eab7f9b56cbe87..1b89fa67e3cfd84040bde2436d6bc713b2819bf2 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-enc,
 enc - symmetric cipher routines
 
 =head1 SYNOPSIS
index eb43219209df92eb17e61cc2463959f8acc57e72..506c9175b89cc979eea15d69164b8a2540f20021 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 9cb84dfbeb64ccbe804ba3ea71c53b84acccd2b3..7984b74c206d0f8c5bbcc3ff046143d6e2aaeaba 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-gendsa,
 gendsa - generate a DSA private key from a set of parameters
 
 =head1 SYNOPSIS
index 66541d92b0abf4338e2a0ccd5b0680d33cc83183..ddfd04002c78ae0b0f8942debac388225aad01f2 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-genpkey,
 genpkey - generate a private key
 
 =head1 SYNOPSIS
index 57b4cf879b114b8d8a83cffc0165f5b1373db5fc..f6a2d8a7f369376ca81492c62ed2839679ab8888 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-genrsa,
 genrsa - generate an RSA private key
 
 =head1 SYNOPSIS
index 976be97344ac14d27f44aa413814f36dbc7b29ea..bed39b0c7c9379899cd858f738cb15107f8cb5f5 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-list,
 list - list algorithms and features
 
 =head1 SYNOPSIS
index 4894f1a8a2e34a3b46ceec1f42476d97faa38935..7d5f009aa21b07c911437131bd4b9d766a99b096 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-nseq,
 nseq - create or examine a Netscape certificate sequence
 
 =head1 SYNOPSIS
index 281518bf013087986c369fa838f266e46998f687..46fff32985aff940f329622b3bb6cd8d60325656 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-ocsp,
 ocsp - Online Certificate Status Protocol utility
 
 =head1 SYNOPSIS
index 3c1694607873fc6f961fa34ef212b3ef00704bbc..6c3d811e5916c371f7bcdd670745e7e7bf101dc9 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-passwd,
 passwd - compute password hashes
 
 =head1 SYNOPSIS
index 2eb6b078a45376add5812747ba2c0476c50f48db..3389e595fed7567cc8a3c836f9ca597acfd80a8e 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-pkcs12,
 pkcs12 - PKCS#12 file utility
 
 =head1 SYNOPSIS
index a5f96ace9c63f3f3ace318f370a538bf99543cf5..cf445b3dcd37c8e4e2cae870255465442a04ef81 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-pkcs7,
 pkcs7 - PKCS#7 utility
 
 =head1 SYNOPSIS
index 9d1dd3130faf96dff11c22ab7ee23aab79a41da6..84a10e88ac151fd6d8bed913de929bef8f65f9a4 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-pkcs8,
 pkcs8 - PKCS#8 format private key conversion tool
 
 =head1 SYNOPSIS
index d6b0db4d808685720dfcf404972dfa41b07237da..47ffb6649fe9ae94a76c0ff06334b0e35aedd651 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-pkey,
 pkey - public or private key processing tool
 
 =head1 SYNOPSIS
index d3440ea7a8d06730db7e7715db1ffca28984ed7f..45c053cf434275544464ead039d39c3df4a18548 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-pkeyparam,
 pkeyparam - public key algorithm parameter processing tool
 
 =head1 SYNOPSIS
index 5e16bc6e00b27c489049a40656564d2f70619c2e..4c12f13b08f4782b2a5c4f3d197fe29f17476c99 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-pkeyutl,
 pkeyutl - public key algorithm utility
 
 =head1 SYNOPSIS
index f6f6158581870cc44505d80802415af773ef1d66..1d25954af19f0eb06ebbdbd4a55e9d32f4044a29 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-prime,
 prime - compute prime numbers
 
 =head1 SYNOPSIS
index 22482033fc132e686df2b8d9804a50c4307b46bb..5dd9e8e0a56a70fe36ca1c22e99724afc7f92920 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 1930088fe87d4e28e8cedc32f3f69efee22ce3d5..7a490983d58fcd38fe9ca6f06067c933828c029b 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-req,
 req - PKCS#10 certificate request and certificate generating utility
 
 =head1 SYNOPSIS
index ee504e652586847b1174bcabb54cffc2f73aaf63..835f844512b5b195c48aea50ecd8e91c9b985d70 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-rsa,
 rsa - RSA key processing tool
 
 =head1 SYNOPSIS
index b5e83b598d751fae52423f76d5d42505b9a73296..fdc67432fbf18a16f6fb55b85b1ad7459397ab7b 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-rsautl,
 rsautl - RSA utility
 
 =head1 SYNOPSIS
index c48ff8c3e2550a638ca21c269040987420f9a6ad..1d9dd39656a05472505dd6ad8ae65ff07ff6d800 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-s_client,
 s_client - SSL/TLS client program
 
 =head1 SYNOPSIS
index 986578937e6b3199f22212547d1766a101e00f41..0e28e4e2f11d68342f6641f457540838f96b2d4f 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-s_server,
 s_server - SSL/TLS server program
 
 =head1 SYNOPSIS
index b926b6e842c7da600955c76afd38a6e20673b365..ecdac17cc5ada8846457b25df5293596bfe332e2 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-s_time,
 s_time - SSL/TLS performance timing program
 
 =head1 SYNOPSIS
index ca3dd7ed58af43211c6b232d164100a8bdfe013e..0c0e7e8ae9a256dee9954667953ccfb7dd96c45c 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-sess_id,
 sess_id - SSL/TLS session handling utility
 
 =head1 SYNOPSIS
index 4d8cf7a1ce621d91bcd4f30ffced52f4999aa117..0acdd08254a5006d6c27549c1a911b148a5fc4c1 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-smime,
 smime - S/MIME utility
 
 =head1 SYNOPSIS
index 647c59f399fcceda864307a82f6d8743fc7701cd..d8d5f6f22b690a4b1dc03849ab9d09ccd0fd2865 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-speed,
 speed - test library performance
 
 =head1 SYNOPSIS
index 14fdd0bcc83e6872b1cff4ef2f4040ea3f6b2a91..75b12d85dfc19788ec109304befbd4c9e9529ae2 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-spkac,
 spkac - SPKAC printing and generating utility
 
 =head1 SYNOPSIS
index a5dcf2ec7466a3718a7bc7cf18b93c27dbb67d21..e858a2226017b4643fb88aef4cc81e253d3bcf9a 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-srp,
 srp - maintain SRP password file
 
 =head1 SYNOPSIS
index 1f729662e9be2b3a11db3d145239ba34062d8042..74361a76305c61fd935156469dbec44eb52101be 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-storeutl,
 storeutl - STORE utility
 
 =head1 SYNOPSIS
index 8886cd6bbdae30c8ff6acc7f3f3121d865738269..3ae320f2a1538bf64d631823f57cf0132ac3d1e8 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-ts,
 ts - Time Stamping Authority tool (client/server)
 
 =head1 SYNOPSIS
index 7812a32ec2c42920a56ab0002c2ccaeb3ae4739d..43bf2c7e35ac549bd8a00e969a0fbf7d9a85e811 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-tsget,
 tsget - Time Stamping HTTP/HTTPS client
 
 =head1 SYNOPSIS
index 5596e1d8bd40233baa3f5c329408d25b2031ba97..b67890af3c34dcf8d30c682dcd171badf7c8fcf8 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-verify,
 verify - Utility to verify certificates
 
 =head1 SYNOPSIS
index c14311b72646c1395787854a8b08bcb6bdeb9f4b..757b55b55c12be0fe03539cafebeed461c298680 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-version,
 version - print OpenSSL version information
 
 =head1 SYNOPSIS
index a2cbd0dda56e6456c30783beada8d15fca07bf18..e57e18b4ae18f286f8920a6917004ad47e5ec446 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)