diff options
author | 2016-11-05 15:45:41 +0000 | |
---|---|---|
committer | 2016-11-05 15:45:41 +0000 | |
commit | 9dc6ef19ce42b0bb23340ce483942377e500e8ec (patch) | |
tree | a02b515c54d62517d8cb59394d68cc74fe2f8a0e /lib/libtls/tls_init.3 | |
parent | move manual pages from doc/ to man/ for consistency with other (diff) | |
download | wireguard-openbsd-9dc6ef19ce42b0bb23340ce483942377e500e8ec.tar.xz wireguard-openbsd-9dc6ef19ce42b0bb23340ce483942377e500e8ec.zip |
tweak previous;
Diffstat (limited to 'lib/libtls/tls_init.3')
-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. |