diff options
author | schwarze <> | 2018-03-20 19:33:16 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-20 19:33:16 +0000 |
commit | f70bc934b6cc6e1bb9d5778afa91cf73609cad41 (patch) | |
tree | fe064d32e57af16e9b70f737a562909ac9ecfcaf /src/lib/libcrypto/man/BIO_should_retry.3 | |
parent | b698ff23ebda642453ff74723e56076e55dffcda (diff) | |
download | openbsd-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.3 | 8 |
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 | ||
218 | These functions appeared in SSLeay 0.8.1b or earlier | ||
219 | and have been available since | ||
220 | .Ox 2.4 . | ||
217 | .Sh BUGS | 221 | .Sh BUGS |
218 | The OpenSSL ASN.1 functions cannot gracefully deal with non-blocking I/O: | 222 | The OpenSSL ASN.1 functions cannot gracefully deal with non-blocking I/O: |
219 | they cannot retry after a partial read or write. | 223 | they cannot retry after a partial read or write. |