summaryrefslogtreecommitdiffstats
path: root/lib/libssl/man
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2018-03-23 23:59:06 +0000
committerschwarze <schwarze@openbsd.org>2018-03-23 23:59:06 +0000
commit544bbea0abd7d5c861ec07c5d64ed9f67ed84f98 (patch)
treea0bd539316464d326830b71090630545d9d1b2ee /lib/libssl/man
parentfinish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes (diff)
downloadwireguard-openbsd-544bbea0abd7d5c861ec07c5d64ed9f67ed84f98.tar.xz
wireguard-openbsd-544bbea0abd7d5c861ec07c5d64ed9f67ed84f98.zip
delete two functions that do not exist
Diffstat (limited to 'lib/libssl/man')
-rw-r--r--lib/libssl/man/SSL_CTX_set_tlsext_status_cb.323
1 files changed, 1 insertions, 22 deletions
diff --git a/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3 b/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3
index 61a776e2c48..0245668b66e 100644
--- a/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3
+++ b/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_CTX_set_tlsext_status_cb.3,v 1.4 2018/03/23 01:06:56 schwarze Exp $
+.\" $OpenBSD: SSL_CTX_set_tlsext_status_cb.3,v 1.5 2018/03/23 23:59:06 schwarze Exp $
.\" full merge up to: OpenSSL 43c34894 Nov 30 16:04:51 2015 +0000
.\" selective merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
.\"
@@ -54,9 +54,7 @@
.Os
.Sh NAME
.Nm SSL_CTX_set_tlsext_status_cb ,
-.Nm SSL_CTX_get_tlsext_status_cb ,
.Nm SSL_CTX_set_tlsext_status_arg ,
-.Nm SSL_CTX_get_tlsext_status_arg ,
.Nm SSL_set_tlsext_status_type ,
.Nm SSL_get_tlsext_status_ocsp_resp ,
.Nm SSL_set_tlsext_status_ocsp_resp
@@ -69,21 +67,11 @@
.Fa "int (*callback)(SSL *, void *)"
.Fc
.Ft long
-.Fo SSL_CTX_get_tlsext_status_cb
-.Fa "SSL_CTX *ctx"
-.Fa "int (*callback)(SSL *, void *)"
-.Fc
-.Ft long
.Fo SSL_CTX_set_tlsext_status_arg
.Fa "SSL_CTX *ctx"
.Fa "void *arg"
.Fc
.Ft long
-.Fo SSL_CTX_get_tlsext_status_arg
-.Fa "SSL_CTX *ctx"
-.Fa "void **arg"
-.Fc
-.Ft long
.Fo SSL_set_tlsext_status_type
.Fa "SSL *s"
.Fa "int type"
@@ -125,13 +113,6 @@ Note that the callback will not be called in the event of a handshake
where session resumption occurs (because there are no Certificates
exchanged in such a handshake).
.Pp
-The callback previously set via
-.Fn SSL_CTX_set_tlsext_status_cb
-can be retrieved by calling
-.Fn SSL_CTX_get_tlsext_status_cb ,
-and the argument by calling
-.Fn SSL_CTX_get_tlsext_status_arg .
-.Pp
The response returned by the server can be obtained via a call to
.Fn SSL_get_tlsext_status_ocsp_resp .
The value
@@ -175,9 +156,7 @@ The callback when used on the server side should return with either
(meaning that a fatal error has occurred).
.Pp
.Fn SSL_CTX_set_tlsext_status_cb ,
-.Fn SSL_CTX_get_tlsext_status_cb ,
.Fn SSL_CTX_set_tlsext_status_arg ,
-.Fn SSL_CTX_get_tlsext_status_arg ,
.Fn SSL_set_tlsext_status_type ,
and
.Fn SSL_set_tlsext_status_ocsp_resp