mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06: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
This commit is contained in:
commit
7f4a620db6
3 changed files with 13 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
7.2.0-dev.35 | 2025-01-06 15:51:03 -0700
|
||||
|
||||
* Update ssl consts with more post-quantum curves (Johanna Amann, Corelight)
|
||||
|
||||
7.2.0-dev.33 | 2025-01-06 10:37:33 -0700
|
||||
|
||||
* CI: Fix coverity workflow to support large uploads (Tim Wojtulewicz, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
7.2.0-dev.33
|
||||
7.2.0-dev.35
|
||||
|
|
|
@ -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