summaryrefslogtreecommitdiffstats
path: root/doc/man7/bio.pod
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2021-03-09 17:25:26 +1000
committerShane Lontis <shane.lontis@oracle.com>2021-03-11 07:57:31 +1000
commita30823c80f8c1f4ac22fb358cab65ce4e81a5046 (patch)
tree4932e6285f6fc31b31097ce448c510d5f45530e8 /doc/man7/bio.pod
parentc8511e89804749e82d1212fba1dc06c86a266ee4 (diff)
Add new filter BIO BIO_f_readbuffer()
This allows BIO_tell() and BIO_seek() to work for BIO's that do not support these methods. The main use case for this is file/fd BIO's that use stdin. This works for stdin taken from input redirection (command < file), and stdin via pipe (cat file | command). Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14407)
Diffstat (limited to 'doc/man7/bio.pod')
-rw-r--r--doc/man7/bio.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man7/bio.pod b/doc/man7/bio.pod
index bb23e56961..092bdde184 100644
--- a/doc/man7/bio.pod
+++ b/doc/man7/bio.pod
@@ -64,6 +64,7 @@ L<BIO_ctrl(3)>,
L<BIO_f_base64(3)>, L<BIO_f_buffer(3)>,
L<BIO_f_cipher(3)>, L<BIO_f_md(3)>,
L<BIO_f_null(3)>, L<BIO_f_ssl(3)>,
+L<BIO_f_readbuffer(3)>,
L<BIO_find_type(3)>, L<BIO_new(3)>,
L<BIO_new_bio_pair(3)>,
L<BIO_push(3)>, L<BIO_read_ex(3)>,
@@ -76,7 +77,7 @@ L<BIO_should_retry(3)>
=head1 COPYRIGHT
-Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the Apache License 2.0 (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy