From 9832ff56571c0622757a999b2394c8c2c20ca372 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Thu, 23 Jun 2011 21:33:29 +0000 Subject: From Andrey Kulikov: Patch to show GOST certificate types in CertificateRequest message. svn path=/trunk/; revision=37776 --- epan/dissectors/packet-ssl-utils.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/epan/dissectors/packet-ssl-utils.c b/epan/dissectors/packet-ssl-utils.c index c562754916..6cd468c907 100644 --- a/epan/dissectors/packet-ssl-utils.c +++ b/epan/dissectors/packet-ssl-utils.c @@ -509,6 +509,11 @@ const value_string ssl_31_client_certificate_type[] = { { 2, "DSS Sign" }, { 3, "RSA Fixed DH" }, { 4, "DSS Fixed DH" }, + /* GOST certificate types */ + /* Section 3.5 of draft-chudov-cryptopro-cptls-04 */ + { 21, "GOST R 34.10-94" }, + { 22, "GOST R 34.10-2001" }, + /* END GOST certificate types */ { 64, "ECDSA Sign" }, { 65, "RSA Fixed ECDH" }, { 66, "ECDSA Fixed ECDH" }, -- cgit v1.2.3