diff options
Diffstat (limited to 'src/lib/libtls/man/tls_config_set_protocols.3')
| -rw-r--r-- | src/lib/libtls/man/tls_config_set_protocols.3 | 35 |
1 files changed, 33 insertions, 2 deletions
diff --git a/src/lib/libtls/man/tls_config_set_protocols.3 b/src/lib/libtls/man/tls_config_set_protocols.3 index 718322e9f5..b2f31eabd5 100644 --- a/src/lib/libtls/man/tls_config_set_protocols.3 +++ b/src/lib/libtls/man/tls_config_set_protocols.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: tls_config_set_protocols.3,v 1.2 2017/01/27 20:19:51 schwarze Exp $ | 1 | .\" $OpenBSD: tls_config_set_protocols.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) 2015, 2016 Joel Sing <jsing@openbsd.org> | 4 | .\" Copyright (c) 2015, 2016 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_CONFIG_SET_PROTOCOLS 3 | 20 | .Dt TLS_CONFIG_SET_PROTOCOLS 3 |
| 21 | .Os | 21 | .Os |
| 22 | .Sh NAME | 22 | .Sh NAME |
| @@ -146,3 +146,34 @@ These functions return 0 on success or -1 on error. | |||
| 146 | .Xr tls_config_verify 3 , | 146 | .Xr tls_config_verify 3 , |
| 147 | .Xr tls_init 3 , | 147 | .Xr tls_init 3 , |
| 148 | .Xr tls_load_file 3 | 148 | .Xr tls_load_file 3 |
| 149 | .Sh HISTORY | ||
| 150 | .Fn tls_config_set_ciphers | ||
| 151 | appeared in | ||
| 152 | .Ox 5.6 | ||
| 153 | and got its final name in | ||
| 154 | .Ox 5.7 . | ||
| 155 | .Pp | ||
| 156 | .Fn tls_config_set_protocols , | ||
| 157 | .Fn tls_config_parse_protocols , | ||
| 158 | .Fn tls_config_set_dheparams , | ||
| 159 | and | ||
| 160 | .Fn tls_config_set_ecdhecurve | ||
| 161 | appeared in | ||
| 162 | .Ox 5.7 , | ||
| 163 | .Fn tls_config_prefer_ciphers_client | ||
| 164 | and | ||
| 165 | .Fn tls_config_prefer_ciphers_server | ||
| 166 | in | ||
| 167 | .Ox 5.9 , | ||
| 168 | and | ||
| 169 | .Fn tls_config_set_alpn | ||
| 170 | in | ||
| 171 | .Ox 6.1 . | ||
| 172 | .Sh AUTHORS | ||
| 173 | .An Joel Sing Aq Mt jsing@openbsd.org | ||
| 174 | with contributions from | ||
| 175 | .An Ted Unangst Aq Mt tedu@openbsd.org | ||
| 176 | .Pq Fn tls_config_set_ciphers | ||
| 177 | and | ||
| 178 | .An Reyk Floeter Aq Mt reyk@openbsd.org | ||
| 179 | .Pq Fn tls_config_set_ecdhecurve | ||
