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_conn_version.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_conn_version.3')
-rw-r--r-- | src/lib/libtls/man/tls_conn_version.3 | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/src/lib/libtls/man/tls_conn_version.3 b/src/lib/libtls/man/tls_conn_version.3 index fc196b4487..8ac2c9b6b3 100644 --- a/src/lib/libtls/man/tls_conn_version.3 +++ b/src/lib/libtls/man/tls_conn_version.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_conn_version.3,v 1.3 2017/01/27 20:19:51 schwarze Exp $ | 1 | .\" $OpenBSD: tls_conn_version.3,v 1.4 2017/01/28 00:59:36 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2015 Bob Beck <beck@openbsd.org> | 3 | .\" Copyright (c) 2015 Bob Beck <beck@openbsd.org> |
4 | .\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org> | 4 | .\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org> |
@@ -15,7 +15,7 @@ | |||
15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | .\" | 17 | .\" |
18 | .Dd $Mdocdate: January 27 2017 $ | 18 | .Dd $Mdocdate: January 28 2017 $ |
19 | .Dt TLS_CONN_VERSION 3 | 19 | .Dt TLS_CONN_VERSION 3 |
20 | .Os | 20 | .Os |
21 | .Sh NAME | 21 | .Sh NAME |
@@ -153,3 +153,25 @@ on error or an out of memory condition. | |||
153 | .Xr tls_handshake 3 , | 153 | .Xr tls_handshake 3 , |
154 | .Xr tls_init 3 , | 154 | .Xr tls_init 3 , |
155 | .Xr tls_ocsp_process_response 3 | 155 | .Xr tls_ocsp_process_response 3 |
156 | .Sh HISTORY | ||
157 | .Fn tls_conn_version , | ||
158 | .Fn tls_conn_cipher , | ||
159 | .Fn tls_peer_cert_provided , | ||
160 | .Fn tls_peer_cert_contains_name , | ||
161 | .Fn tls_peer_cert_issuer , | ||
162 | .Fn tls_peer_cert_subject , | ||
163 | .Fn tls_peer_cert_hash , | ||
164 | .Fn tls_peer_cert_notbefore , | ||
165 | and | ||
166 | .Fn tls_peer_cert_notafter | ||
167 | appeared in | ||
168 | .Ox 5.9 . | ||
169 | .Pp | ||
170 | .Fn tls_conn_servername | ||
171 | and | ||
172 | .Fn tls_conn_alpn_selected | ||
173 | appeared in | ||
174 | .Ox 6.1 . | ||
175 | .Sh AUTHORS | ||
176 | .An Bob Beck Aq Mt beck@openbsd.org | ||
177 | .An Joel Sing Aq Mt jsing@openbsd.org | ||