From a82d6192aa621fa583e40340cf417b7d5cc78c9f Mon Sep 17 00:00:00 2001 From: Scott Miller Date: Tue, 13 May 2025 15:29:36 -0500 Subject: [PATCH] Changelog for the addition of X25519/ML-KEM in Go TLS. (#30603) * placeholder * actual changelog --- changelog/30603.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/30603.txt diff --git a/changelog/30603.txt b/changelog/30603.txt new file mode 100644 index 0000000000..dfac20bd6a --- /dev/null +++ b/changelog/30603.txt @@ -0,0 +1,3 @@ +```release-note:improvement +core: support for X25519MLKEM768 (post quantum key agreement) in the Go TLS stack. +``` \ No newline at end of file