summaryrefslogtreecommitdiff
path: root/src/lib/libtls/man/tls_config_ocsp_require_stapling.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libtls/man/tls_config_ocsp_require_stapling.3')
-rw-r--r--src/lib/libtls/man/tls_config_ocsp_require_stapling.39
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/libtls/man/tls_config_ocsp_require_stapling.3 b/src/lib/libtls/man/tls_config_ocsp_require_stapling.3
index d9f2972045..0f532cf8c0 100644
--- a/src/lib/libtls/man/tls_config_ocsp_require_stapling.3
+++ b/src/lib/libtls/man/tls_config_ocsp_require_stapling.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: tls_config_ocsp_require_stapling.3,v 1.2 2017/01/27 20:19:51 schwarze Exp $ 1.\" $OpenBSD: tls_config_ocsp_require_stapling.3,v 1.3 2017/01/28 00:59:36 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Bob Beck <beck@openbsd.org> 3.\" Copyright (c) 2016 Bob Beck <beck@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: January 27 2017 $ 17.Dd $Mdocdate: January 28 2017 $
18.Dt TLS_CONFIG_OCSP_REQUIRE_STAPLING 3 18.Dt TLS_CONFIG_OCSP_REQUIRE_STAPLING 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -57,3 +57,8 @@ return 0 on success or -1 on error.
57.Xr tls_handshake 3 , 57.Xr tls_handshake 3 ,
58.Xr tls_init 3 , 58.Xr tls_init 3 ,
59.Xr tls_ocsp_process_response 3 59.Xr tls_ocsp_process_response 3
60.Sh HISTORY
61These functions appeared in
62.Ox 6.1 .
63.Sh AUTHORS
64.An Bob Beck Aq Mt beck@openbsd.org