summaryrefslogtreecommitdiff
path: root/pkcs11/xdg-store/xdg.asn.h
blob: 2ea666b77a484a5230d4b6576fdc5efb223db593 (plain)
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
#if HAVE_CONFIG_H
# include "config.h"
#endif

/* #include <libtasn1.h> */

const ASN1_ARRAY_TYPE xdg_asn1_tab[] = {
  { "XDG", 536872976, NULL },
  { NULL, 1073741836, NULL },
  { "TrustLevel", 1610874901, NULL },
  { "unknown", 1073741825, "0"},
  { "untrusted", 1073741825, "1"},
  { "trusted", 1073741825, "3"},
  { "trustedAnchor", 1, "4"},
  { "TrustAssertion", 1610612741, NULL },
  { "purpose", 1073741831, NULL },
  { "level", 1073741826, "TrustLevel"},
  { "peer", 1073758215, NULL },
  { "reserved", 16397, NULL },
  { "TrustAssertions", 1610612747, NULL },
  { NULL, 2, "TrustAssertion"},
  { "CertReference", 1610612741, NULL },
  { "serialNumber", 1073741827, NULL },
  { "issuer", 1610620941, NULL },
  { NULL, 2056, "1"},
  { "subject", 1610637325, NULL },
  { NULL, 2056, "2"},
  { "reserved", 536895501, NULL },
  { NULL, 2056, "3"},
  { "TrustReference", 1610612754, NULL },
  { "certReference", 1610620930, "CertReference"},
  { NULL, 2056, "0"},
  { "certComplete", 536879117, NULL },
  { NULL, 2056, "1"},
  { "trust-1", 536870917, NULL },
  { "reference", 1073741826, "TrustReference"},
  { "assertions", 1073741826, "TrustAssertions"},
  { "reserved", 16397, NULL },
  { NULL, 0, NULL }
};