diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_bio.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_s_bio.3 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_bio.3 b/src/lib/libcrypto/man/BIO_s_bio.3 index bf4e8738b5..3c5b1fbe10 100644 --- a/src/lib/libcrypto/man/BIO_s_bio.3 +++ b/src/lib/libcrypto/man/BIO_s_bio.3 | |||
@@ -1,5 +1,5 @@ | |||
1 | .\" $OpenBSD: BIO_s_bio.3,v 1.14 2022/03/31 17:27:16 naddy Exp $ | 1 | .\" $OpenBSD: BIO_s_bio.3,v 1.15 2022/12/18 19:35:36 schwarze Exp $ |
2 | .\" OpenSSL c03726ca Aug 27 12:28:08 2015 -0400 | 2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by | 4 | .\" This file was written by |
5 | .\" Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>, | 5 | .\" Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>, |
@@ -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: March 31 2022 $ | 56 | .Dd $Mdocdate: December 18 2022 $ |
57 | .Dt BIO_S_BIO 3 | 57 | .Dt BIO_S_BIO 3 |
58 | .Os | 58 | .Os |
59 | .Sh NAME | 59 | .Sh NAME |
@@ -184,6 +184,10 @@ to | |||
184 | .Fa size . | 184 | .Fa size . |
185 | If the size is not initialized, a default value is used. | 185 | If the size is not initialized, a default value is used. |
186 | This is currently 17K, sufficient for a maximum size TLS record. | 186 | This is currently 17K, sufficient for a maximum size TLS record. |
187 | When a chain containing a BIO pair is copied with | ||
188 | .Xr BIO_dup_chain 3 , | ||
189 | the write buffer size is automatically copied | ||
190 | from the original BIO object to the new one. | ||
187 | .Pp | 191 | .Pp |
188 | .Fn BIO_get_write_buf_size | 192 | .Fn BIO_get_write_buf_size |
189 | returns the size of the write buffer. | 193 | returns the size of the write buffer. |