]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix duplicate cipher definition in ssl/t1_trce.c
authorYugandhar <yugandhar@allthingsincloud.com>
Thu, 10 Apr 2025 03:55:29 +0000 (03:55 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 15 Apr 2025 14:53:26 +0000 (15:53 +0100)
This commit removes the duplicate definition of cipher 0xC102 in
ssl/t1_trce.c, as reported in issue #27303.

The first definition (IANA-GOST2012-GOST8912-GOST8912) is kept as the
canonical one.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27329)

ssl/t1_trce.c

index 35c60feb4371ede6b3d47ab03f8a9b1d0fdb8a07..f24669c4f552257e7eb5f439fc3586294537e5b6 100644 (file)
@@ -452,7 +452,6 @@ static const ssl_trace_tbl ssl_ciphers_tbl[] = {
     {0xC0B5, "TLS_SHA384_SHA384"},
     {0xC100, "GOST2012-KUZNYECHIK-KUZNYECHIKOMAC"},
     {0xC101, "GOST2012-MAGMA-MAGMAOMAC"},
-    {0xC102, "GOST2012-GOST8912-IANA"},
 };
 
 /* Compression methods */