diff options
author | jmc <> | 2017-01-31 20:53:50 +0000 |
---|---|---|
committer | jmc <> | 2017-01-31 20:53:50 +0000 |
commit | d845daab527156616acae7b5044b5c3c72cfb4d8 (patch) | |
tree | 0b1bca6f286484b00a31e93e6b0cbd6face47053 /src/lib/libtls/man/tls_config_ocsp_require_stapling.3 | |
parent | fb9dca0f0ed93924626f04529bb4dfa85e3ef25e (diff) | |
download | openbsd-d845daab527156616acae7b5044b5c3c72cfb4d8.tar.gz openbsd-d845daab527156616acae7b5044b5c3c72cfb4d8.tar.bz2 openbsd-d845daab527156616acae7b5044b5c3c72cfb4d8.zip |
tweak previous;
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.3 | 11 |
1 files changed, 4 insertions, 7 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 b8b7600904..a0694d304f 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.4 2017/01/31 16:18:57 beck Exp $ | 1 | .\" $OpenBSD: tls_config_ocsp_require_stapling.3,v 1.5 2017/01/31 20:53:50 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016 Bob Beck <beck@openbsd.org> | 3 | .\" Copyright (c) 2016 Bob Beck <beck@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -18,21 +18,18 @@ | |||
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 |
21 | .Nm tls_config_ocsp_require_stapling , | 21 | .Nm tls_config_ocsp_require_stapling |
22 | .Nd OCSP configuration for libtls | 22 | .Nd OCSP configuration for libtls |
23 | .Sh SYNOPSIS | 23 | .Sh SYNOPSIS |
24 | .In tls.h | 24 | .In tls.h |
25 | .Ft void | 25 | .Ft void |
26 | .Fn tls_config_ocsp_require_stapling "struct tls_config *config" | 26 | .Fn tls_config_ocsp_require_stapling "struct tls_config *config" |
27 | .Fc | ||
28 | .Sh DESCRIPTION | 27 | .Sh DESCRIPTION |
29 | .Fn tls_config_ocsp_require_stapling | 28 | .Fn tls_config_ocsp_require_stapling |
30 | requires that a valid stapled OCSP response be provided during the TLS handshake. | 29 | requires that a valid stapled OCSP response be provided |
30 | during the TLS handshake. | ||
31 | .Sh SEE ALSO | 31 | .Sh SEE ALSO |
32 | .Xr tls_config_set_keypair_file 3 , | ||
33 | .Xr tls_config_set_keypair_mem 3 , | ||
34 | .Xr tls_config_add_keypair_file 3 , | 32 | .Xr tls_config_add_keypair_file 3 , |
35 | .Xr tls_config_add_keypair_mem 3 , | ||
36 | .Xr tls_handshake 3 , | 33 | .Xr tls_handshake 3 , |
37 | .Xr tls_init 3 , | 34 | .Xr tls_init 3 , |
38 | .Xr tls_ocsp_process_response 3 | 35 | .Xr tls_ocsp_process_response 3 |