[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Thu Oct 19 12:09:26 UTC 2017
The branch master has been updated
via 3f2181e6fadea9e7ad8810b3f170fd0b2154e8b8 (commit)
from 26a7d938c9bf932a55cb5e4e02abb48fe395c5cd (commit)
- Log -----------------------------------------------------------------
commit 3f2181e6fadea9e7ad8810b3f170fd0b2154e8b8
Author: Rich Salz <rsalz at openssl.org>
Date: Wed Oct 18 15:33:56 2017 -0400
Additional name for all commands
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 at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4553)
-----------------------------------------------------------------------
Summary of changes:
doc/man1/asn1parse.pod | 1 +
doc/man1/ca.pod | 1 +
doc/man1/ciphers.pod | 1 +
doc/man1/cms.pod | 1 +
doc/man1/crl.pod | 1 +
doc/man1/crl2pkcs7.pod | 1 +
doc/man1/dgst.pod | 4 ++--
doc/man1/dhparam.pod | 1 +
doc/man1/dsa.pod | 1 +
doc/man1/dsaparam.pod | 1 +
doc/man1/ec.pod | 1 +
doc/man1/ecparam.pod | 1 +
doc/man1/enc.pod | 1 +
doc/man1/engine.pod | 1 +
doc/man1/errstr.pod | 1 +
doc/man1/gendsa.pod | 1 +
doc/man1/genpkey.pod | 1 +
doc/man1/genrsa.pod | 1 +
doc/man1/list.pod | 1 +
doc/man1/nseq.pod | 1 +
doc/man1/ocsp.pod | 1 +
doc/man1/passwd.pod | 1 +
doc/man1/pkcs12.pod | 1 +
doc/man1/pkcs7.pod | 1 +
doc/man1/pkcs8.pod | 1 +
doc/man1/pkey.pod | 1 +
doc/man1/pkeyparam.pod | 1 +
doc/man1/pkeyutl.pod | 1 +
doc/man1/prime.pod | 1 +
doc/man1/rand.pod | 1 +
doc/man1/rehash.pod | 1 +
doc/man1/req.pod | 1 +
doc/man1/rsa.pod | 1 +
doc/man1/rsautl.pod | 1 +
doc/man1/s_client.pod | 1 +
doc/man1/s_server.pod | 1 +
doc/man1/s_time.pod | 1 +
doc/man1/sess_id.pod | 1 +
doc/man1/smime.pod | 1 +
doc/man1/speed.pod | 1 +
doc/man1/spkac.pod | 1 +
doc/man1/srp.pod | 1 +
doc/man1/storeutl.pod | 1 +
doc/man1/ts.pod | 1 +
doc/man1/tsget.pod | 1 +
doc/man1/verify.pod | 1 +
doc/man1/version.pod | 1 +
doc/man1/x509.pod | 1 +
util/process_docs.pl | 0
49 files changed, 49 insertions(+), 2 deletions(-)
mode change 100644 => 100755 util/process_docs.pl
diff --git a/doc/man1/asn1parse.pod b/doc/man1/asn1parse.pod
index 602754e..0e1fcc6 100644
--- a/doc/man1/asn1parse.pod
+++ b/doc/man1/asn1parse.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-asn1parse,
asn1parse - ASN.1 parsing tool
=head1 SYNOPSIS
diff --git a/doc/man1/ca.pod b/doc/man1/ca.pod
index 21e692e..9c5af4a 100644
--- a/doc/man1/ca.pod
+++ b/doc/man1/ca.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-ca,
ca - sample minimal CA application
=head1 SYNOPSIS
diff --git a/doc/man1/ciphers.pod b/doc/man1/ciphers.pod
index 14c92bd..ce573d7 100644
--- a/doc/man1/ciphers.pod
+++ b/doc/man1/ciphers.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-ciphers,
ciphers - SSL cipher display and cipher list tool
=head1 SYNOPSIS
diff --git a/doc/man1/cms.pod b/doc/man1/cms.pod
index 01e93ac..7bd1b0d 100644
--- a/doc/man1/cms.pod
+++ b/doc/man1/cms.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-cms,
cms - CMS utility
=head1 SYNOPSIS
diff --git a/doc/man1/crl.pod b/doc/man1/crl.pod
index 9d1dcf4..9a00967 100644
--- a/doc/man1/crl.pod
+++ b/doc/man1/crl.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-crl,
crl - CRL utility
=head1 SYNOPSIS
diff --git a/doc/man1/crl2pkcs7.pod b/doc/man1/crl2pkcs7.pod
index 3bf1fac..f58a442 100644
--- a/doc/man1/crl2pkcs7.pod
+++ b/doc/man1/crl2pkcs7.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-crl2pkcs7,
crl2pkcs7 - Create a PKCS#7 structure from a CRL and certificates
=head1 SYNOPSIS
diff --git a/doc/man1/dgst.pod b/doc/man1/dgst.pod
index cde3bb1..5cad243 100644
--- a/doc/man1/dgst.pod
+++ b/doc/man1/dgst.pod
@@ -2,8 +2,8 @@
=head1 NAME
-dgst
-- perform digest operations
+openssl-dgst,
+dgst - perform digest operations
=head1 SYNOPSIS
diff --git a/doc/man1/dhparam.pod b/doc/man1/dhparam.pod
index 2395aa1..1b43b32 100644
--- a/doc/man1/dhparam.pod
+++ b/doc/man1/dhparam.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-dhparam,
dhparam - DH parameter manipulation and generation
=head1 SYNOPSIS
diff --git a/doc/man1/dsa.pod b/doc/man1/dsa.pod
index 523c533..2428879 100644
--- a/doc/man1/dsa.pod
+++ b/doc/man1/dsa.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-dsa,
dsa - DSA key processing
=head1 SYNOPSIS
diff --git a/doc/man1/dsaparam.pod b/doc/man1/dsaparam.pod
index f97a673..94ea435 100644
--- a/doc/man1/dsaparam.pod
+++ b/doc/man1/dsaparam.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-dsaparam,
dsaparam - DSA parameter manipulation and generation
=head1 SYNOPSIS
diff --git a/doc/man1/ec.pod b/doc/man1/ec.pod
index f386877..0b83660 100644
--- a/doc/man1/ec.pod
+++ b/doc/man1/ec.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-ec,
ec - EC key processing
=head1 SYNOPSIS
diff --git a/doc/man1/ecparam.pod b/doc/man1/ecparam.pod
index ecafedc..dc07caf 100644
--- a/doc/man1/ecparam.pod
+++ b/doc/man1/ecparam.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-ecparam,
ecparam - EC parameter manipulation and generation
=head1 SYNOPSIS
diff --git a/doc/man1/enc.pod b/doc/man1/enc.pod
index f7d5e36..1b89fa6 100644
--- a/doc/man1/enc.pod
+++ b/doc/man1/enc.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-enc,
enc - symmetric cipher routines
=head1 SYNOPSIS
diff --git a/doc/man1/engine.pod b/doc/man1/engine.pod
index eb43219..506c917 100644
--- a/doc/man1/engine.pod
+++ b/doc/man1/engine.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-engine,
engine - load and query engines
=head1 SYNOPSIS
diff --git a/doc/man1/errstr.pod b/doc/man1/errstr.pod
index 8dfe49a..3c89b8f 100644
--- a/doc/man1/errstr.pod
+++ b/doc/man1/errstr.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-errstr,
errstr - lookup error codes
=head1 SYNOPSIS
diff --git a/doc/man1/gendsa.pod b/doc/man1/gendsa.pod
index 9cb84df..7984b74 100644
--- a/doc/man1/gendsa.pod
+++ b/doc/man1/gendsa.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-gendsa,
gendsa - generate a DSA private key from a set of parameters
=head1 SYNOPSIS
diff --git a/doc/man1/genpkey.pod b/doc/man1/genpkey.pod
index 66541d9..ddfd040 100644
--- a/doc/man1/genpkey.pod
+++ b/doc/man1/genpkey.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-genpkey,
genpkey - generate a private key
=head1 SYNOPSIS
diff --git a/doc/man1/genrsa.pod b/doc/man1/genrsa.pod
index 57b4cf8..f6a2d8a 100644
--- a/doc/man1/genrsa.pod
+++ b/doc/man1/genrsa.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-genrsa,
genrsa - generate an RSA private key
=head1 SYNOPSIS
diff --git a/doc/man1/list.pod b/doc/man1/list.pod
index 976be97..bed39b0 100644
--- a/doc/man1/list.pod
+++ b/doc/man1/list.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-list,
list - list algorithms and features
=head1 SYNOPSIS
diff --git a/doc/man1/nseq.pod b/doc/man1/nseq.pod
index 4894f1a..7d5f009 100644
--- a/doc/man1/nseq.pod
+++ b/doc/man1/nseq.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-nseq,
nseq - create or examine a Netscape certificate sequence
=head1 SYNOPSIS
diff --git a/doc/man1/ocsp.pod b/doc/man1/ocsp.pod
index 281518b..46fff32 100644
--- a/doc/man1/ocsp.pod
+++ b/doc/man1/ocsp.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-ocsp,
ocsp - Online Certificate Status Protocol utility
=head1 SYNOPSIS
diff --git a/doc/man1/passwd.pod b/doc/man1/passwd.pod
index 3c16946..6c3d811 100644
--- a/doc/man1/passwd.pod
+++ b/doc/man1/passwd.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-passwd,
passwd - compute password hashes
=head1 SYNOPSIS
diff --git a/doc/man1/pkcs12.pod b/doc/man1/pkcs12.pod
index 2eb6b07..3389e59 100644
--- a/doc/man1/pkcs12.pod
+++ b/doc/man1/pkcs12.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-pkcs12,
pkcs12 - PKCS#12 file utility
=head1 SYNOPSIS
diff --git a/doc/man1/pkcs7.pod b/doc/man1/pkcs7.pod
index a5f96ac..cf445b3 100644
--- a/doc/man1/pkcs7.pod
+++ b/doc/man1/pkcs7.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-pkcs7,
pkcs7 - PKCS#7 utility
=head1 SYNOPSIS
diff --git a/doc/man1/pkcs8.pod b/doc/man1/pkcs8.pod
index 9d1dd31..84a10e8 100644
--- a/doc/man1/pkcs8.pod
+++ b/doc/man1/pkcs8.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-pkcs8,
pkcs8 - PKCS#8 format private key conversion tool
=head1 SYNOPSIS
diff --git a/doc/man1/pkey.pod b/doc/man1/pkey.pod
index d6b0db4..47ffb66 100644
--- a/doc/man1/pkey.pod
+++ b/doc/man1/pkey.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-pkey,
pkey - public or private key processing tool
=head1 SYNOPSIS
diff --git a/doc/man1/pkeyparam.pod b/doc/man1/pkeyparam.pod
index d3440ea..45c053c 100644
--- a/doc/man1/pkeyparam.pod
+++ b/doc/man1/pkeyparam.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-pkeyparam,
pkeyparam - public key algorithm parameter processing tool
=head1 SYNOPSIS
diff --git a/doc/man1/pkeyutl.pod b/doc/man1/pkeyutl.pod
index 5e16bc6..4c12f13 100644
--- a/doc/man1/pkeyutl.pod
+++ b/doc/man1/pkeyutl.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-pkeyutl,
pkeyutl - public key algorithm utility
=head1 SYNOPSIS
diff --git a/doc/man1/prime.pod b/doc/man1/prime.pod
index f6f6158..1d25954 100644
--- a/doc/man1/prime.pod
+++ b/doc/man1/prime.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-prime,
prime - compute prime numbers
=head1 SYNOPSIS
diff --git a/doc/man1/rand.pod b/doc/man1/rand.pod
index 2248203..5dd9e8e0a 100644
--- a/doc/man1/rand.pod
+++ b/doc/man1/rand.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-rand,
rand - generate pseudo-random bytes
=head1 SYNOPSIS
diff --git a/doc/man1/rehash.pod b/doc/man1/rehash.pod
index 1dca9b5..79268d4 100644
--- a/doc/man1/rehash.pod
+++ b/doc/man1/rehash.pod
@@ -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
diff --git a/doc/man1/req.pod b/doc/man1/req.pod
index 1930088..7a49098 100644
--- a/doc/man1/req.pod
+++ b/doc/man1/req.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-req,
req - PKCS#10 certificate request and certificate generating utility
=head1 SYNOPSIS
diff --git a/doc/man1/rsa.pod b/doc/man1/rsa.pod
index ee504e6..835f844 100644
--- a/doc/man1/rsa.pod
+++ b/doc/man1/rsa.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-rsa,
rsa - RSA key processing tool
=head1 SYNOPSIS
diff --git a/doc/man1/rsautl.pod b/doc/man1/rsautl.pod
index b5e83b5..fdc6743 100644
--- a/doc/man1/rsautl.pod
+++ b/doc/man1/rsautl.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-rsautl,
rsautl - RSA utility
=head1 SYNOPSIS
diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod
index c48ff8c..1d9dd39 100644
--- a/doc/man1/s_client.pod
+++ b/doc/man1/s_client.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-s_client,
s_client - SSL/TLS client program
=head1 SYNOPSIS
diff --git a/doc/man1/s_server.pod b/doc/man1/s_server.pod
index 9865789..0e28e4e 100644
--- a/doc/man1/s_server.pod
+++ b/doc/man1/s_server.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-s_server,
s_server - SSL/TLS server program
=head1 SYNOPSIS
diff --git a/doc/man1/s_time.pod b/doc/man1/s_time.pod
index b926b6e..ecdac17 100644
--- a/doc/man1/s_time.pod
+++ b/doc/man1/s_time.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-s_time,
s_time - SSL/TLS performance timing program
=head1 SYNOPSIS
diff --git a/doc/man1/sess_id.pod b/doc/man1/sess_id.pod
index ca3dd7e..0c0e7e8 100644
--- a/doc/man1/sess_id.pod
+++ b/doc/man1/sess_id.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-sess_id,
sess_id - SSL/TLS session handling utility
=head1 SYNOPSIS
diff --git a/doc/man1/smime.pod b/doc/man1/smime.pod
index 4d8cf7a..0acdd08 100644
--- a/doc/man1/smime.pod
+++ b/doc/man1/smime.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-smime,
smime - S/MIME utility
=head1 SYNOPSIS
diff --git a/doc/man1/speed.pod b/doc/man1/speed.pod
index 647c59f..d8d5f6f 100644
--- a/doc/man1/speed.pod
+++ b/doc/man1/speed.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-speed,
speed - test library performance
=head1 SYNOPSIS
diff --git a/doc/man1/spkac.pod b/doc/man1/spkac.pod
index 14fdd0b..75b12d8 100644
--- a/doc/man1/spkac.pod
+++ b/doc/man1/spkac.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-spkac,
spkac - SPKAC printing and generating utility
=head1 SYNOPSIS
diff --git a/doc/man1/srp.pod b/doc/man1/srp.pod
index a5dcf2e..e858a22 100644
--- a/doc/man1/srp.pod
+++ b/doc/man1/srp.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-srp,
srp - maintain SRP password file
=head1 SYNOPSIS
diff --git a/doc/man1/storeutl.pod b/doc/man1/storeutl.pod
index 1f72966..74361a7 100644
--- a/doc/man1/storeutl.pod
+++ b/doc/man1/storeutl.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-storeutl,
storeutl - STORE utility
=head1 SYNOPSIS
diff --git a/doc/man1/ts.pod b/doc/man1/ts.pod
index 8886cd6..3ae320f 100644
--- a/doc/man1/ts.pod
+++ b/doc/man1/ts.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-ts,
ts - Time Stamping Authority tool (client/server)
=head1 SYNOPSIS
diff --git a/doc/man1/tsget.pod b/doc/man1/tsget.pod
index 7812a32..43bf2c7 100644
--- a/doc/man1/tsget.pod
+++ b/doc/man1/tsget.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-tsget,
tsget - Time Stamping HTTP/HTTPS client
=head1 SYNOPSIS
diff --git a/doc/man1/verify.pod b/doc/man1/verify.pod
index 5596e1d..b67890a 100644
--- a/doc/man1/verify.pod
+++ b/doc/man1/verify.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-verify,
verify - Utility to verify certificates
=head1 SYNOPSIS
diff --git a/doc/man1/version.pod b/doc/man1/version.pod
index c14311b..757b55b 100644
--- a/doc/man1/version.pod
+++ b/doc/man1/version.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-version,
version - print OpenSSL version information
=head1 SYNOPSIS
diff --git a/doc/man1/x509.pod b/doc/man1/x509.pod
index a2cbd0d..e57e18b 100644
--- a/doc/man1/x509.pod
+++ b/doc/man1/x509.pod
@@ -2,6 +2,7 @@
=head1 NAME
+openssl-x509,
x509 - Certificate display and signing utility
=head1 SYNOPSIS
diff --git a/util/process_docs.pl b/util/process_docs.pl
old mode 100644
new mode 100755
More information about the openssl-commits
mailing list