From 372116106fa9471872fc9f6b3b2c5cdfac4e5fc2 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 6 Mar 2025 10:11:17 -0700 Subject: [PATCH] tls: Document x25519mlkem768 --- src/docs/markdown/caddyfile/directives/tls.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/docs/markdown/caddyfile/directives/tls.md b/src/docs/markdown/caddyfile/directives/tls.md index 3b01070..a64dab3 100644 --- a/src/docs/markdown/caddyfile/directives/tls.md +++ b/src/docs/markdown/caddyfile/directives/tls.md @@ -24,7 +24,7 @@ Compatibility note: Due to its sensitive nature as a security protocol, delibera tls [internal|] | [ ] { protocols [] ciphers - curves + curves alpn load ca @@ -82,7 +82,8 @@ Keep in mind that Let's Encrypt may send you emails about your certificate neari - `TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA` - `TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA` -- **curves** specifies the list of EC curves to support. It is recommended to not change these. Supported values are: +- **curves** specifies the list of EC groups to support. It is recommended to not change the defaults. Supported values are: + - `x25519mlkem768` (PQC) - `x25519` - `secp256r1` - `secp384r1`