From c8f6d10887ed45bf7dc5e02ef93ea38253dc6e6d Mon Sep 17 00:00:00 2001 From: jmc <> Date: Thu, 26 Jan 2017 22:59:55 +0000 Subject: oscp -> ocsp; from holger mikolon, plus one more in nc; --- src/usr.bin/nc/nc.1 | 6 +++--- src/usr.sbin/ocspcheck/ocspcheck.8 | 6 +++--- src/usr.sbin/ocspcheck/ocspcheck.c | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 79b95dbe44..b12e728982 100644 --- a/src/usr.bin/nc/nc.1 +++ b/src/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.80 2016/11/06 14:40:37 jmc Exp $ +.\" $OpenBSD: nc.1,v 1.81 2017/01/26 22:59:55 jmc Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 6 2016 $ +.Dd $Mdocdate: January 26 2017 $ .Dt NC 1 .Os .Sh NAME @@ -191,7 +191,7 @@ Specifies the size of the TCP send buffer. .It Fl o Ar staplefile Specifies the filename from which to load data to be stapled during the TLS handshake. -The file is expected to contain an OSCP response from an OCSP server in +The file is expected to contain an OCSP response from an OCSP server in DER format. May only be used with TLS and when a certificate is being used. .It Fl P Ar proxy_username diff --git a/src/usr.sbin/ocspcheck/ocspcheck.8 b/src/usr.sbin/ocspcheck/ocspcheck.8 index 5f34575ce1..21869205ca 100644 --- a/src/usr.sbin/ocspcheck/ocspcheck.8 +++ b/src/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 .\" @@ -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/src/usr.sbin/ocspcheck/ocspcheck.c b/src/usr.sbin/ocspcheck/ocspcheck.c index 393ab84d9f..a1032115e9 100644 --- a/src/usr.sbin/ocspcheck/ocspcheck.c +++ b/src/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) -- cgit v1.2.3-55-g6feb