diff options
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3 | 23 |
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 | |||
125 | where session resumption occurs (because there are no Certificates | 113 | where session resumption occurs (because there are no Certificates |
126 | exchanged in such a handshake). | 114 | exchanged in such a handshake). |
127 | .Pp | 115 | .Pp |
128 | The callback previously set via | ||
129 | .Fn SSL_CTX_set_tlsext_status_cb | ||
130 | can be retrieved by calling | ||
131 | .Fn SSL_CTX_get_tlsext_status_cb , | ||
132 | and the argument by calling | ||
133 | .Fn SSL_CTX_get_tlsext_status_arg . | ||
134 | .Pp | ||
135 | The response returned by the server can be obtained via a call to | 116 | The 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 . |
137 | The value | 118 | The 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 , |
182 | and | 161 | and |
183 | .Fn SSL_set_tlsext_status_ocsp_resp | 162 | .Fn SSL_set_tlsext_status_ocsp_resp |