tls-crypto: Enumerate x25519/448 and rename constant for consistency

This commit is contained in:
Tobias Brunner
2021-02-12 11:45:44 +01:00
parent 53ba0801ac
commit 3101120c75
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ enum tls_named_group_t {
/* TLS 1.3: new ecdhe, dhe groups */
TLS_CURVE25519 = 29,
TLS_CURVE_448 = 30,
TLS_CURVE448 = 30,
TLS_FFDHE2048 = 256,
TLS_FFDHE3072 = 257,
TLS_FFDHE4096 = 258,