summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/usr.bin/nc/nc.16
-rw-r--r--src/usr.sbin/ocspcheck/ocspcheck.86
-rw-r--r--src/usr.sbin/ocspcheck/ocspcheck.c2
3 files changed, 7 insertions, 7 deletions
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 @@
1.\" $OpenBSD: nc.1,v 1.80 2016/11/06 14:40:37 jmc Exp $ 1.\" $OpenBSD: nc.1,v 1.81 2017/01/26 22:59:55 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1996 David Sacerdote 3.\" Copyright (c) 1996 David Sacerdote
4.\" All rights reserved. 4.\" All rights reserved.
@@ -25,7 +25,7 @@
25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\" 27.\"
28.Dd $Mdocdate: November 6 2016 $ 28.Dd $Mdocdate: January 26 2017 $
29.Dt NC 1 29.Dt NC 1
30.Os 30.Os
31.Sh NAME 31.Sh NAME
@@ -191,7 +191,7 @@ Specifies the size of the TCP send buffer.
191.It Fl o Ar staplefile 191.It Fl o Ar staplefile
192Specifies the filename from which to load data to be stapled 192Specifies the filename from which to load data to be stapled
193during the TLS handshake. 193during the TLS handshake.
194The file is expected to contain an OSCP response from an OCSP server in 194The file is expected to contain an OCSP response from an OCSP server in
195DER format. 195DER format.
196May only be used with TLS and when a certificate is being used. 196May only be used with TLS and when a certificate is being used.
197.It Fl P Ar proxy_username 197.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 @@
1.\" $OpenBSD: ocspcheck.8,v 1.5 2017/01/24 12:00:19 beck Exp $ 1.\" $OpenBSD: ocspcheck.8,v 1.6 2017/01/26 22:59:55 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2017 Bob Beck <beck@openbsd.org> 3.\" Copyright (c) 2017 Bob Beck <beck@openbsd.org>
4.\" 4.\"
@@ -14,12 +14,12 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: January 24 2017 $ 17.Dd $Mdocdate: January 26 2017 $
18.Dt OCSPCHECK 8 18.Dt OCSPCHECK 8
19.Os 19.Os
20.Sh NAME 20.Sh NAME
21.Nm ocspcheck 21.Nm ocspcheck
22.Nd check a certificate for validity against its OSCP responder 22.Nd check a certificate for validity against its OCSP responder
23.Sh SYNOPSIS 23.Sh SYNOPSIS
24.Nm 24.Nm
25.Op Fl Nv 25.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)
556 556
557 /* 557 /*
558 * Load our certificate and keystore, and build up an 558 * Load our certificate and keystore, and build up an
559 * OSCP request based on the full certificate chain 559 * OCSP request based on the full certificate chain
560 * we have been given to check. 560 * we have been given to check.
561 */ 561 */
562 if ((castore = read_cacerts(cafile)) == NULL) 562 if ((castore = read_cacerts(cafile)) == NULL)