summaryrefslogtreecommitdiff
path: root/src/lib/libtls/man
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libtls/man')
-rw-r--r--src/lib/libtls/man/tls_config_set_protocols.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libtls/man/tls_config_set_protocols.3 b/src/lib/libtls/man/tls_config_set_protocols.3
index 403bc10b82..b9ef27ee6a 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.13 2025/07/07 10:54:00 schwarze Exp $ 1.\" $OpenBSD: tls_config_set_protocols.3,v 1.14 2026/06/06 16:23:30 sthen 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: July 7 2025 $ 19.Dd $Mdocdate: June 6 2026 $
20.Dt TLS_CONFIG_SET_PROTOCOLS 3 20.Dt TLS_CONFIG_SET_PROTOCOLS 3
21.Os 21.Os
22.Sh NAME 22.Sh NAME
@@ -174,8 +174,8 @@ which disables DHE key exchange.
174specifies the names of the elliptic curves that may be used during Elliptic 174specifies the names of the elliptic curves that may be used during Elliptic
175Curve Diffie-Hellman Ephemeral (ECDHE) key exchange. 175Curve Diffie-Hellman Ephemeral (ECDHE) key exchange.
176This is a comma separated list, given in order of preference. 176This is a comma separated list, given in order of preference.
177The special value of "default" will use the default curves (currently X25519, 177The special value of "default" will use the default curves (currently
178P-256 and P-384). 178X25519MLKEM768, X25519, P-256 and P-384).
179This function replaces 179This function replaces
180.Fn tls_config_set_ecdhecurve , 180.Fn tls_config_set_ecdhecurve ,
181which is deprecated. 181which is deprecated.