projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a0df37
)
Use more common name for GOST key exchange.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 14 Jul 2014 14:05:50 +0000
(15:05 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 14 Jul 2014 17:31:54 +0000
(18:31 +0100)
(cherry picked from commit
7aabd9c92fe6f0ea2a82869e5171dcc4518cee85
)
ssl/ssl_ciph.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_ciph.c
b/ssl/ssl_ciph.c
index d6a743212f9c4b20ce4429ff1db0326af8dfca7f..c149b250bfe76b7eb3ac5b580145be96302a012d 100644
(file)
--- a/
ssl/ssl_ciph.c
+++ b/
ssl/ssl_ciph.c
@@
-1517,7
+1517,7
@@
char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len)
kx="PSK";
break;
case SSL_kGOST:
- kx="
VKO
";
+ kx="
GOST
";
break;
default:
kx="unknown";