diff --git a/doc/apps/ocsp.pod b/doc/apps/ocsp.pod index e5b03db740c6b12a06abaa8d0bb7de4ca34e0477..1b2b535b406f7fd13aa24ed4c8b18704e34d99d8 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 B B +The Online Certificate Status Protocol (OCSP) enables applications to +determine the (revocation) state of an identified certificate (RFC 2560). + The B 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 0cbd199d79078160575c7f3e350785d1dc09ce3b..689fe3a76dad6d12714e25883cc531eb8c7aceda 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|ocsp(1)> + +Online Certificate Status Protocol utility. + =item L|passwd(1)> Generation of hashed passwords.