diff options
| author | schwarze <> | 2018-03-21 16:12:41 +0000 |
|---|---|---|
| committer | schwarze <> | 2018-03-21 16:12:41 +0000 |
| commit | f2f22506f23e1a3051e7fbf08cd046d6dc2faeeb (patch) | |
| tree | 33233091c559ad189d2fd647d350e19cb7722743 /src/lib/libssl/man/SSL_CTX_set_read_ahead.3 | |
| parent | 83ef61d0611243b0bd36addb253494c5df8053d3 (diff) | |
| download | openbsd-f2f22506f23e1a3051e7fbf08cd046d6dc2faeeb.tar.gz openbsd-f2f22506f23e1a3051e7fbf08cd046d6dc2faeeb.tar.bz2 openbsd-f2f22506f23e1a3051e7fbf08cd046d6dc2faeeb.zip | |
ssl.h HISTORY up to 0.9.2b; researched from OpenSSL git
Diffstat (limited to 'src/lib/libssl/man/SSL_CTX_set_read_ahead.3')
| -rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_read_ahead.3 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_set_read_ahead.3 b/src/lib/libssl/man/SSL_CTX_set_read_ahead.3 index 44cb08ec53..8948d47e49 100644 --- a/src/lib/libssl/man/SSL_CTX_set_read_ahead.3 +++ b/src/lib/libssl/man/SSL_CTX_set_read_ahead.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: SSL_CTX_set_read_ahead.3,v 1.2 2018/03/21 05:07:04 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_read_ahead.3,v 1.3 2018/03/21 16:12:41 schwarze Exp $ |
| 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Matt Caswell <matt@openssl.org>. | 4 | .\" This file was written by Matt Caswell <matt@openssl.org>. |
| @@ -131,6 +131,13 @@ and | |||
| 131 | .Fn SSL_get_read_ahead | 131 | .Fn SSL_get_read_ahead |
| 132 | appeared before SSLeay 0.8 and have been available since | 132 | appeared before SSLeay 0.8 and have been available since |
| 133 | .Ox 2.4 . | 133 | .Ox 2.4 . |
| 134 | .Pp | ||
| 135 | .Fn SSL_CTX_set_read_ahead , | ||
| 136 | .Fn SSL_CTX_get_read_ahead , | ||
| 137 | and | ||
| 138 | .Fn SSL_CTX_get_default_read_ahead | ||
| 139 | first appeared in OpenSSL 0.9.2b and have been available since | ||
| 140 | .Ox 2.6 . | ||
| 134 | .Sh CAVEATS | 141 | .Sh CAVEATS |
| 135 | Switching read ahead on can impact the behaviour of the | 142 | Switching read ahead on can impact the behaviour of the |
| 136 | .Xr SSL_pending 3 | 143 | .Xr SSL_pending 3 |
