summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2017-01-26 22:59:56 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2017-01-26 22:59:56 +0000
commit964354d96c36faf7ba680490ea27cc73fcb7d436 (patch)
treed3a683e4567d4d3bd6b716cda0af638c5f8caead /usr.sbin
parent22d870ce3818f6d141dd22bbdee392e8f0b33ba9 (diff)
oscp -> ocsp;
from holger mikolon, plus one more in nc;
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ocspcheck/ocspcheck.86
-rw-r--r--usr.sbin/ocspcheck/ocspcheck.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ocspcheck/ocspcheck.8 b/usr.sbin/ocspcheck/ocspcheck.8
index 5f34575ce13..21869205cac 100644
--- a/usr.sbin/ocspcheck/ocspcheck.8
+++ b/usr.sbin/ocspcheck/ocspcheck.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ocspcheck.8,v 1.5 2017/01/24 12:00:19 beck Exp $
+.\" $OpenBSD: ocspcheck.8,v 1.6 2017/01/26 22:59:55 jmc Exp $
.\"
.\" Copyright (c) 2017 Bob Beck <beck@openbsd.org>
.\"
@@ -14,12 +14,12 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 24 2017 $
+.Dd $Mdocdate: January 26 2017 $
.Dt OCSPCHECK 8
.Os
.Sh NAME
.Nm ocspcheck
-.Nd check a certificate for validity against its OSCP responder
+.Nd check a certificate for validity against its OCSP responder
.Sh SYNOPSIS
.Nm
.Op Fl Nv
diff --git a/usr.sbin/ocspcheck/ocspcheck.c b/usr.sbin/ocspcheck/ocspcheck.c
index 393ab84d9f4..a1032115e97 100644
--- a/usr.sbin/ocspcheck/ocspcheck.c
+++ b/usr.sbin/ocspcheck/ocspcheck.c
@@ -556,7 +556,7 @@ main(int argc, char **argv)
/*
* Load our certificate and keystore, and build up an
- * OSCP request based on the full certificate chain
+ * OCSP request based on the full certificate chain
* we have been given to check.
*/
if ((castore = read_cacerts(cafile)) == NULL)