From Andrey Kulikov:

Patch to show GOST certificate types in CertificateRequest message.

svn path=/trunk/; revision=37776
This commit is contained in:
Jaap Keuter 2011-06-23 21:33:29 +00:00
parent 525b5fb796
commit 9832ff5657
1 changed files with 5 additions and 0 deletions

View File

@ -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" },