summaryrefslogtreecommitdiff
path: root/src/lib/libtls/man/tls_read.3
diff options
context:
space:
mode:
authorschwarze <>2017-01-28 00:59:36 +0000
committerschwarze <>2017-01-28 00:59:36 +0000
commit2ffb17410eb84352a4207850a977dbc50163119d (patch)
treeaed1c5344bde5c6eab8a73d1b67218ae733ceb80 /src/lib/libtls/man/tls_read.3
parentcfc6a34d1ecde8ca9a7f79e7467e81732dcef2b2 (diff)
downloadopenbsd-2ffb17410eb84352a4207850a977dbc50163119d.tar.gz
openbsd-2ffb17410eb84352a4207850a977dbc50163119d.tar.bz2
openbsd-2ffb17410eb84352a4207850a977dbc50163119d.zip
add HISTORY and AUTHORS
Diffstat (limited to '')
-rw-r--r--src/lib/libtls/man/tls_read.323
1 files changed, 21 insertions, 2 deletions
diff --git a/src/lib/libtls/man/tls_read.3 b/src/lib/libtls/man/tls_read.3
index 3770da9ab7..e990361017 100644
--- a/src/lib/libtls/man/tls_read.3
+++ b/src/lib/libtls/man/tls_read.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: tls_read.3,v 1.2 2017/01/27 20:19:51 schwarze Exp $ 1.\" $OpenBSD: tls_read.3,v 1.3 2017/01/28 00:59:36 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2014, 2015 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014, 2015 Ted Unangst <tedu@openbsd.org>
4.\" Copyright (c) 2015 Doug Hogan <doug@openbsd.org> 4.\" Copyright (c) 2015 Doug Hogan <doug@openbsd.org>
@@ -17,7 +17,7 @@
17.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 17.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 18.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19.\" 19.\"
20.Dd $Mdocdate: January 27 2017 $ 20.Dd $Mdocdate: January 28 2017 $
21.Dt TLS_READ 3 21.Dt TLS_READ 3
22.Os 22.Os
23.Sh NAME 23.Sh NAME
@@ -196,3 +196,22 @@ while (len > 0) {
196.Xr tls_connect 3 , 196.Xr tls_connect 3 ,
197.Xr tls_init 3 , 197.Xr tls_init 3 ,
198.Xr tls_ocsp_process_response 3 198.Xr tls_ocsp_process_response 3
199.Sh HISTORY
200.Fn tls_read ,
201.Fn tls_write ,
202.Fn tls_error ,
203.Fn tls_close ,
204and
205.Fn tls_reset
206appeared in
207.Ox 5.6
208and got their final names in
209.Ox 5.7 .
210.Pp
211.Fn tls_handshake
212appeared in
213.Ox 5.9 .
214.Sh AUTHORS
215.An Joel Sing Aq Mt jsing@openbsd.org
216with contributions from
217.An Bob Beck Aq Mt beck@openbsd.org