]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/s_cb.c
Forgotten GOST2012 support in non-vital places
[thirdparty/openssl.git] / apps / s_cb.c
index 5dc1d03f28837a46f132a9fc4133156537db6e97..6750c33279e10219ffbcec1d197845a6ca7fb9b6 100644 (file)
@@ -188,6 +188,7 @@ static STRINT_PAIR cert_type_list[] = {
     {"RSA fixed ECDH", TLS_CT_RSA_FIXED_ECDH},
     {"ECDSA fixed ECDH", TLS_CT_ECDSA_FIXED_ECDH},
     {"GOST01 Sign", TLS_CT_GOST01_SIGN},
+    {"GOST12 Sign", TLS_CT_GOST12_SIGN},
     {NULL}
 };