summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-01-15 22:19:30 +0000
committerUlf Möller <ulf@openssl.org>2001-01-15 22:19:30 +0000
commita068630a2038ff167d29cdaed828161719355531 (patch)
tree46fe7cb6f55a4899f19b0da5ede200c3ff44e928 /doc
parentdfebac32c0a1611a42f1629b3dc50d31f8113396 (diff)
link to the new manpage.
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/ocsp.pod5
-rw-r--r--doc/apps/openssl.pod4
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/apps/ocsp.pod b/doc/apps/ocsp.pod
index e5b03db740..1b2b535b40 100644
--- a/doc/apps/ocsp.pod
+++ b/doc/apps/ocsp.pod
@@ -2,7 +2,7 @@
=head1 NAME
-ocsp - OCSP utility
+ocsp - Online Certificate Status Protocol utility
=head1 SYNOPSIS
@@ -27,6 +27,9 @@ B<openssl> B<ocsp>
B<WARNING: this documentation is preliminary and subject to change.>
+The Online Certificate Status Protocol (OCSP) enables applications to
+determine the (revocation) state of an identified certificate (RFC 2560).
+
The B<ocsp> command performs many common OCSP tasks. It can be used
to print out requests and responses, create requests and send queries
to an OCSP responder.
diff --git a/doc/apps/openssl.pod b/doc/apps/openssl.pod
index 0cbd199d79..689fe3a76d 100644
--- a/doc/apps/openssl.pod
+++ b/doc/apps/openssl.pod
@@ -121,6 +121,10 @@ Generation of DSA Parameters.
Generation of RSA Parameters.
+=item L<B<ocsp>|ocsp(1)>
+
+Online Certificate Status Protocol utility.
+
=item L<B<passwd>|passwd(1)>
Generation of hashed passwords.