summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2021-06-22 20:01:19 +0000
committerjmc <>2021-06-22 20:01:19 +0000
commit7766d83b58850c4cc00369bfa3b8fb3aa92186a3 (patch)
treeaba3f52d47a117d4b3a3cd6aecb5b4c9167440f4
parentaf1b15e1947248a1eb121aa69aa83eae5a7e8592 (diff)
downloadopenbsd-7766d83b58850c4cc00369bfa3b8fb3aa92186a3.tar.gz
openbsd-7766d83b58850c4cc00369bfa3b8fb3aa92186a3.tar.bz2
openbsd-7766d83b58850c4cc00369bfa3b8fb3aa92186a3.zip
zap wonky commas;
-rw-r--r--src/lib/libtls/man/tls_load_file.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libtls/man/tls_load_file.3 b/src/lib/libtls/man/tls_load_file.3
index e6956aeaa1..6f82759d90 100644
--- a/src/lib/libtls/man/tls_load_file.3
+++ b/src/lib/libtls/man/tls_load_file.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: tls_load_file.3,v 1.12 2021/06/22 17:59:48 kn Exp $ 1.\" $OpenBSD: tls_load_file.3,v 1.13 2021/06/22 20:01:19 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> 4.\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@ -253,10 +253,10 @@ sets a DER-encoded OCSP response to be stapled during the TLS handshake from
253memory. 253memory.
254.Pp 254.Pp
255.Fn tls_config_set_keypair_file 255.Fn tls_config_set_keypair_file
256loads two files from which the public certificate, and private key will be read. 256loads two files from which the public certificate and private key will be read.
257.Pp 257.Pp
258.Fn tls_config_set_keypair_mem 258.Fn tls_config_set_keypair_mem
259directly sets the public certificate, and private key from memory. 259directly sets the public certificate and private key from memory.
260.Pp 260.Pp
261.Fn tls_config_set_keypair_ocsp_file 261.Fn tls_config_set_keypair_ocsp_file
262loads three files containing the public certificate, private key, 262loads three files containing the public certificate, private key,
@@ -267,11 +267,11 @@ directly sets the public certificate, private key, and DER-encoded OCSP staple
267from memory. 267from memory.
268.Pp 268.Pp
269.Fn tls_config_add_keypair_file 269.Fn tls_config_add_keypair_file
270adds an additional public certificate, and private key from the specified files, 270adds an additional public certificate and private key from the specified files,
271used as an alternative certificate for Server Name Indication (server only). 271used as an alternative certificate for Server Name Indication (server only).
272.Pp 272.Pp
273.Fn tls_config_add_keypair_mem 273.Fn tls_config_add_keypair_mem
274adds an additional public certificate, and private key from memory, used as an 274adds an additional public certificate and private key from memory, used as an
275alternative certificate for Server Name Indication (server only). 275alternative certificate for Server Name Indication (server only).
276.Pp 276.Pp
277.Fn tls_config_add_keypair_ocsp_file 277.Fn tls_config_add_keypair_ocsp_file