summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjmc <>2017-08-11 10:33:31 +0000
committerjmc <>2017-08-11 10:33:31 +0000
commitae7814ca657a2fcd6d4b43b18786885a8f03ff26 (patch)
treeef32ee95cab06d35e8f11730585b54afd284f74b /src/lib
parent4b6c746b000fcd23af5297437a996c73ffa11984 (diff)
downloadopenbsd-ae7814ca657a2fcd6d4b43b18786885a8f03ff26.tar.gz
openbsd-ae7814ca657a2fcd6d4b43b18786885a8f03ff26.tar.bz2
openbsd-ae7814ca657a2fcd6d4b43b18786885a8f03ff26.zip
new sentence, new line;
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libtls/man/tls_config_set_protocols.37
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libtls/man/tls_config_set_protocols.3 b/src/lib/libtls/man/tls_config_set_protocols.3
index e16abe44d5..b9ee8201ff 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.4 2017/08/10 18:18:30 jsing Exp $ 1.\" $OpenBSD: tls_config_set_protocols.3,v 1.5 2017/08/11 10:33:31 jmc 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: August 10 2017 $ 19.Dd $Mdocdate: August 11 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
@@ -131,7 +131,8 @@ for further information.
131specifies the names of the elliptic curves that may be used during key exchange. 131specifies the names of the elliptic curves that may be used during key exchange.
132This is a comma separated list, given in order of preference. 132This is a comma separated list, given in order of preference.
133The special value of "default" will use the default curves (currently X25519, 133The special value of "default" will use the default curves (currently X25519,
134P-256 and P-384). This function replaces 134P-256 and P-384).
135This function replaces
135.Fn tls_config_set_ecdhecurve , 136.Fn tls_config_set_ecdhecurve ,
136which is deprecated. 137which is deprecated.
137.Pp 138.Pp