diff options
Diffstat (limited to 'src/lib/libcrypto/man/OCSP_sendreq_new.3')
-rw-r--r-- | src/lib/libcrypto/man/OCSP_sendreq_new.3 | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/src/lib/libcrypto/man/OCSP_sendreq_new.3 b/src/lib/libcrypto/man/OCSP_sendreq_new.3 index 994ce9cc2a..f24abef6b2 100644 --- a/src/lib/libcrypto/man/OCSP_sendreq_new.3 +++ b/src/lib/libcrypto/man/OCSP_sendreq_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: OCSP_sendreq_new.3,v 1.1 2016/11/27 20:40:07 schwarze Exp $ | 1 | .\" $OpenBSD: OCSP_sendreq_new.3,v 1.2 2016/11/30 20:54:25 jmc Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: November 27 2016 $ | 51 | .Dd $Mdocdate: November 30 2016 $ |
52 | .Dt OCSP_SENDREQ_NEW 3 | 52 | .Dt OCSP_SENDREQ_NEW 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -202,22 +202,14 @@ structure or | |||
202 | if an error occurred. | 202 | if an error occurred. |
203 | .Pp | 203 | .Pp |
204 | .Fn OCSP_sendreq_nbio | 204 | .Fn OCSP_sendreq_nbio |
205 | returns | 205 | returns 1 if the operation was completed successfully, |
206 | .Sy 1 | 206 | -1 if the operation should be retried, |
207 | if the operation was completed successfully, | 207 | or 0 if an error occurred. |
208 | .Sy -1 | ||
209 | if the operation should be retried, or | ||
210 | .Sy 0 | ||
211 | if an error occurred. | ||
212 | .Pp | 208 | .Pp |
213 | .Fn OCSP_REQ_CTX_add1_header | 209 | .Fn OCSP_REQ_CTX_add1_header |
214 | and | 210 | and |
215 | .Fn OCSP_REQ_CTX_set1_req | 211 | .Fn OCSP_REQ_CTX_set1_req |
216 | return | 212 | return 1 for success or 0 for failure. |
217 | .Sy 1 | ||
218 | for success or | ||
219 | .Sy 0 | ||
220 | for failure. | ||
221 | .Pp | 213 | .Pp |
222 | .Fn OCSP_sendreq_bio | 214 | .Fn OCSP_sendreq_bio |
223 | returns the | 215 | returns the |
@@ -240,6 +232,6 @@ Add a Host header for | |||
240 | .Sh CAVEATS | 232 | .Sh CAVEATS |
241 | These functions only perform a minimal HTTP query to a responder. | 233 | These functions only perform a minimal HTTP query to a responder. |
242 | If an application wishes to support more advanced features, it | 234 | If an application wishes to support more advanced features, it |
243 | should use an alternative more complete HTTP library. | 235 | should use an alternative, more complete, HTTP library. |
244 | .Pp | 236 | .Pp |
245 | Currently only HTTP POST queries to responders are supported. | 237 | Currently only HTTP POST queries to responders are supported. |