aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_asn1_tab.c
blob: b21395788320c1c6c65990f0e292108e0caba547 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#if HAVE_CONFIG_H
#include "MHD_config.h"
#endif

#include <libtasn1.h>

const ASN1_ARRAY_TYPE gnutls_asn1_tab[] = {
  {"GNUTLS", 536872976, 0},
  {0, 1073741836, 0},
  {"RSAPublicKey", 1610612741, 0},
  {"modulus", 1073741827, 0},
  {"publicExponent", 3, 0},
  {"RSAPrivateKey", 1610612741, 0},
  {"version", 1073741826, "Version"},
  {"modulus", 1073741827, 0},
  {"publicExponent", 1073741827, 0},
  {"privateExponent", 1073741827, 0},
  {"prime1", 1073741827, 0},
  {"prime2", 1073741827, 0},
  {"exponent1", 1073741827, 0},
  {"exponent2", 1073741827, 0},
  {"coefficient", 1073741827, 0},
  {"otherPrimeInfos", 16386, "OtherPrimeInfos"},
  {"Version", 1610874883, 0},
  {"two-prime", 1073741825, "0"},
  {"multi", 1, "1"},
  {"OtherPrimeInfos", 1612709899, 0},
  {"MAX", 1074266122, "1"},
  {0, 2, "OtherPrimeInfo"},
  {"OtherPrimeInfo", 1610612741, 0},
  {"prime", 1073741827, 0},
  {"exponent", 1073741827, 0},
  {"coefficient", 3, 0},
  {"AlgorithmIdentifier", 1610612741, 0},
  {"algorithm", 1073741836, 0},
  {"parameters", 541081613, 0},
  {"algorithm", 1, 0},
  {"DigestInfo", 1610612741, 0},
  {"digestAlgorithm", 1073741826, "DigestAlgorithmIdentifier"},
  {"digest", 2, "Digest"},
  {"DigestAlgorithmIdentifier", 1073741826, "AlgorithmIdentifier"},
  {"Digest", 1073741831, 0},
  {"DSAPublicKey", 1073741827, 0},
  {"DSAParameters", 1610612741, 0},
  {"p", 1073741827, 0},
  {"q", 1073741827, 0},
  {"g", 3, 0},
  {"DSASignatureValue", 1610612741, 0},
  {"r", 1073741827, 0},
  {"s", 3, 0},
  {"DSAPrivateKey", 1610612741, 0},
  {"version", 1073741827, 0},
  {"p", 1073741827, 0},
  {"q", 1073741827, 0},
  {"g", 1073741827, 0},
  {"Y", 1073741827, 0},
  {"priv", 3, 0},
  {"DHParameter", 536870917, 0},
  {"prime", 1073741827, 0},
  {"base", 1073741827, 0},
  {"privateValueLength", 16387, 0},
  {0, 0, 0}
};