summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2016-11-05 15:45:41 +0000
committerjmc <>2016-11-05 15:45:41 +0000
commit6dd556f61c141a00f8cc61c8b28e4ebf5f4ba8c0 (patch)
treee20b93fc9d6badbff4fe2f5b0b84bb7125f55087 /src
parent5af30545c000c195ca6e44f207da004e5780ddb5 (diff)
downloadopenbsd-6dd556f61c141a00f8cc61c8b28e4ebf5f4ba8c0.tar.gz
openbsd-6dd556f61c141a00f8cc61c8b28e4ebf5f4ba8c0.tar.bz2
openbsd-6dd556f61c141a00f8cc61c8b28e4ebf5f4ba8c0.zip
tweak previous;
Diffstat (limited to 'src')
-rw-r--r--src/lib/libtls/tls_init.312
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3
index a6ab619c19..144b1327c7 100644
--- a/src/lib/libtls/tls_init.3
+++ b/src/lib/libtls/tls_init.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: tls_init.3,v 1.78 2016/11/05 15:13:26 beck Exp $ 1.\" $OpenBSD: tls_init.3,v 1.79 2016/11/05 15:45:41 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" 4.\"
@@ -139,7 +139,7 @@
139.Ft "int" 139.Ft "int"
140.Fn tls_config_set_ocsp_staple_mem "struct tls_config *config" "const char *staple" "size_t len" 140.Fn tls_config_set_ocsp_staple_mem "struct tls_config *config" "const char *staple" "size_t len"
141.Ft "int" 141.Ft "int"
142.Fn tls_config_set_ocsp_staple_file "struct tls_config *config" "const char *staple_file 142.Fn tls_config_set_ocsp_staple_file "struct tls_config *config" "const char *staple_file"
143.Ft "void" 143.Ft "void"
144.Fn tls_config_set_protocols "struct tls_config *config" "uint32_t protocols" 144.Fn tls_config_set_protocols "struct tls_config *config" "uint32_t protocols"
145.Ft "void" 145.Ft "void"
@@ -372,12 +372,12 @@ adds an additional public certificate and private key from memory,
372used as an alternative certificate for Server Name Indication (server only). 372used as an alternative certificate for Server Name Indication (server only).
373.It 373.It
374.Fn tls_config_set_ocsp_staple_mem 374.Fn tls_config_set_ocsp_staple_mem
375adds a DER encoded OCSP response to be stapled during the TLS handshake from 375adds a DER-encoded OCSP response to be stapled during the TLS handshake from
376memory. 376memory.
377.It 377.It
378.Fn tls_config_set_ocsp_staple_file 378.Fn tls_config_set_ocsp_staple_file
379adds a DER encoded OCSP response to be stapled during the TLS handshake from 379adds a DER-encoded OCSP response to be stapled during the TLS handshake from
380the specified file. 380the specified file.
381.It 381.It
382.Fn tls_config_set_alpn 382.Fn tls_config_set_alpn
383sets the ALPN protocols that are supported. 383sets the ALPN protocols that are supported.