Use more common name for GOST key exchange.

上级 aa224e97
...@@ -1715,7 +1715,7 @@ char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len) ...@@ -1715,7 +1715,7 @@ char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len)
kx="SRP"; kx="SRP";
break; break;
case SSL_kGOST: case SSL_kGOST:
kx="VKO"; kx="GOST";
break; break;
default: default:
kx="unknown"; kx="unknown";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部