[openssl] OpenSSL_1_1_1-stable update

tmraz at fedoraproject.org tmraz at fedoraproject.org
Thu Jan 9 08:42:23 UTC 2020


The branch OpenSSL_1_1_1-stable has been updated
       via  6d5e2a41793ffffda9891e08f61a77f636e297db (commit)
      from  0efc1154e552ba736732424f128c1ef04d30731e (commit)


- Log -----------------------------------------------------------------
commit 6d5e2a41793ffffda9891e08f61a77f636e297db
Author: Dr. David von Oheimb <David.von.Oheimb at siemens.com>
Date:   Fri Dec 27 10:54:38 2019 +0100

    fix a glitch in the documentation of OCSP_sendreq_bio()
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
    (Merged from https://github.com/openssl/openssl/pull/10713)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/OCSP_sendreq_new.pod | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc/man3/OCSP_sendreq_new.pod b/doc/man3/OCSP_sendreq_new.pod
index 65ba235c10..7421698332 100644
--- a/doc/man3/OCSP_sendreq_new.pod
+++ b/doc/man3/OCSP_sendreq_new.pod
@@ -24,8 +24,7 @@ OCSP_REQ_CTX_set1_req, OCSP_sendreq_bio - OCSP responder query functions
 
  int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req);
 
- OCSP_RESPONSE *OCSP_sendreq_bio(BIO *io, const char *path, OCSP_REQUEST *req,
-                                 int maxline);
+ OCSP_RESPONSE *OCSP_sendreq_bio(BIO *io, const char *path, OCSP_REQUEST *req);
 
 =head1 DESCRIPTION
 
@@ -54,8 +53,8 @@ OCSP_REQ_CTX_set1_req() sets the OCSP request in B<rctx> to B<req>. This
 function should be called after any calls to OCSP_REQ_CTX_add1_header().
 
 OCSP_sendreq_bio() performs an OCSP request using the responder B<io>, the URL
-path B<path>, the OCSP request B<req> and with a response header maximum line
-length of B<maxline>. If B<maxline> is zero a default value of 4k is used.
+path B<path>, and the OCSP request B<req> with a response header maximum line
+length 4k. It waits indefinitely on a response.
 
 =head1 RETURN VALUES
 


More information about the openssl-commits mailing list