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_connect.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_connect.3')
-rw-r--r-- | src/lib/libtls/man/tls_connect.3 | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/src/lib/libtls/man/tls_connect.3 b/src/lib/libtls/man/tls_connect.3 index e36c6db369..161e0d644d 100644 --- a/src/lib/libtls/man/tls_connect.3 +++ b/src/lib/libtls/man/tls_connect.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_connect.3,v 1.2 2017/01/27 20:19:51 schwarze Exp $ | 1 | .\" $OpenBSD: tls_connect.3,v 1.3 2017/01/28 00:59:36 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" Copyright (c) 2014, 2015 Joel Sing <jsing@openbsd.org> | 4 | .\" Copyright (c) 2014, 2015 Joel Sing <jsing@openbsd.org> |
@@ -16,7 +16,7 @@ | |||
16 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 16 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
17 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 17 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
18 | .\" | 18 | .\" |
19 | .Dd $Mdocdate: January 27 2017 $ | 19 | .Dd $Mdocdate: January 28 2017 $ |
20 | .Dt TLS_CONNECT 3 | 20 | .Dt TLS_CONNECT 3 |
21 | .Os | 21 | .Os |
22 | .Sh NAME | 22 | .Sh NAME |
@@ -114,3 +114,29 @@ These functions return 0 on success or -1 on error. | |||
114 | .Xr tls_configure 3 , | 114 | .Xr tls_configure 3 , |
115 | .Xr tls_handshake 3 , | 115 | .Xr tls_handshake 3 , |
116 | .Xr tls_init 3 | 116 | .Xr tls_init 3 |
117 | .Sh HISTORY | ||
118 | .Fn tls_connect | ||
119 | and | ||
120 | .Fn tls_connect_socket | ||
121 | appeared in | ||
122 | .Ox 5.6 | ||
123 | and got their final names in | ||
124 | .Ox 5.7 . | ||
125 | .Pp | ||
126 | .Fn tls_connect_fds | ||
127 | and | ||
128 | .Fn tls_connect_servername | ||
129 | appeared in | ||
130 | .Ox 5.7 | ||
131 | and | ||
132 | .Fn tls_connect_cbs | ||
133 | in | ||
134 | .Ox 6.1 . | ||
135 | .Sh AUTHORS | ||
136 | .An Joel Sing Aq Mt jsing@openbsd.org | ||
137 | .An Reyk Floeter Aq Mt reyk@openbsd.org | ||
138 | .Pp | ||
139 | .An -nosplit | ||
140 | .Fn tls_connect_cbs | ||
141 | was written by | ||
142 | .An Tobias Pape Aq Mt tobias@netshed.de . | ||