summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_should_retry.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-20 19:33:16 +0000
committerschwarze <>2018-03-20 19:33:16 +0000
commitf70bc934b6cc6e1bb9d5778afa91cf73609cad41 (patch)
treefe064d32e57af16e9b70f737a562909ac9ecfcaf /src/lib/libcrypto/man/BIO_should_retry.3
parentb698ff23ebda642453ff74723e56076e55dffcda (diff)
downloadopenbsd-f70bc934b6cc6e1bb9d5778afa91cf73609cad41.tar.gz
openbsd-f70bc934b6cc6e1bb9d5778afa91cf73609cad41.tar.bz2
openbsd-f70bc934b6cc6e1bb9d5778afa91cf73609cad41.zip
bio.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/BIO_should_retry.3')
-rw-r--r--src/lib/libcrypto/man/BIO_should_retry.38
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_should_retry.3 b/src/lib/libcrypto/man/BIO_should_retry.3
index e9b5780365..f37bfe2c67 100644
--- a/src/lib/libcrypto/man/BIO_should_retry.3
+++ b/src/lib/libcrypto/man/BIO_should_retry.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_should_retry.3,v 1.6 2018/02/13 01:34:34 schwarze Exp $ 1.\" $OpenBSD: BIO_should_retry.3,v 1.7 2018/03/20 19:33:16 schwarze Exp $
2.\" full merge up to: OpenSSL 60e24554 Apr 6 14:45:18 2010 +0000 2.\" full merge up to: OpenSSL 60e24554 Apr 6 14:45:18 2010 +0000
3.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 3.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
4.\" 4.\"
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: February 13 2018 $ 52.Dd $Mdocdate: March 20 2018 $
53.Dt BIO_SHOULD_RETRY 3 53.Dt BIO_SHOULD_RETRY 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -214,6 +214,10 @@ and use a timeout on the
214.Sh SEE ALSO 214.Sh SEE ALSO
215.Xr BIO_new 3 , 215.Xr BIO_new 3 ,
216.Xr BIO_read 3 216.Xr BIO_read 3
217.Sh HISTORY
218These functions appeared in SSLeay 0.8.1b or earlier
219and have been available since
220.Ox 2.4 .
217.Sh BUGS 221.Sh BUGS
218The OpenSSL ASN.1 functions cannot gracefully deal with non-blocking I/O: 222The OpenSSL ASN.1 functions cannot gracefully deal with non-blocking I/O:
219they cannot retry after a partial read or write. 223they cannot retry after a partial read or write.