summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ssl-utils.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2011-06-23 21:17:42 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2011-06-23 21:17:42 +0000
commit525b5fb79662347a4ca2937767af4414eea0982b (patch)
tree5402cc7d654cf1bee8e57a4bad5b01388ee3f939 /epan/dissectors/packet-ssl-utils.c
parent9c6dc650db12291abe19f5ca3966ce8d27c8a410 (diff)
downloadwireshark-525b5fb79662347a4ca2937767af4414eea0982b.tar.gz
From Andrey Kulikov:
Patch to TLS dissector to show GOST ciphesuites names. svn path=/trunk/; revision=37775
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.c')
-rw-r--r--epan/dissectors/packet-ssl-utils.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ssl-utils.c b/epan/dissectors/packet-ssl-utils.c
index 34050eb725..c562754916 100644
--- a/epan/dissectors/packet-ssl-utils.c
+++ b/epan/dissectors/packet-ssl-utils.c
@@ -635,6 +635,11 @@ static const value_string ssl_31_ciphersuite[] = {
{ 0x006C, "TLS_DH_anon_WITH_AES_128_CBC_SHA256" },
{ 0x006D, "TLS_DH_anon_WITH_AES_256_CBC_SHA256" },
+ /* draft-chudov-cryptopro-cptls-04.txt */
+ { 0x0080, "TLS_GOSTR341094_WITH_28147_CNT_IMIT" },
+ { 0x0081, "TLS_GOSTR341001_WITH_28147_CNT_IMIT" },
+ { 0x0082, "TLS_GOSTR341094_WITH_NULL_GOSTR3411" },
+ { 0x0083, "TLS_GOSTR341001_WITH_NULL_GOSTR3411" },
/* RFC 4132 */
{ 0x0084, "TLS_RSA_WITH_CAMELLIA_256_CBC_SHA" },