diff options
| author | June McEnroe <june@causal.agency> | 2026-06-01 14:49:16 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2026-06-01 14:49:16 -0400 |
| commit | f97c78da517e9100fb9490a26af318eedadd0b92 (patch) | |
| tree | 17cbb8cef13a0326ac57eb22e108d68636a96f67 /man/tls_config_ocsp_require_stapling.3 | |
| parent | Import LibreSSL 4.1.2 (diff) | |
| download | libretls-f97c78da517e9100fb9490a26af318eedadd0b92.tar.gz libretls-f97c78da517e9100fb9490a26af318eedadd0b92.zip | |
Import LibreSSL 4.2.0
Diffstat (limited to 'man/tls_config_ocsp_require_stapling.3')
| -rw-r--r-- | man/tls_config_ocsp_require_stapling.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/tls_config_ocsp_require_stapling.3 b/man/tls_config_ocsp_require_stapling.3 index a0694d3..d776b61 100644 --- a/man/tls_config_ocsp_require_stapling.3 +++ b/man/tls_config_ocsp_require_stapling.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_config_ocsp_require_stapling.3,v 1.5 2017/01/31 20:53:50 jmc Exp $ +.\" $OpenBSD: tls_config_ocsp_require_stapling.3,v 1.6 2025/07/07 10:54:00 schwarze Exp $ .\" .\" Copyright (c) 2016 Bob Beck <beck@openbsd.org> .\" @@ -14,13 +14,14 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 31 2017 $ +.Dd $Mdocdate: July 7 2025 $ .Dt TLS_CONFIG_OCSP_REQUIRE_STAPLING 3 .Os .Sh NAME .Nm tls_config_ocsp_require_stapling .Nd OCSP configuration for libtls .Sh SYNOPSIS +.Lb libtls libssl libcrypto .In tls.h .Ft void .Fn tls_config_ocsp_require_stapling "struct tls_config *config" |