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:
aa224e9
)
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:55 +0000
(18:31 +0100)
ssl/ssl_ciph.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_ciph.c
b/ssl/ssl_ciph.c
index bc19da1c96e7d6b99e4abb285a4ee620c994f14a..1c3dc3317d1a7a3c9634653b7f92a7a4d7058eb2 100644
(file)
--- a/
ssl/ssl_ciph.c
+++ b/
ssl/ssl_ciph.c
@@
-1715,7
+1715,7
@@
char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len)
kx="SRP";
break;
case SSL_kGOST:
- kx="
VKO
";
+ kx="
GOST
";
break;
default:
kx="unknown";