summaryrefslogtreecommitdiff
path: root/lib/libssl/man
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-03-23 23:59:07 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-03-23 23:59:07 +0000
commita21d0e357214ec75389337354f968b9fc4f7e73a (patch)
tree28cd84826c8476610eeea38375d90ece5c5d08cb /lib/libssl/man
parenta36bf4bc644192c0fe1dab1394a853d6100987e7 (diff)
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