summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorNikolay Morozov <nmorozoff77@yandex.ru>2020-04-16 17:55:36 +0200
committerDmitry Belyavskiy <beldmit@gmail.com>2020-04-18 12:32:49 +0200
commit7a417606677c646d33d65de2fd298bc93d943edf (patch)
tree9931530190c09f82aa6a8ca11be7e5889ff0afba /apps
parentDOC: Extend the description of EVP_PKEY_CTX_new_from_name() (diff)
downloadopenssl-7a417606677c646d33d65de2fd298bc93d943edf.tar.xz
openssl-7a417606677c646d33d65de2fd298bc93d943edf.zip
GOST2012 TLS ClientCertificateType Identifiers support
For GOST2012-GOST8912-GOST8912 IANA introduce ClientCertificateType Identifiers https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-2 Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/11558)
Diffstat (limited to 'apps')
-rw-r--r--apps/lib/s_cb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/lib/s_cb.c b/apps/lib/s_cb.c
index 2e0e9b2407..959568b282 100644
--- a/apps/lib/s_cb.c
+++ b/apps/lib/s_cb.c
@@ -190,7 +190,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},
+ {"GOST12 Sign", TLS_CT_GOST12_IANA_SIGN},
{NULL}
};