From de67f90815f1dc1ec9f4a9670ae854b71933f7cc Mon Sep 17 00:00:00 2001 From: Yugandhar Date: Thu, 10 Apr 2025 03:55:29 +0000 Subject: [PATCH] Fix duplicate cipher definition in ssl/t1_trce.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- ssl/t1_trce.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c index 35c60feb43..f24669c4f5 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 */