diff options
author | Matt Caswell <matt@openssl.org> | 2022-09-30 12:57:23 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2022-10-07 11:01:48 +0200 |
commit | c9ee6e3646258f79a9970be96394cb2b93b7eddd (patch) | |
tree | fd8b6446d6b1946c9ee207ba15e48d723c04d1b2 /ssl/t1_trce.c | |
parent | Partial revert and reimplement "Enable brainpool curves for TLS1.3" (diff) | |
download | openssl-c9ee6e3646258f79a9970be96394cb2b93b7eddd.tar.xz openssl-c9ee6e3646258f79a9970be96394cb2b93b7eddd.zip |
Reimplement brainpool TLSv1.3 support group support
Create new TLS_GROUP_ENTRY values for these groups.
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/19315)
Diffstat (limited to 'ssl/t1_trce.c')
-rw-r--r-- | ssl/t1_trce.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c index edeb926e22..802958c383 100644 --- a/ssl/t1_trce.c +++ b/ssl/t1_trce.c @@ -525,6 +525,9 @@ static const ssl_trace_tbl ssl_groups_tbl[] = { {28, "brainpoolP512r1"}, {29, "ecdh_x25519"}, {30, "ecdh_x448"}, + {31, "brainpoolP256r1tls13"}, + {32, "brainpoolP384r1tls13"}, + {33, "brainpoolP512r1tls13"}, {34, "GC256A"}, {35, "GC256B"}, {36, "GC256C"}, |