From: Yugandhar Date: Thu, 10 Apr 2025 03:55:29 +0000 (+0000) Subject: Fix duplicate cipher definition in ssl/t1_trce.c X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=de67f90815f1dc1ec9f4a9670ae854b71933f7cc;p=thirdparty%2Fopenssl.git Fix duplicate cipher definition in ssl/t1_trce.c 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 Reviewed-by: Saša Nedvědický Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/27329) --- diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c index 35c60feb437..f24669c4f55 100644 --- a/ssl/t1_trce.c +++ b/ssl/t1_trce.c @@ -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 */