diff options
author | jmc <> | 2016-11-05 15:45:41 +0000 |
---|---|---|
committer | jmc <> | 2016-11-05 15:45:41 +0000 |
commit | 6dd556f61c141a00f8cc61c8b28e4ebf5f4ba8c0 (patch) | |
tree | e20b93fc9d6badbff4fe2f5b0b84bb7125f55087 /src | |
parent | 5af30545c000c195ca6e44f207da004e5780ddb5 (diff) | |
download | openbsd-6dd556f61c141a00f8cc61c8b28e4ebf5f4ba8c0.tar.gz openbsd-6dd556f61c141a00f8cc61c8b28e4ebf5f4ba8c0.tar.bz2 openbsd-6dd556f61c141a00f8cc61c8b28e4ebf5f4ba8c0.zip |
tweak previous;
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libtls/tls_init.3 | 12 |
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, | |||
372 | used as an alternative certificate for Server Name Indication (server only). | 372 | used 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 |
375 | adds a DER encoded OCSP response to be stapled during the TLS handshake from | 375 | adds a DER-encoded OCSP response to be stapled during the TLS handshake from |
376 | memory. | 376 | memory. |
377 | .It | 377 | .It |
378 | .Fn tls_config_set_ocsp_staple_file | 378 | .Fn tls_config_set_ocsp_staple_file |
379 | adds a DER encoded OCSP response to be stapled during the TLS handshake from | 379 | adds a DER-encoded OCSP response to be stapled during the TLS handshake from |
380 | the specified file. | 380 | the specified file. |
381 | .It | 381 | .It |
382 | .Fn tls_config_set_alpn | 382 | .Fn tls_config_set_alpn |
383 | sets the ALPN protocols that are supported. | 383 | sets the ALPN protocols that are supported. |