mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add CECPQ2 curve number to SSL consts
This one was hard to find, as it never was officially specified anywhere. Source: https://boringssl.googlesource.com/boringssl/+/4ae4fb76c809bfc48a5ab100670395ce404244ce%5E%21/#F4
This commit is contained in:
parent
adf02b487f
commit
8b85acfc05
1 changed files with 1 additions and 0 deletions
|
@ -379,6 +379,7 @@ export {
|
|||
[4587] = "SecP256r1MLKEM768",
|
||||
[4588] = "X25519MLKEM768",
|
||||
[4589] = "SecP384r1MLKEM1024",
|
||||
[16696] = "CECPQ2", # https://boringssl.googlesource.com/boringssl/+/4ae4fb76c809bfc48a5ab100670395ce404244ce%5E%21/#F4
|
||||
[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