link to the new manpage.

This commit is contained in:
Ulf Möller 2001-01-15 22:19:30 +00:00
parent dfebac32c0
commit a068630a20
2 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@
=head1 NAME =head1 NAME
ocsp - OCSP utility ocsp - Online Certificate Status Protocol utility
=head1 SYNOPSIS =head1 SYNOPSIS
@ -27,6 +27,9 @@ B<openssl> B<ocsp>
B<WARNING: this documentation is preliminary and subject to change.> 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 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 print out requests and responses, create requests and send queries
to an OCSP responder. to an OCSP responder.

View File

@ -121,6 +121,10 @@ Generation of DSA Parameters.
Generation of RSA Parameters. Generation of RSA Parameters.
=item L<B<ocsp>|ocsp(1)>
Online Certificate Status Protocol utility.
=item L<B<passwd>|passwd(1)> =item L<B<passwd>|passwd(1)>
Generation of hashed passwords. Generation of hashed passwords.