diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-09-13 10:57:39 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-09-13 11:20:27 +0200 |
commit | 18c50b936938f572af39f276e1067fa80fcc1d4f (patch) | |
tree | 9ed4638a8b88682aa32c279c938171f604bf74bf /lib/gnutls_asn1_tab.c | |
parent | defc66226abc283c40256ffffb78f38065aa09b9 (diff) | |
download | gnutls-18c50b936938f572af39f276e1067fa80fcc1d4f.tar.gz |
Allow verifying and generating provable DSA keys
Diffstat (limited to 'lib/gnutls_asn1_tab.c')
-rw-r--r-- | lib/gnutls_asn1_tab.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/gnutls_asn1_tab.c b/lib/gnutls_asn1_tab.c index d4aa7d0834..49151ebef9 100644 --- a/lib/gnutls_asn1_tab.c +++ b/lib/gnutls_asn1_tab.c @@ -21,12 +21,12 @@ const asn1_static_node gnutls_asn1_tab[] = { { "exponent2", 1073741827, NULL }, { "coefficient", 1073741827, NULL }, { "otherInfo", 16386, "RSAOtherInfo"}, - { "RSASeed", 1610612741, NULL }, + { "ProvableSeed", 1610612741, NULL }, { "algorithm", 1073741836, NULL }, { "seed", 7, NULL }, { "RSAOtherInfo", 1610612754, NULL }, { "otherPrimeInfos", 1073741826, "OtherPrimeInfos"}, - { "seed", 536879106, "RSASeed"}, + { "seed", 536879106, "ProvableSeed"}, { NULL, 2056, "1"}, { "OtherPrimeInfos", 1612709899, NULL }, { "MAX", 1074266122, "1"}, @@ -58,7 +58,9 @@ const asn1_static_node gnutls_asn1_tab[] = { { "q", 1073741827, NULL }, { "g", 1073741827, NULL }, { "Y", 1073741827, NULL }, - { "priv", 3, NULL }, + { "priv", 1073741827, NULL }, + { "seed", 536879106, "ProvableSeed"}, + { NULL, 2056, "1"}, { "DHParameter", 1610612741, NULL }, { "prime", 1073741827, NULL }, { "base", 1073741827, NULL }, |