From 7fd74a78fcad81227be3650239669bca5851a1db Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 15 Mar 2013 11:50:24 +0100 Subject: trust: Support a p11-kit specific serialization format This is documented in doc/internals/ subdirectory Add tests for the format as well. https://bugs.freedesktop.org/show_bug.cgi?id=62156 --- common/basic.asn.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 common/basic.asn.h (limited to 'common/basic.asn.h') diff --git a/common/basic.asn.h b/common/basic.asn.h new file mode 100644 index 0000000..b63447b --- /dev/null +++ b/common/basic.asn.h @@ -0,0 +1,13 @@ +#if HAVE_CONFIG_H +# include "config.h" +#endif + +#include + +const ASN1_ARRAY_TYPE basic_asn1_tab[] = { + { "BASIC", 536872976, NULL }, + { NULL, 1073741836, NULL }, + { "Any", 1073741837, NULL }, + { "ObjectIdentifier", 12, NULL }, + { NULL, 0, NULL } +}; -- cgit v1.1