diff options
author | schwarze <> | 2017-01-28 00:59:36 +0000 |
---|---|---|
committer | schwarze <> | 2017-01-28 00:59:36 +0000 |
commit | 2ffb17410eb84352a4207850a977dbc50163119d (patch) | |
tree | aed1c5344bde5c6eab8a73d1b67218ae733ceb80 /src/lib/libtls/man/tls_read.3 | |
parent | cfc6a34d1ecde8ca9a7f79e7467e81732dcef2b2 (diff) | |
download | openbsd-2ffb17410eb84352a4207850a977dbc50163119d.tar.gz openbsd-2ffb17410eb84352a4207850a977dbc50163119d.tar.bz2 openbsd-2ffb17410eb84352a4207850a977dbc50163119d.zip |
add HISTORY and AUTHORS
Diffstat (limited to 'src/lib/libtls/man/tls_read.3')
-rw-r--r-- | src/lib/libtls/man/tls_read.3 | 23 |
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 , | ||
204 | and | ||
205 | .Fn tls_reset | ||
206 | appeared in | ||
207 | .Ox 5.6 | ||
208 | and got their final names in | ||
209 | .Ox 5.7 . | ||
210 | .Pp | ||
211 | .Fn tls_handshake | ||
212 | appeared in | ||
213 | .Ox 5.9 . | ||
214 | .Sh AUTHORS | ||
215 | .An Joel Sing Aq Mt jsing@openbsd.org | ||
216 | with contributions from | ||
217 | .An Bob Beck Aq Mt beck@openbsd.org | ||