summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_s_bio.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/BIO_s_bio.318
1 files changed, 16 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_bio.3 b/src/lib/libcrypto/man/BIO_s_bio.3
index 065a8bae08..be67fd2b06 100644
--- a/src/lib/libcrypto/man/BIO_s_bio.3
+++ b/src/lib/libcrypto/man/BIO_s_bio.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_s_bio.3,v 1.9 2017/01/06 02:29:18 schwarze Exp $ 1.\" $OpenBSD: BIO_s_bio.3,v 1.10 2018/03/21 21:18:08 schwarze Exp $
2.\" OpenSSL c03726ca Aug 27 12:28:08 2015 -0400 2.\" OpenSSL c03726ca Aug 27 12:28:08 2015 -0400
3.\" 3.\"
4.\" This file was written by 4.\" This file was written by
@@ -53,7 +53,7 @@
53.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 53.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
54.\" OF THE POSSIBILITY OF SUCH DAMAGE. 54.\" OF THE POSSIBILITY OF SUCH DAMAGE.
55.\" 55.\"
56.Dd $Mdocdate: January 6 2017 $ 56.Dd $Mdocdate: March 21 2018 $
57.Dt BIO_S_BIO 3 57.Dt BIO_S_BIO 3
58.Os 58.Os
59.Sh NAME 59.Sh NAME
@@ -360,6 +360,20 @@ SSL operations can successfully be continued.
360.Xr BIO_should_retry 3 , 360.Xr BIO_should_retry 3 ,
361.Xr ssl 3 , 361.Xr ssl 3 ,
362.Xr SSL_set_bio 3 362.Xr SSL_set_bio 3
363.Sh HISTORY
364.Fn BIO_s_bio ,
365.Fn BIO_make_bio_pair ,
366.Fn BIO_destroy_bio_pair ,
367.Fn BIO_set_write_buf_size ,
368.Fn BIO_get_write_buf_size ,
369.Fn BIO_new_bio_pair ,
370.Fn BIO_get_write_guarantee ,
371.Fn BIO_ctrl_get_write_guarantee ,
372.Fn BIO_get_read_request ,
373and
374.Fn BIO_ctrl_reset_read_request
375first appeared in OpenSSL 0.9.4 and have been available since
376.Ox 2.6 .
363.Sh CAVEATS 377.Sh CAVEATS
364As the data is buffered, SSL operations may return with an 378As the data is buffered, SSL operations may return with an
365.Dv ERROR_SSL_WANT_READ 379.Dv ERROR_SSL_WANT_READ