Commit 3e4955cce9 for openssl.org
commit 3e4955cce945d60c04c279d087fc45a2822f3a18
Author: Kirill Ermoshin <ekd692@gmail.com>
Date: Mon Jun 22 12:51:12 2026 +0300
Fix typo of 512 gost sigalg name from bcff020
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Bob Beck <beck@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
MergeDate: Wed Jun 24 15:07:02 2026
(Merged from https://github.com/openssl/openssl/pull/31562)
diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c
index 2a15378570..85bed6401d 100644
--- a/ssl/t1_lib.c
+++ b/ssl/t1_lib.c
@@ -2280,8 +2280,8 @@ static const SIGALG_LOOKUP sigalg_lookup_tbl[] = {
NID_id_GostR3410_2012_256, SSL_PKEY_GOST12_256,
NID_undef, NID_undef, 1, 0,
TLS1_2_VERSION, TLS1_2_VERSION, DTLS1_2_VERSION, DTLS1_2_VERSION },
- { TLSEXT_SIGALG_gostr34102012_256_intrinsic_alias, /* RFC9189 */
- TLSEXT_SIGALG_gostr34102012_256_intrinsic_name,
+ { TLSEXT_SIGALG_gostr34102012_512_intrinsic_alias, /* RFC9189 */
+ TLSEXT_SIGALG_gostr34102012_512_intrinsic_name,
TLSEXT_SIGALG_gostr34102012_512_intrinsic,
NID_id_GostR3411_2012_512, SSL_MD_GOST12_512_IDX,
NID_id_GostR3410_2012_512, SSL_PKEY_GOST12_512,