diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-11-05 15:45:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-11-05 15:45:42 +0000 |
commit | 7b1982988bf4b2e1d1d5f5ef9d2e4f2e394333b1 (patch) | |
tree | fd8eac717c0d0ced11013d48a091c5c19287a1dd | |
parent | d57388548c41c92b1975971f9afcd6409f3ead39 (diff) |
tweak previous;
-rw-r--r-- | lib/libtls/tls_init.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libtls/tls_init.3 b/lib/libtls/tls_init.3 index a6ab619c199..144b1327c7d 100644 --- a/lib/libtls/tls_init.3 +++ b/lib/libtls/tls_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_init.3,v 1.78 2016/11/05 15:13:26 beck Exp $ +.\" $OpenBSD: tls_init.3,v 1.79 2016/11/05 15:45:41 jmc Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> .\" @@ -139,7 +139,7 @@ .Ft "int" .Fn tls_config_set_ocsp_staple_mem "struct tls_config *config" "const char *staple" "size_t len" .Ft "int" -.Fn tls_config_set_ocsp_staple_file "struct tls_config *config" "const char *staple_file +.Fn tls_config_set_ocsp_staple_file "struct tls_config *config" "const char *staple_file" .Ft "void" .Fn tls_config_set_protocols "struct tls_config *config" "uint32_t protocols" .Ft "void" @@ -372,12 +372,12 @@ adds an additional public certificate and private key from memory, used as an alternative certificate for Server Name Indication (server only). .It .Fn tls_config_set_ocsp_staple_mem -adds a DER encoded OCSP response to be stapled during the TLS handshake from -memory. +adds a DER-encoded OCSP response to be stapled during the TLS handshake from +memory. .It .Fn tls_config_set_ocsp_staple_file -adds a DER encoded OCSP response to be stapled during the TLS handshake from -the specified file. +adds a DER-encoded OCSP response to be stapled during the TLS handshake from +the specified file. .It .Fn tls_config_set_alpn sets the ALPN protocols that are supported. |