Merge remote-tracking branch 'origin/topic/johanna/more-post-quantum-curves'

* origin/topic/johanna/more-post-quantum-curves:
  Update ssl consts with more post-quantum curves

(cherry picked from commit 7f4a620db6)
This commit is contained in:
Tim Wojtulewicz 2025-01-06 15:51:03 -07:00 committed by Tim Wojtulewicz
parent 6679de4dc2
commit 6f7cb325c6
3 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,9 @@
7.1.0-rc1.8 | 2025-01-07 10:06:11 -0700
* Update ssl consts with more post-quantum curves (Johanna Amann, Corelight)
(cherry picked from commit 7f4a620db6d0009aa60deaa8c1031038ad2de7d3)
7.1.0-rc1.6 | 2025-01-06 16:23:36 -0700 7.1.0-rc1.6 | 2025-01-06 16:23:36 -0700
* Fix incorrect uses of `zeek:see` (Benjamin Bannier) * Fix incorrect uses of `zeek:see` (Benjamin Bannier)

View file

@ -1 +1 @@
7.1.0-rc1.6 7.1.0-rc1.8

View file

@ -359,6 +359,14 @@ export {
[258] = "ffdhe4096", [258] = "ffdhe4096",
[259] = "ffdhe6144", [259] = "ffdhe6144",
[260] = "ffdhe8192", [260] = "ffdhe8192",
# draft-connolly-tls-mlkem-key-agreement-03
[512] = "MLKEM512",
[513] = "MLKEM768",
[514] = "MLKEM1024",
# draft-kwiatkowski-tls-ecdhe-mlkem-03]
[4587] = "SecP256r1MLKEM768",
[4588] = "X25519MLKEM768",
[4589] = "SecP384r1MLKEM1024",
[25497] = "X25519Kyber768Draft00", # draft-tls-westerbaan-xyber768d00-02 [25497] = "X25519Kyber768Draft00", # draft-tls-westerbaan-xyber768d00-02
[25498] = "SecP256r1Kyber768Draft00", # draft-kwiatkowski-tls-ecdhe-kyber-01 [25498] = "SecP256r1Kyber768Draft00", # draft-kwiatkowski-tls-ecdhe-kyber-01
[0xFF01] = "arbitrary_explicit_prime_curves", [0xFF01] = "arbitrary_explicit_prime_curves",