From d199c218f2fc113446ed8e069a2dbe49d6699468 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 23 Mar 2018 23:59:06 +0000 Subject: delete two functions that do not exist --- src/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3 | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'src') diff --git a/src/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3 b/src/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3 index 61a776e2c4..0245668b66 100644 --- a/src/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3 +++ b/src/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 -- cgit v1.2.3-55-g6feb