summaryrefslogtreecommitdiffstats
path: root/doc/man3
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-07-09 00:31:21 +0200
committerTomas Mraz <tomas@openssl.org>2021-11-15 14:40:16 +0100
commit7a9b09feaa07f79522f7affccbca4236da2443e5 (patch)
treeebe16ca08853a69bc57a14732cb7d27801cddb2b /doc/man3
parentbef9b48e5071cdd2b41a4f486d1bcb5e14b2a5c3 (diff)
BIO_s_connect(): Enable BIO_gets()
Fixes #16028 Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16030)
Diffstat (limited to 'doc/man3')
-rw-r--r--doc/man3/BIO_s_connect.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man3/BIO_s_connect.pod b/doc/man3/BIO_s_connect.pod
index 88450dffce..782e076a94 100644
--- a/doc/man3/BIO_s_connect.pod
+++ b/doc/man3/BIO_s_connect.pod
@@ -44,7 +44,7 @@ on the underlying connection. If no connection is established
and the port and hostname (see below) is set up properly then
a connection is established first.
-Connect BIOs support BIO_puts() but not BIO_gets().
+Connect BIOs support BIO_puts() and BIO_gets().
If the close flag is set on a connect BIO then any active
connection is shutdown and the socket closed when the BIO
@@ -199,6 +199,8 @@ BIO_set_conn_int_port(), BIO_get_conn_int_port(), BIO_set_conn_ip(), and BIO_get
were removed in OpenSSL 1.1.0.
Use BIO_set_conn_address() and BIO_get_conn_address() instead.
+Connect BIOs support BIO_gets() since OpenSSL 3.1.
+
=head1 COPYRIGHT
Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.