diff options
author | 2018-03-27 17:35:50 +0000 | |
---|---|---|
committer | 2018-03-27 17:35:50 +0000 | |
commit | 10e00d1796876719ecd5784348f9f4f2b3dd83c5 (patch) | |
tree | bd71c6dbd29ff85c6a92e50051d3e5c538ef5be4 /lib/libssl/man/SSL_read.3 | |
parent | Clear password buffers in non-terminating cases (diff) | |
download | wireguard-openbsd-10e00d1796876719ecd5784348f9f4f2b3dd83c5.tar.xz wireguard-openbsd-10e00d1796876719ecd5784348f9f4f2b3dd83c5.zip |
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
on the web, so fix up SSLeay HISTORY accordingly
Diffstat (limited to 'lib/libssl/man/SSL_read.3')
-rw-r--r-- | lib/libssl/man/SSL_read.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libssl/man/SSL_read.3 b/lib/libssl/man/SSL_read.3 index cdb12746b0a..d773065a81d 100644 --- a/lib/libssl/man/SSL_read.3 +++ b/lib/libssl/man/SSL_read.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_read.3,v 1.5 2018/03/21 05:07:04 schwarze Exp $ +.\" $OpenBSD: SSL_read.3,v 1.6 2018/03/27 17:35:50 schwarze Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org> and @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 21 2018 $ +.Dd $Mdocdate: March 27 2018 $ .Dt SSL_READ 3 .Os .Sh NAME @@ -225,7 +225,8 @@ with the return value to find out the reason. .Xr SSL_write 3 .Sh HISTORY .Fn SSL_read -and +appeared in SSLeay 0.4 or earlier. .Fn SSL_peek -appeared before SSLeay 0.8 and have been available since +first appeared in SSLeay 0.6.6. +Both functions have been available since .Ox 2.4 . |