aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2011-06-23 21:33:29 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2011-06-23 21:33:29 +0000
commit9832ff56571c0622757a999b2394c8c2c20ca372 (patch)
tree076114730f842bd38e01e1daee64e8578edb3f3a /epan
parent525b5fb79662347a4ca2937767af4414eea0982b (diff)
From Andrey Kulikov:
Patch to show GOST certificate types in CertificateRequest message. svn path=/trunk/; revision=37776
Diffstat (limited to 'epan')
-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 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" },