diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_should_retry.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_should_retry.3 | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BIO_should_retry.3 b/src/lib/libcrypto/man/BIO_should_retry.3 index f37bfe2c67..85e313ee15 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.7 2018/03/20 19:33:16 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_should_retry.3,v 1.8 2018/03/27 17:35:50 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: March 20 2018 $ | 52 | .Dd $Mdocdate: March 27 2018 $ |
53 | .Dt BIO_SHOULD_RETRY 3 | 53 | .Dt BIO_SHOULD_RETRY 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -215,8 +215,18 @@ and use a timeout on the | |||
215 | .Xr BIO_new 3 , | 215 | .Xr BIO_new 3 , |
216 | .Xr BIO_read 3 | 216 | .Xr BIO_read 3 |
217 | .Sh HISTORY | 217 | .Sh HISTORY |
218 | These functions appeared in SSLeay 0.8.1b or earlier | 218 | .Fn BIO_should_read , |
219 | and have been available since | 219 | .Fn BIO_should_write , |
220 | .Fn BIO_retry_type , | ||
221 | and | ||
222 | .Fn BIO_should_retry | ||
223 | first appeared in SSLeay 0.6.0. | ||
224 | .Fn BIO_should_io_special , | ||
225 | .Fn BIO_get_retry_BIO , | ||
226 | and | ||
227 | .Fn BIO_get_retry_reason | ||
228 | first appeared in SSLeay 0.8.0. | ||
229 | All these functions have been available since | ||
220 | .Ox 2.4 . | 230 | .Ox 2.4 . |
221 | .Sh BUGS | 231 | .Sh BUGS |
222 | The OpenSSL ASN.1 functions cannot gracefully deal with non-blocking I/O: | 232 | The OpenSSL ASN.1 functions cannot gracefully deal with non-blocking I/O: |