From a5b4d2c04b558a0cdaf1eaacb3f83fcc27e23de7 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sun, 8 Oct 2017 06:56:36 +0000 Subject: hyphenate DER/PEM-encoded, for consistency; --- src/lib/libtls/man/tls_conn_version.3 | 6 +++--- src/lib/libtls/man/tls_load_file.3 | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/lib/libtls/man/tls_conn_version.3 b/src/lib/libtls/man/tls_conn_version.3 index e65e69b16d..f8a1678e8c 100644 --- a/src/lib/libtls/man/tls_conn_version.3 +++ b/src/lib/libtls/man/tls_conn_version.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_conn_version.3,v 1.5 2017/10/07 14:41:58 jsing Exp $ +.\" $OpenBSD: tls_conn_version.3,v 1.6 2017/10/08 06:56:36 jmc Exp $ .\" .\" Copyright (c) 2015 Bob Beck .\" Copyright (c) 2016 Joel Sing @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 7 2017 $ +.Dd $Mdocdate: October 8 2017 $ .Dt TLS_CONN_VERSION 3 .Os .Sh NAME @@ -103,7 +103,7 @@ SAN or CN that matches .Ar name . .Pp .Fn tls_peer_cert_chain_pem -returns a pointer to memory containing a PEM encoded certificate chain for the +returns a pointer to memory containing a PEM-encoded certificate chain for the peer certificate from .Ar ctx . .Pp diff --git a/src/lib/libtls/man/tls_load_file.3 b/src/lib/libtls/man/tls_load_file.3 index 957e65503e..d487009756 100644 --- a/src/lib/libtls/man/tls_load_file.3 +++ b/src/lib/libtls/man/tls_load_file.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_load_file.3,v 1.8 2017/08/01 08:41:36 jmc Exp $ +.\" $OpenBSD: tls_load_file.3,v 1.9 2017/10/08 06:56:36 jmc Exp $ .\" .\" Copyright (c) 2014 Ted Unangst .\" Copyright (c) 2015 Reyk Floeter @@ -17,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 1 2017 $ +.Dd $Mdocdate: October 8 2017 $ .Dt TLS_LOAD_FILE 3 .Os .Sh NAME @@ -255,11 +255,11 @@ sets the files from which the public certificate, and private key will be read. directly sets the public certificate, and private key from memory. .Pp .Fn tls_config_set_keypair_ocsp_file -sets the files from which the public certificate, private key, and DER encoded +sets the files from which the public certificate, private key, and DER-encoded OCSP staple will be read. .Pp .Fn tls_config_set_keypair_ocsp_mem -directly sets the public certificate, private key, and DER encoded OCSP staple +directly sets the public certificate, private key, and DER-encoded OCSP staple from memory. .Pp .Fn tls_config_add_keypair_file @@ -271,12 +271,12 @@ adds an additional public certificate, and private key from memory, used as an alternative certificate for Server Name Indication (server only). .Pp .Fn tls_config_add_keypair_ocsp_file -adds an additional public certificate, private key, and DER encoded OCSP staple +adds an additional public certificate, private key, and DER-encoded OCSP staple from the specified files, used as an alternative certificate for Server Name Indication (server only). .Pp .Fn tls_config_add_keypair_ocsp_mem -adds an additional public certificate, private key, and DER encoded OCSP staple +adds an additional public certificate, private key, and DER-encoded OCSP staple from memory, used as an alternative certificate for Server Name Indication (server only). .Pp -- cgit v1.2.3-55-g6feb