summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2018-03-23 23:59:06 +0000
committerschwarze <>2018-03-23 23:59:06 +0000
commitd199c218f2fc113446ed8e069a2dbe49d6699468 (patch)
treec4e63f089ca7712ee46fa71d75bc2e11b8a683ac /src
parentb368393a562c8eb79808430b84470d02b0728608 (diff)
downloadopenbsd-d199c218f2fc113446ed8e069a2dbe49d6699468.tar.gz
openbsd-d199c218f2fc113446ed8e069a2dbe49d6699468.tar.bz2
openbsd-d199c218f2fc113446ed8e069a2dbe49d6699468.zip
delete two functions that do not exist
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.323
1 files changed, 1 insertions, 22 deletions
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 @@
1.\" $OpenBSD: SSL_CTX_set_tlsext_status_cb.3,v 1.4 2018/03/23 01:06:56 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_set_tlsext_status_cb.3,v 1.5 2018/03/23 23:59:06 schwarze Exp $
2.\" full merge up to: OpenSSL 43c34894 Nov 30 16:04:51 2015 +0000 2.\" full merge up to: OpenSSL 43c34894 Nov 30 16:04:51 2015 +0000
3.\" selective merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 3.\" selective merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
4.\" 4.\"
@@ -54,9 +54,7 @@
54.Os 54.Os
55.Sh NAME 55.Sh NAME
56.Nm SSL_CTX_set_tlsext_status_cb , 56.Nm SSL_CTX_set_tlsext_status_cb ,
57.Nm SSL_CTX_get_tlsext_status_cb ,
58.Nm SSL_CTX_set_tlsext_status_arg , 57.Nm SSL_CTX_set_tlsext_status_arg ,
59.Nm SSL_CTX_get_tlsext_status_arg ,
60.Nm SSL_set_tlsext_status_type , 58.Nm SSL_set_tlsext_status_type ,
61.Nm SSL_get_tlsext_status_ocsp_resp , 59.Nm SSL_get_tlsext_status_ocsp_resp ,
62.Nm SSL_set_tlsext_status_ocsp_resp 60.Nm SSL_set_tlsext_status_ocsp_resp
@@ -69,21 +67,11 @@
69.Fa "int (*callback)(SSL *, void *)" 67.Fa "int (*callback)(SSL *, void *)"
70.Fc 68.Fc
71.Ft long 69.Ft long
72.Fo SSL_CTX_get_tlsext_status_cb
73.Fa "SSL_CTX *ctx"
74.Fa "int (*callback)(SSL *, void *)"
75.Fc
76.Ft long
77.Fo SSL_CTX_set_tlsext_status_arg 70.Fo SSL_CTX_set_tlsext_status_arg
78.Fa "SSL_CTX *ctx" 71.Fa "SSL_CTX *ctx"
79.Fa "void *arg" 72.Fa "void *arg"
80.Fc 73.Fc
81.Ft long 74.Ft long
82.Fo SSL_CTX_get_tlsext_status_arg
83.Fa "SSL_CTX *ctx"
84.Fa "void **arg"
85.Fc
86.Ft long
87.Fo SSL_set_tlsext_status_type 75.Fo SSL_set_tlsext_status_type
88.Fa "SSL *s" 76.Fa "SSL *s"
89.Fa "int type" 77.Fa "int type"
@@ -125,13 +113,6 @@ Note that the callback will not be called in the event of a handshake
125where session resumption occurs (because there are no Certificates 113where session resumption occurs (because there are no Certificates
126exchanged in such a handshake). 114exchanged in such a handshake).
127.Pp 115.Pp
128The callback previously set via
129.Fn SSL_CTX_set_tlsext_status_cb
130can be retrieved by calling
131.Fn SSL_CTX_get_tlsext_status_cb ,
132and the argument by calling
133.Fn SSL_CTX_get_tlsext_status_arg .
134.Pp
135The response returned by the server can be obtained via a call to 116The response returned by the server can be obtained via a call to
136.Fn SSL_get_tlsext_status_ocsp_resp . 117.Fn SSL_get_tlsext_status_ocsp_resp .
137The value 118The value
@@ -175,9 +156,7 @@ The callback when used on the server side should return with either
175(meaning that a fatal error has occurred). 156(meaning that a fatal error has occurred).
176.Pp 157.Pp
177.Fn SSL_CTX_set_tlsext_status_cb , 158.Fn SSL_CTX_set_tlsext_status_cb ,
178.Fn SSL_CTX_get_tlsext_status_cb ,
179.Fn SSL_CTX_set_tlsext_status_arg , 159.Fn SSL_CTX_set_tlsext_status_arg ,
180.Fn SSL_CTX_get_tlsext_status_arg ,
181.Fn SSL_set_tlsext_status_type , 160.Fn SSL_set_tlsext_status_type ,
182and 161and
183.Fn SSL_set_tlsext_status_ocsp_resp 162.Fn SSL_set_tlsext_status_ocsp_resp