mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/yet-another-curve-for-ssl'
* origin/topic/johanna/yet-another-curve-for-ssl:
Add CECPQ2 curve number to SSL consts
(cherry picked from commit ac1c55c02a
)
This commit is contained in:
parent
2836442a2c
commit
c3fc369d68
3 changed files with 8 additions and 1 deletions
6
CHANGES
6
CHANGES
|
@ -1,3 +1,9 @@
|
||||||
|
7.1.0-1 | 2025-03-18 12:01:59 -0700
|
||||||
|
|
||||||
|
* Add CECPQ2 curve number to SSL consts (Johanna Amann, Corelight)
|
||||||
|
|
||||||
|
(cherry picked from commit ac1c55c02aa31c1d9846837b2ecf7c19f78fabcf)
|
||||||
|
|
||||||
7.1.0 | 2025-01-07 11:43:07 -0700
|
7.1.0 | 2025-01-07 11:43:07 -0700
|
||||||
|
|
||||||
* Release 7.1.0.
|
* Release 7.1.0.
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
7.1.0
|
7.1.0-1
|
||||||
|
|
|
@ -379,6 +379,7 @@ export {
|
||||||
[4587] = "SecP256r1MLKEM768",
|
[4587] = "SecP256r1MLKEM768",
|
||||||
[4588] = "X25519MLKEM768",
|
[4588] = "X25519MLKEM768",
|
||||||
[4589] = "SecP384r1MLKEM1024",
|
[4589] = "SecP384r1MLKEM1024",
|
||||||
|
[16696] = "CECPQ2", # https://boringssl.googlesource.com/boringssl/+/4ae4fb76c809bfc48a5ab100670395ce404244ce%5E%21/#F4
|
||||||
[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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue