diff options
author | Dmitry Belyavskiy <beldmit@gmail.com> | 2023-11-23 10:22:36 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-11-24 11:40:36 +0100 |
commit | e9241d16b47f24e27966bee0f8664a6b88994164 (patch) | |
tree | 92e91dbf56e3892c15382dc61d27d5500ec78e48 /ssl/t1_trce.c | |
parent | SHA3_squeeze(): The next argument is int (diff) | |
download | openssl-e9241d16b47f24e27966bee0f8664a6b88994164.tar.xz openssl-e9241d16b47f24e27966bee0f8664a6b88994164.zip |
IANA has assigned numbers for 2 hybrid PQ KEX widely used in tests
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22803)
Diffstat (limited to 'ssl/t1_trce.c')
-rw-r--r-- | ssl/t1_trce.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c index b05012f74f..29dce65e4f 100644 --- a/ssl/t1_trce.c +++ b/ssl/t1_trce.c @@ -545,6 +545,8 @@ static const ssl_trace_tbl ssl_groups_tbl[] = { {258, "ffdhe4096"}, {259, "ffdhe6144"}, {260, "ffdhe8192"}, + {25497, "X25519Kyber768Draft00"}, + {25498, "SecP256r1Kyber768Draft00"}, {0xFF01, "arbitrary_explicit_prime_curves"}, {0xFF02, "arbitrary_explicit_char2_curves"} }; |