diff options
author | jmc <> | 2021-06-22 20:01:19 +0000 |
---|---|---|
committer | jmc <> | 2021-06-22 20:01:19 +0000 |
commit | 7766d83b58850c4cc00369bfa3b8fb3aa92186a3 (patch) | |
tree | aba3f52d47a117d4b3a3cd6aecb5b4c9167440f4 | |
parent | af1b15e1947248a1eb121aa69aa83eae5a7e8592 (diff) | |
download | openbsd-7766d83b58850c4cc00369bfa3b8fb3aa92186a3.tar.gz openbsd-7766d83b58850c4cc00369bfa3b8fb3aa92186a3.tar.bz2 openbsd-7766d83b58850c4cc00369bfa3b8fb3aa92186a3.zip |
zap wonky commas;
-rw-r--r-- | src/lib/libtls/man/tls_load_file.3 | 10 |
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 | |||
253 | memory. | 253 | memory. |
254 | .Pp | 254 | .Pp |
255 | .Fn tls_config_set_keypair_file | 255 | .Fn tls_config_set_keypair_file |
256 | loads two files from which the public certificate, and private key will be read. | 256 | loads 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 |
259 | directly sets the public certificate, and private key from memory. | 259 | directly 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 |
262 | loads three files containing the public certificate, private key, | 262 | loads three files containing the public certificate, private key, |
@@ -267,11 +267,11 @@ directly sets the public certificate, private key, and DER-encoded OCSP staple | |||
267 | from memory. | 267 | from memory. |
268 | .Pp | 268 | .Pp |
269 | .Fn tls_config_add_keypair_file | 269 | .Fn tls_config_add_keypair_file |
270 | adds an additional public certificate, and private key from the specified files, | 270 | adds an additional public certificate and private key from the specified files, |
271 | used as an alternative certificate for Server Name Indication (server only). | 271 | used 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 |
274 | adds an additional public certificate, and private key from memory, used as an | 274 | adds an additional public certificate and private key from memory, used as an |
275 | alternative certificate for Server Name Indication (server only). | 275 | alternative 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 |