summaryrefslogtreecommitdiff
path: root/src/lib/libtls/man/tls_conn_version.3
diff options
context:
space:
mode:
authorjmc <>2017-10-08 06:56:36 +0000
committerjmc <>2017-10-08 06:56:36 +0000
commita5b4d2c04b558a0cdaf1eaacb3f83fcc27e23de7 (patch)
tree10c99c27a8bc0be3627dce02b96f63ad9bf2d47d /src/lib/libtls/man/tls_conn_version.3
parent28567f4e25fa1cdcf7053c3f9b2a6fc0fd707a37 (diff)
downloadopenbsd-a5b4d2c04b558a0cdaf1eaacb3f83fcc27e23de7.tar.gz
openbsd-a5b4d2c04b558a0cdaf1eaacb3f83fcc27e23de7.tar.bz2
openbsd-a5b4d2c04b558a0cdaf1eaacb3f83fcc27e23de7.zip
hyphenate DER/PEM-encoded, for consistency;
Diffstat (limited to 'src/lib/libtls/man/tls_conn_version.3')
-rw-r--r--src/lib/libtls/man/tls_conn_version.36
1 files changed, 3 insertions, 3 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 @@
1.\" $OpenBSD: tls_conn_version.3,v 1.5 2017/10/07 14:41:58 jsing Exp $ 1.\" $OpenBSD: tls_conn_version.3,v 1.6 2017/10/08 06:56:36 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2015 Bob Beck <beck@openbsd.org> 3.\" Copyright (c) 2015 Bob Beck <beck@openbsd.org>
4.\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org> 4.\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org>
@@ -15,7 +15,7 @@
15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17.\" 17.\"
18.Dd $Mdocdate: October 7 2017 $ 18.Dd $Mdocdate: October 8 2017 $
19.Dt TLS_CONN_VERSION 3 19.Dt TLS_CONN_VERSION 3
20.Os 20.Os
21.Sh NAME 21.Sh NAME
@@ -103,7 +103,7 @@ SAN or CN that matches
103.Ar name . 103.Ar name .
104.Pp 104.Pp
105.Fn tls_peer_cert_chain_pem 105.Fn tls_peer_cert_chain_pem
106returns a pointer to memory containing a PEM encoded certificate chain for the 106returns a pointer to memory containing a PEM-encoded certificate chain for the
107peer certificate from 107peer certificate from
108.Ar ctx . 108.Ar ctx .
109.Pp 109.Pp