mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
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:
parent
6679de4dc2
commit
6f7cb325c6
3 changed files with 15 additions and 1 deletions
6
CHANGES
6
CHANGES
|
@ -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
|
||||
|
||||
* Fix incorrect uses of `zeek:see` (Benjamin Bannier)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
7.1.0-rc1.6
|
||||
7.1.0-rc1.8
|
||||
|
|
|
@ -359,6 +359,14 @@ export {
|
|||
[258] = "ffdhe4096",
|
||||
[259] = "ffdhe6144",
|
||||
[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
|
||||
[25498] = "SecP256r1Kyber768Draft00", # draft-kwiatkowski-tls-ecdhe-kyber-01
|
||||
[0xFF01] = "arbitrary_explicit_prime_curves",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue