summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OCSP_sendreq_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/OCSP_sendreq_new.3')
-rw-r--r--src/lib/libcrypto/man/OCSP_sendreq_new.322
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
202if an error occurred. 202if an error occurred.
203.Pp 203.Pp
204.Fn OCSP_sendreq_nbio 204.Fn OCSP_sendreq_nbio
205returns 205returns 1 if the operation was completed successfully,
206.Sy 1 206-1 if the operation should be retried,
207if the operation was completed successfully, 207or 0 if an error occurred.
208.Sy -1
209if the operation should be retried, or
210.Sy 0
211if an error occurred.
212.Pp 208.Pp
213.Fn OCSP_REQ_CTX_add1_header 209.Fn OCSP_REQ_CTX_add1_header
214and 210and
215.Fn OCSP_REQ_CTX_set1_req 211.Fn OCSP_REQ_CTX_set1_req
216return 212return 1 for success or 0 for failure.
217.Sy 1
218for success or
219.Sy 0
220for failure.
221.Pp 213.Pp
222.Fn OCSP_sendreq_bio 214.Fn OCSP_sendreq_bio
223returns the 215returns the
@@ -240,6 +232,6 @@ Add a Host header for
240.Sh CAVEATS 232.Sh CAVEATS
241These functions only perform a minimal HTTP query to a responder. 233These functions only perform a minimal HTTP query to a responder.
242If an application wishes to support more advanced features, it 234If an application wishes to support more advanced features, it
243should use an alternative more complete HTTP library. 235should use an alternative, more complete, HTTP library.
244.Pp 236.Pp
245Currently only HTTP POST queries to responders are supported. 237Currently only HTTP POST queries to responders are supported.