1*ff8b022aSjmc.\" $OpenBSD: tls_config_ocsp_require_stapling.3,v 1.5 2017/01/31 20:53:50 jmc Exp $ 2e690d60fSschwarze.\" 34801fc0bSschwarze.\" Copyright (c) 2016 Bob Beck <beck@openbsd.org> 4e690d60fSschwarze.\" 5e690d60fSschwarze.\" Permission to use, copy, modify, and distribute this software for any 6e690d60fSschwarze.\" purpose with or without fee is hereby granted, provided that the above 7e690d60fSschwarze.\" copyright notice and this permission notice appear in all copies. 8e690d60fSschwarze.\" 9e690d60fSschwarze.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10e690d60fSschwarze.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11e690d60fSschwarze.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12e690d60fSschwarze.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13e690d60fSschwarze.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14e690d60fSschwarze.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15e690d60fSschwarze.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16e690d60fSschwarze.\" 17ef012c23Sbeck.Dd $Mdocdate: January 31 2017 $ 18e690d60fSschwarze.Dt TLS_CONFIG_OCSP_REQUIRE_STAPLING 3 19e690d60fSschwarze.Os 20e690d60fSschwarze.Sh NAME 21*ff8b022aSjmc.Nm tls_config_ocsp_require_stapling 22e690d60fSschwarze.Nd OCSP configuration for libtls 23e690d60fSschwarze.Sh SYNOPSIS 24e690d60fSschwarze.In tls.h 25e690d60fSschwarze.Ft void 26e690d60fSschwarze.Fn tls_config_ocsp_require_stapling "struct tls_config *config" 27e690d60fSschwarze.Sh DESCRIPTION 28e690d60fSschwarze.Fn tls_config_ocsp_require_stapling 29*ff8b022aSjmcrequires that a valid stapled OCSP response be provided 30*ff8b022aSjmcduring the TLS handshake. 31e690d60fSschwarze.Sh SEE ALSO 32ef012c23Sbeck.Xr tls_config_add_keypair_file 3 , 33e690d60fSschwarze.Xr tls_handshake 3 , 34e690d60fSschwarze.Xr tls_init 3 , 35e690d60fSschwarze.Xr tls_ocsp_process_response 3 368b02f64eSschwarze.Sh HISTORY 378b02f64eSschwarzeThese functions appeared in 388b02f64eSschwarze.Ox 6.1 . 398b02f64eSschwarze.Sh AUTHORS 408b02f64eSschwarze.An Bob Beck Aq Mt beck@openbsd.org 41