diff options
Diffstat (limited to 'src/lib/libtls/man/tls_init.3')
-rw-r--r-- | src/lib/libtls/man/tls_init.3 | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/src/lib/libtls/man/tls_init.3 b/src/lib/libtls/man/tls_init.3 index b563bf51c5..36d2e29084 100644 --- a/src/lib/libtls/man/tls_init.3 +++ b/src/lib/libtls/man/tls_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_init.3,v 1.2 2017/01/27 20:19:51 schwarze Exp $ | 1 | .\" $OpenBSD: tls_init.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) 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_INIT 3 | 19 | .Dt TLS_INIT 3 |
20 | .Os | 20 | .Os |
21 | .Sh NAME | 21 | .Sh NAME |
@@ -125,3 +125,20 @@ API first appeared in | |||
125 | .Ox 5.6 | 125 | .Ox 5.6 |
126 | as a response to the unnecessary challenges other APIs present in | 126 | as a response to the unnecessary challenges other APIs present in |
127 | order to use them safely. | 127 | order to use them safely. |
128 | .Pp | ||
129 | All functions were renamed from | ||
130 | .Fn ressl_* | ||
131 | to | ||
132 | .Fn tls_* | ||
133 | for | ||
134 | .Ox 5.7 . | ||
135 | .Pp | ||
136 | .Fn tls_config_error | ||
137 | appeared in | ||
138 | .Ox 6.0 . | ||
139 | .Sh AUTHORS | ||
140 | .An Joel Sing Aq Mt jsing@openbsd.org | ||
141 | .An Ted Unangst Aq Mt tedu@openbsd.org | ||
142 | .Pp | ||
143 | Many others contributed to various parts of the library; see the | ||
144 | individual manual pages for more information. | ||