JSON-like printing of ASN.1 parsed values.
Status:
- Not X.697 (JER) compliant, not even close.
- String escaping isn't JSON-compliant.
- It's not printing the names of CHOICE types.
- It's not printing the names of open type choices (i.e., IOS object
names)
And yet it's quite useful already. It prints all the weird things in EK
certs for example.
Here's what it outputs for the EK cert we use in check-gen.c:
{
"_type": "Certificate",
"tbsCertificate": {
"_type": "TBSCertificate",
"_save": "30820376A00302010202146A0597BA71D7E6D3AC0EDC9EDC95A15B998DE40A300D06092A864886F70D01010B05003055310B3009060355040613024348311E301C060355040A131553544D6963726F656C656374726F6E696373204E56312630240603550403131D53544D2054504D20454B20496E7465726D656469617465204341203035301E170D3138313231343030303030305A170D3238313231343030303030305A300030820122300D06092A864886F70D01010105000382010F003082010A0282010100CC14EB27A78CEB0EA486FA2DF7835F5FA8E905B097012B5BDE50380C355B1A2A721BBC3D08DD21796CDB239FA95310651B1B56FD2CFE53C87352EBD996E33256160404CE9302A08066801E786A2F86E181F949966F492A85B58EAA4A6A8CB3697551BB236E87CC7BF8EC1347871C91E15437E8F266BF1EA5EB271FDCF374D8B47DF8BCE89E1FAD61C2A088CB4036B359CB72A294973FEDCCF0C340AFFD14B64F041165581ACA34147C1C75617047058F7ED7D603E032508094FA73E8B9153DA3BF255D2CBBC5DF301BA8F74D198BEBCE86040FC1D2927C7657414490D802F482F3EBF2DE35EE149A1A6DE8D16891FBFBA02A18AFE59F9D6F149744E5F0D559B10203010001A38201A9308201A5301F0603551D230418301680141ADB994AB58BE57A0CC9B900E7851E1A43C0866030420603551D20043B303930370604551D2000302F302D06082B060105050702011621687474703A2F2F7777772E73742E636F6D2F54504D2F7265706F7369746F72792F30590603551D110101FF044F304DA44B304931163014060567810502010C0B69643A353335343444323031173015060567810502020C0C53543333485450484148433031163014060567810502030C0B69643A303034393030303830670603551D090460305E301706056781050210310E300C0C03322E300201000202008A304306056781050212313A30380201000101FFA0030A0101A1030A0100A2030A0100A310300E1603332E310A01040A01020101FFA40F300D16053134302D320A0102010100300E0603551D0F0101FF040403020520300C0603551D130101FF0402300030100603551D250409300706056781050801304A06082B06010505070101043E303C303A06082B06010505073002862E687474703A2F2F7365637572652E676C6F62616C7369676E2E636F6D2F73746D74706D656B696E7430352E637274",
"version": "2",
"serialNumber": "6A0597BA71D7E6D3AC0EDC9EDC95A15B998DE40A",
"signature": {
"_type": "AlgorithmIdentifier",
"algorithm": "1.2.840.113549.1.1.11",
"parameters": "0500"
},
"issuer": {
"_choice": "rdnSequence",
"value": [
[
{
"_type": "AttributeTypeAndValue",
"type": "2.5.4.6",
"value": {
"_choice": "printableString",
"value": "CH"
}
}
],
[
{
"_type": "AttributeTypeAndValue",
"type": "2.5.4.10",
"value": {
"_choice": "printableString",
"value": "STMicroelectronics NV"
}
}
],
[
{
"_type": "AttributeTypeAndValue",
"type": "2.5.4.3",
"value": {
"_choice": "printableString",
"value": "STM TPM EK Intermediate CA 05"
}
}
]
]
},
"validity": {
"_type": "Validity",
"notBefore": {
"_choice": "utcTime",
"value": "2018-12-14T00:00:00Z"
},
"notAfter": {
"_choice": "utcTime",
"value": "2028-12-14T00:00:00Z"
}
},
"subject": {
"_choice": "rdnSequence",
"value": []
},
"subjectPublicKeyInfo": {
"_type": "SubjectPublicKeyInfo",
"algorithm": {
"_type": "AlgorithmIdentifier",
"algorithm": "1.2.840.113549.1.1.1",
"parameters": "0500"
},
"subjectPublicKey": "2160:3082010A0282010100CC14EB27A78CEB0EA486FA2DF7835F5FA8E905B097012B5BDE50380C355B1A2A721BBC3D08DD21796CDB239FA95310651B1B56FD2CFE53C87352EBD996E33256160404CE9302A08066801E786A2F86E181F949966F492A85B58EAA4A6A8CB3697551BB236E87CC7BF8EC1347871C91E15437E8F266BF1EA5EB271FDCF374D8B47DF8BCE89E1FAD61C2A088CB4036B359CB72A294973FEDCCF0C340AFFD14B64F041165581ACA34147C1C75617047058F7ED7D603E032508094FA73E8B9153DA3BF255D2CBBC5DF301BA8F74D198BEBCE86040FC1D2927C7657414490D802F482F3EBF2DE35EE149A1A6DE8D16891FBFBA02A18AFE59F9D6F149744E5F0D559B10203010001"
},
"issuerUniqueID": null,
"subjectUniqueID": null,
"extensions": [
{
"_type": "Extension",
"extnID": "2.5.29.35",
"critical": false,
"extnValue": "301680141ADB994AB58BE57A0CC9B900E7851E1A43C08660",
"_extnValue": {
"_type": "AuthorityKeyIdentifier",
"keyIdentifier": "1ADB994AB58BE57A0CC9B900E7851E1A43C08660",
"authorityCertIssuer": null,
"authorityCertSerialNumber": null
}
},
{
"_type": "Extension",
"extnID": "2.5.29.32",
"critical": false,
"extnValue": "303930370604551D2000302F302D06082B060105050702011621687474703A2F2F7777772E73742E636F6D2F54504D2F7265706F7369746F72792F",
"_extnValue": [
{
"_type": "PolicyInformation",
"policyIdentifier": "2.5.29.32.0",
"policyQualifiers": [
{
"_type": "PolicyQualifierInfo",
"policyQualifierId": "1.3.6.1.5.5.7.2.1",
"qualifier": "1621687474703A2F2F7777772E73742E636F6D2F54504D2F7265706F7369746F72792F"
}
]
}
]
},
{
"_type": "Extension",
"extnID": "2.5.29.17",
"critical": true,
"extnValue": "304DA44B304931163014060567810502010C0B69643A353335343444323031173015060567810502020C0C53543333485450484148433031163014060567810502030C0B69643A3030343930303038",
"_extnValue": [
{
"_choice": "directoryName",
"value": {
"_choice": "rdnSequence",
"value": [
[
{
"_type": "AttributeTypeAndValue",
"type": "2.23.133.2.1",
"value": {
"_choice": "utf8String",
"value": "id:53544D20"
}
}
],
[
{
"_type": "AttributeTypeAndValue",
"type": "2.23.133.2.2",
"value": {
"_choice": "utf8String",
"value": "ST33HTPHAHC0"
}
}
],
[
{
"_type": "AttributeTypeAndValue",
"type": "2.23.133.2.3",
"value": {
"_choice": "utf8String",
"value": "id:00490008"
}
}
]
]
}
}
]
},
{
"_type": "Extension",
"extnID": "2.5.29.9",
"critical": false,
"extnValue": "305E301706056781050210310E300C0C03322E300201000202008A304306056781050212313A30380201000101FFA0030A0101A1030A0100A2030A0100A310300E1603332E310A01040A01020101FFA40F300D16053134302D320A0102010100",
"_extnValue": [
{
"_type": "AttributeSet",
"type": "2.23.133.2.16",
"values": [
"300C0C03322E300201000202008A"
],
"_values": [
{
"_type": "TPMSpecification",
"family": "2.0",
"level": "0",
"revision": "138"
}
]
},
{
"_type": "AttributeSet",
"type": "2.23.133.2.18",
"values": [
"30380201000101FFA0030A0101A1030A0100A2030A0100A310300E1603332E310A01040A01020101FFA40F300D16053134302D320A0102010100"
],
"_values": [
{
"_type": "TPMSecurityAssertions",
"version": "0",
"fieldUpgradable": true,
"ekGenerationType": "655617",
"ekGenerationLocation": "655616",
"ekCertificateGenerationLocation": "655616",
"ccInfo": {
"_type": "CommonCriteriaMeasures",
"version": "3.1",
"assurancelevel": "4",
"evaluationStatus": "2",
"plus": true,
"strengthOfFunction": null,
"profileOid": null,
"profileUri": null,
"targetOid": null,
"targetUri": null
},
"fipsLevel": {
"_type": "FIPSLevel",
"version": "140-2",
"level": "2",
"plus": false
},
"iso9000Certified": false,
"iso9000Uri": null
}
]
}
]
},
{
"_type": "Extension",
"extnID": "2.5.29.15",
"critical": true,
"extnValue": "03020520",
"_extnValue": [
"keyEncipherment"
]
},
{
"_type": "Extension",
"extnID": "2.5.29.19",
"critical": true,
"extnValue": "3000",
"_extnValue": {
"_type": "BasicConstraints",
"cA": false,
"pathLenConstraint": null
}
},
{
"_type": "Extension",
"extnID": "2.5.29.37",
"critical": false,
"extnValue": "300706056781050801",
"_extnValue": [
"2.23.133.8.1"
]
},
{
"_type": "Extension",
"extnID": "1.3.6.1.5.5.7.1.1",
"critical": false,
"extnValue": "303C303A06082B06010505073002862E687474703A2F2F7365637572652E676C6F62616C7369676E2E636F6D2F73746D74706D656B696E7430352E637274",
"_extnValue": [
{
"_type": "AccessDescription",
"accessMethod": "1.3.6.1.5.5.7.48.2",
"accessLocation": {
"_choice": "uniformResourceIdentifier",
"value": "http://secure.globalsign.com/stmtpmekint05.crt"
}
}
]
}
]
},
"signatureAlgorithm": {
"_type": "AlgorithmIdentifier",
"algorithm": "1.2.840.113549.1.1.11",
"parameters": "0500"
},
"signatureValue": "2048:3D4C381E5B4F1BCBE09C63D52F1F04570CAEA142FD9CD942043B11F8E3BDCF50007AE16CF8869013041E92CDD3280BA4B51FBBD40582ED750219E261A695095674855AACEB520ADAFF9E7E908480A39CDCF900462D9171960FFE55D3AC49E8C981341BBD2EFBCC252A4C18A4F3B7C84CCE42CE70A208C84D2630A7ABFBE72D6271E75B9FF1C971D20EB3DBD763F1E04D834EAA692D2E4001BBF4730A3E3FDA9711AE386524D91C63BE0E516D00D5C6141FCCF6C539F3518E180049865BE16B69CAE1F8CB7FDC474B38F7EE56CBE7D8A89D9BA99B65D5265AEF32AA62426B10E6D75BB8677EC44F755BBC2806FD2B4E04BDF5D44259DBEAA42B6F563DF7AA7506"
}
358 lines
12 KiB
Makefile
358 lines
12 KiB
Makefile
# $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
YFLAGS = -d -t
|
|
|
|
AM_CPPFLAGS += $(ROKEN_RENAME)
|
|
|
|
man_MANS = asn1_print.1 asn1_compile.1
|
|
|
|
lib_LTLIBRARIES = libasn1.la
|
|
libasn1_la_LDFLAGS = -version-info 8:0:0
|
|
|
|
noinst_LTLIBRARIES = libasn1base.la
|
|
|
|
if versionscript
|
|
libasn1_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
|
|
endif
|
|
|
|
|
|
libasn1_la_LIBADD = \
|
|
libasn1base.la \
|
|
@LIB_com_err@ \
|
|
$(LIBADD_roken)
|
|
|
|
BUILT_SOURCES = \
|
|
$(gen_files_rfc2459:.x=.c) \
|
|
$(gen_files_rfc4108:.x=.c) \
|
|
$(gen_files_cms:.x=.c) \
|
|
$(gen_files_krb5:.x=.c) \
|
|
$(gen_files_ocsp:.x=.c) \
|
|
$(gen_files_pkinit:.x=.c) \
|
|
$(gen_files_pkcs8:.x=.c) \
|
|
$(gen_files_pkcs9:.x=.c) \
|
|
$(gen_files_pkcs10:.x=.c) \
|
|
$(gen_files_pkcs12:.x=.c) \
|
|
$(gen_files_digest:.x=.c) \
|
|
$(gen_files_kx509:.x=.c) \
|
|
$(gen_files_x690sample:.x=.c)
|
|
|
|
gen_files_krb5 = asn1_krb5_asn1.x
|
|
gen_files_cms = asn1_cms_asn1.x
|
|
gen_files_crmf = asn1_crmf_asn1.x
|
|
gen_files_rfc2459 = asn1_rfc2459_asn1.x
|
|
gen_files_rfc4108 = asn1_rfc4108_asn1.x
|
|
gen_files_ocsp = asn1_ocsp_asn1.x
|
|
gen_files_pkinit = asn1_pkinit_asn1.x
|
|
gen_files_pkcs10 = asn1_pkcs10_asn1.x
|
|
gen_files_pkcs12 = asn1_pkcs12_asn1.x
|
|
gen_files_pkcs8 = asn1_pkcs8_asn1.x
|
|
gen_files_pkcs9 = asn1_pkcs9_asn1.x
|
|
gen_files_test_template = asn1_test_template_asn1.x
|
|
gen_files_test = asn1_test_asn1.x
|
|
gen_files_digest = asn1_digest_asn1.x
|
|
gen_files_kx509 = asn1_kx509_asn1.x
|
|
gen_files_x690sample = asn1_x690sample_asn1.x
|
|
|
|
oid_resolution.lo: $(BUILT_SOURCES)
|
|
|
|
noinst_PROGRAMS = asn1_gen
|
|
|
|
libexec_heimdal_PROGRAMS = asn1_compile asn1_print
|
|
|
|
TESTS = check-der check-gen check-gen-template check-timegm check-ber check-template
|
|
check_PROGRAMS = $(TESTS)
|
|
|
|
asn1_gen_SOURCES = asn1_gen.c
|
|
asn1_print_SOURCES = asn1_print.c
|
|
check_der_SOURCES = check-der.c check-common.c check-common.h
|
|
|
|
check_template_SOURCES = check-template.c check-common.c check-common.h
|
|
nodist_check_template_SOURCES = $(gen_files_test_template:.x=.c)
|
|
|
|
check_gen_template_CPPFLAGS = -DASN1_IOS_SUPPORTED
|
|
dist_check_gen_template_SOURCES = check-gen.c check-common.c check-common.h
|
|
nodist_check_gen_template_SOURCES = $(gen_files_test_template:.x=.c)
|
|
|
|
dist_check_gen_SOURCES = check-gen.c check-common.c check-common.h
|
|
nodist_check_gen_SOURCES = $(gen_files_test:.x=.c)
|
|
|
|
build_HEADERZ = asn1-template.h
|
|
|
|
asn1_compile_SOURCES = \
|
|
asn1parse.y \
|
|
der.h \
|
|
gen.c \
|
|
gen_copy.c \
|
|
gen_decode.c \
|
|
gen_encode.c \
|
|
gen_free.c \
|
|
gen_glue.c \
|
|
gen_length.c \
|
|
gen_locl.h \
|
|
gen_seq.c \
|
|
gen_template.c \
|
|
hash.c \
|
|
hash.h \
|
|
lex.l \
|
|
lex.h \
|
|
main.c \
|
|
asn1-template.h \
|
|
symbol.c \
|
|
symbol.h
|
|
|
|
dist_libasn1base_la_SOURCES = \
|
|
der_locl.h \
|
|
der.c \
|
|
der.h \
|
|
der_get.c \
|
|
der_put.c \
|
|
der_free.c \
|
|
der_print.c \
|
|
der_length.c \
|
|
der_copy.c \
|
|
der_cmp.c \
|
|
der_format.c \
|
|
fuzzer.c \
|
|
heim_asn1.h \
|
|
extra.c \
|
|
roken_rename.h \
|
|
template.c \
|
|
timegm.c
|
|
|
|
dist_libasn1_la_SOURCES = oid_resolution.c
|
|
|
|
nodist_libasn1base_la_SOURCES = \
|
|
asn1_err.h \
|
|
asn1_err.c
|
|
|
|
nodist_libasn1_la_SOURCES = $(BUILT_SOURCES)
|
|
|
|
asn1_compile_LDADD = \
|
|
$(LIB_roken) $(LEXLIB)
|
|
|
|
check_der_LDADD = \
|
|
libasn1.la \
|
|
$(LIB_roken)
|
|
|
|
check_template_LDADD = $(check_der_LDADD)
|
|
asn1_print_LDADD = libasn1.la $(LIB_roken) $(LIB_com_err)
|
|
asn1_gen_LDADD = $(check_der_LDADD)
|
|
check_timegm_LDADD = $(check_der_LDADD)
|
|
|
|
check_gen_template_LDADD = \
|
|
libasn1.la \
|
|
$(LIB_roken)
|
|
|
|
check_gen_LDADD = \
|
|
libasn1.la \
|
|
$(LIB_roken)
|
|
|
|
check_ber_LDADD = $(check_gen_LDADD)
|
|
|
|
CLEANFILES = \
|
|
$(BUILT_SOURCES) \
|
|
$(gen_files_rfc2459) \
|
|
$(gen_files_rfc4108) \
|
|
$(gen_files_cms) \
|
|
$(gen_files_krb5) \
|
|
$(gen_files_ocsp) \
|
|
$(gen_files_pkinit) \
|
|
$(gen_files_pkcs8) \
|
|
$(gen_files_pkcs9) \
|
|
$(gen_files_pkcs10) \
|
|
$(gen_files_pkcs12) \
|
|
$(gen_files_digest) \
|
|
$(gen_files_kx509) \
|
|
$(gen_files_x690sample) \
|
|
$(gen_files_test) \
|
|
$(gen_files_test_template) \
|
|
$(nodist_check_gen_SOURCES) \
|
|
asn1parse.c asn1parse.h lex.c \
|
|
asn1_err.c asn1_err.h \
|
|
rfc2459_asn1_files rfc2459_asn1*.h* rfc2459_asn1*.x \
|
|
rfc4108_asn1_files rfc4108_asn1*.h* rfc4108_asn1*.x \
|
|
cms_asn1_files cms_asn1*.h* cms_asn1*.x \
|
|
crmf_asn1_files crmf_asn1*.h* crmf_asn1*.x \
|
|
krb5_asn1_files krb5_asn1*.h* krb5_asn1*.x \
|
|
ocsp_asn1_files ocsp_asn1*.h* ocsp_asn1*.x \
|
|
pkinit_asn1_files pkinit_asn1*.h* pkinit_asn1*.x \
|
|
pkcs8_asn1_files pkcs8_asn1*.h* pkcs8_asn1*.x* \
|
|
pkcs9_asn1_files pkcs9_asn1*.h* pkcs9_asn1*.x \
|
|
pkcs10_asn1_files pkcs10_asn1*.h* pkcs10_asn1*.x \
|
|
pkcs12_asn1_files pkcs12_asn1*.h* pkcs12_asn1*.x \
|
|
digest_asn1_files digest_asn1*.h* digest_asn1*.x \
|
|
kx509_asn1_files kx509_asn1*.h* kx509_asn1*.x \
|
|
x690sample_asn1_files x690sample_asn1*.h* x690sample_asn1*.x \
|
|
test_asn1_files test_asn1*.h* test_asn1*.x \
|
|
test_template_asn1* \
|
|
asn1_*.tmp.c asn1_*.x
|
|
|
|
dist_include_HEADERS = der.h heim_asn1.h
|
|
dist_include_HEADERS += $(srcdir)/der-protos.h $(srcdir)/der-private.h
|
|
dist_include_HEADERS += asn1-common.h
|
|
|
|
nodist_include_HEADERS = asn1_err.h
|
|
nodist_include_HEADERS += krb5_asn1.h
|
|
nodist_include_HEADERS += pkinit_asn1.h
|
|
nodist_include_HEADERS += cms_asn1.h
|
|
nodist_include_HEADERS += crmf_asn1.h
|
|
nodist_include_HEADERS += rfc2459_asn1.h
|
|
nodist_include_HEADERS += rfc4108_asn1.h
|
|
nodist_include_HEADERS += ocsp_asn1.h
|
|
nodist_include_HEADERS += pkcs8_asn1.h
|
|
nodist_include_HEADERS += pkcs9_asn1.h
|
|
nodist_include_HEADERS += pkcs10_asn1.h
|
|
nodist_include_HEADERS += pkcs12_asn1.h
|
|
nodist_include_HEADERS += digest_asn1.h
|
|
nodist_include_HEADERS += kx509_asn1.h
|
|
nodist_include_HEADERS += x690sample_asn1.h
|
|
|
|
priv_headers = krb5_asn1-priv.h
|
|
priv_headers += pkinit_asn1-priv.h
|
|
priv_headers += cms_asn1-priv.h
|
|
priv_headers += crmf_asn1-priv.h
|
|
priv_headers += rfc2459_asn1-priv.h
|
|
priv_headers += rfc4108_asn1-priv.h
|
|
priv_headers += ocsp_asn1-priv.h
|
|
priv_headers += pkcs8_asn1-priv.h
|
|
priv_headers += pkcs9_asn1-priv.h
|
|
priv_headers += pkcs10_asn1-priv.h
|
|
priv_headers += pkcs12_asn1-priv.h
|
|
priv_headers += digest_asn1-priv.h
|
|
priv_headers += kx509_asn1-priv.h
|
|
priv_headers += x690sample_asn1-priv.h
|
|
priv_headers += test_template_asn1.h test_template_asn1-priv.h
|
|
priv_headers += test_asn1.h test_asn1-priv.h
|
|
|
|
|
|
|
|
$(asn1_compile_OBJECTS): asn1parse.h asn1parse.c $(srcdir)/der-protos.h $(srcdir)/der-private.h
|
|
$(libasn1_la_OBJECTS): $(nodist_include_HEADERS) $(priv_headers) asn1_err.h $(srcdir)/der-protos.h $(srcdir)/der-private.h
|
|
$(libasn1base_la_OBJECTS): asn1_err.h $(srcdir)/der-protos.h $(srcdir)/der-private.h
|
|
$(check_gen_OBJECTS): test_asn1.h
|
|
$(check_template_OBJECTS): test_asn1_files
|
|
$(asn1_print_OBJECTS): krb5_asn1.h
|
|
|
|
asn1parse.h: asn1parse.c
|
|
|
|
$(gen_files_krb5) krb5_asn1.hx krb5_asn1-priv.hx: krb5_asn1_files
|
|
$(gen_files_ocsp) ocsp_asn1.hx ocsp_asn1-priv.hx: ocsp_asn1_files
|
|
$(gen_files_pkinit) pkinit_asn1.hx pkinit_asn1-priv.hx: pkinit_asn1_files
|
|
$(gen_files_pkcs8) pkcs8_asn1.hx pkcs8_asn1-priv.hx: pkcs8_asn1_files
|
|
$(gen_files_pkcs9) pkcs9_asn1.hx pkcs9_asn1-priv.hx: pkcs9_asn1_files
|
|
$(gen_files_pkcs10) pkcs10_asn1.hx pkcs10_asn1-priv.hx: pkcs10_asn1_files
|
|
$(gen_files_pkcs12) pkcs12_asn1.hx pkcs12_asn1-priv.hx: pkcs12_asn1_files
|
|
$(gen_files_digest) digest_asn1.hx digest_asn1-priv.hx: digest_asn1_files
|
|
$(gen_files_kx509) kx509_asn1.hx kx509_asn1-priv.hx: kx509_asn1_files
|
|
$(gen_files_rfc2459) rfc2459_asn1.hx rfc2459_asn1-priv.hx: rfc2459_asn1_files
|
|
$(gen_files_rfc4108) rfc4108_asn1.hx rfc4108_asn1-priv.hx: rfc4108_asn1_files
|
|
$(gen_files_cms) cms_asn1.hx cms_asn1-priv.hx: cms_asn1_files
|
|
$(gen_files_crmf) crmf_asn1.hx crmf_asn1-priv.hx: crmf_asn1_files
|
|
$(gen_files_x690sample) x690sample_asn1.hx x690sample_asn1-priv.hx: x690sample_asn1_files
|
|
$(gen_files_test) test_asn1.hx test_asn1-priv.hx: test_asn1_files
|
|
$(gen_files_test_template) test_template_asn1.hx test_template_asn1-priv.hx: test_template_asn1_files
|
|
|
|
if ASN1_TEMPLATING
|
|
TEMPLATE_OPTION=--template
|
|
else
|
|
TEMPLATE_OPTION=
|
|
endif
|
|
|
|
rfc2459_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/rfc2459.asn1
|
|
$(ASN1_COMPILE) --one-code-file $(TEMPLATE_OPTION) --option-file=$(srcdir)/rfc2459.opt $(srcdir)/rfc2459.asn1 rfc2459_asn1 || (rm -f rfc2459_asn1_files ; exit 1)
|
|
|
|
rfc4108_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/rfc4108.asn1
|
|
$(ASN1_COMPILE) --one-code-file $(TEMPLATE_OPTION) $(srcdir)/rfc4108.asn1 rfc4108_asn1 || (rm -f rfc4108_asn1_files ; exit 1)
|
|
|
|
cms_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/cms.asn1 $(srcdir)/cms.opt
|
|
$(ASN1_COMPILE) --one-code-file $(TEMPLATE_OPTION) --option-file=$(srcdir)/cms.opt $(srcdir)/cms.asn1 cms_asn1 || (rm -f cms_asn1_files ; exit 1)
|
|
|
|
crmf_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/crmf.asn1 $(srcdir)/crmf.opt
|
|
$(ASN1_COMPILE) --one-code-file $(TEMPLATE_OPTION) --option-file=$(srcdir)/crmf.opt $(srcdir)/crmf.asn1 crmf_asn1 || (rm -f crmf_asn1_files ; exit 1)
|
|
|
|
krb5_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/krb5.asn1 $(srcdir)/krb5.opt
|
|
$(ASN1_COMPILE) --one-code-file $(TEMPLATE_OPTION) --option-file=$(srcdir)/krb5.opt $(srcdir)/krb5.asn1 krb5_asn1 || (rm -f krb5_asn1_files ; exit 1)
|
|
|
|
ocsp_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/ocsp.asn1
|
|
$(ASN1_COMPILE) --one-code-file $(TEMPLATE_OPTION) --option-file=$(srcdir)/ocsp.opt $(srcdir)/ocsp.asn1 ocsp_asn1 || (rm -f ocsp_asn1_files ; exit 1)
|
|
|
|
pkinit_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkinit.asn1
|
|
$(ASN1_COMPILE) --one-code-file $(TEMPLATE_OPTION) $(srcdir)/pkinit.asn1 pkinit_asn1 || (rm -f pkinit_asn1_files ; exit 1)
|
|
|
|
pkcs8_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkcs8.asn1
|
|
$(ASN1_COMPILE) --one-code-file $(TEMPLATE_OPTION) $(srcdir)/pkcs8.asn1 pkcs8_asn1 || (rm -f pkcs8_asn1_files ; exit 1)
|
|
|
|
pkcs9_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkcs9.asn1
|
|
$(ASN1_COMPILE) --one-code-file $(TEMPLATE_OPTION) $(srcdir)/pkcs9.asn1 pkcs9_asn1 || (rm -f pkcs9_asn1_files ; exit 1)
|
|
|
|
pkcs10_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkcs10.asn1
|
|
$(ASN1_COMPILE) --one-code-file $(TEMPLATE_OPTION) --option-file=$(srcdir)/pkcs10.opt $(srcdir)/pkcs10.asn1 pkcs10_asn1 || (rm -f pkcs10_asn1_files ; exit 1)
|
|
|
|
pkcs12_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkcs12.asn1
|
|
$(ASN1_COMPILE) --one-code-file $(TEMPLATE_OPTION) $(srcdir)/pkcs12.asn1 pkcs12_asn1 || (rm -f pkcs12_asn1_files ; exit 1)
|
|
|
|
digest_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/digest.asn1
|
|
$(ASN1_COMPILE) --one-code-file $(TEMPLATE_OPTION) $(srcdir)/digest.asn1 digest_asn1 || (rm -f digest_asn1_files ; exit 1)
|
|
|
|
kx509_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/kx509.asn1
|
|
$(ASN1_COMPILE) --one-code-file $(TEMPLATE_OPTION) $(srcdir)/kx509.asn1 kx509_asn1 || (rm -f kx509_asn1_files ; exit 1)
|
|
|
|
x690sample_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/x690sample.asn1
|
|
$(ASN1_COMPILE) --one-code-file $(TEMPLATE_OPTION) $(srcdir)/x690sample.asn1 x690sample_asn1 || (rm -f x690sample_asn1_files ; exit 1)
|
|
|
|
test_template_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/test.asn1
|
|
$(ASN1_COMPILE) --one-code-file --template --sequence=TESTSeqOf $(srcdir)/test.asn1 test_template_asn1 || (rm -f test_template_asn1_files ; exit 1)
|
|
|
|
test_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/test.asn1
|
|
$(ASN1_COMPILE) --one-code-file --sequence=TESTSeqOf $(srcdir)/test.asn1 test_asn1 || (rm -f test_asn1_files ; exit 1)
|
|
|
|
|
|
EXTRA_DIST = \
|
|
NTMakefile \
|
|
README.template \
|
|
asn1_compile-version.rc \
|
|
libasn1-exports.def \
|
|
cms.asn1 \
|
|
cms.opt \
|
|
crmf.asn1 \
|
|
crmf.opt \
|
|
asn1_err.et \
|
|
canthandle.asn1 \
|
|
digest.asn1 \
|
|
krb5.asn1 \
|
|
krb5.opt \
|
|
kx509.asn1 \
|
|
ocsp.asn1 \
|
|
pkcs12.asn1 \
|
|
pkcs8.asn1 \
|
|
pkcs9.asn1 \
|
|
pkcs10.asn1 \
|
|
pkinit.asn1 \
|
|
rfc2459.asn1 \
|
|
rfc4108.asn1 \
|
|
tcg.asn1 \
|
|
setchgpw2.asn1 \
|
|
x690sample.asn1 \
|
|
test.asn1 \
|
|
test.gen \
|
|
version-script.map
|
|
|
|
DER_PROTOS = $(srcdir)/der-protos.h $(srcdir)/der-private.h
|
|
|
|
ALL_OBJECTS = $(libasn1_la_OBJECTS)
|
|
ALL_OBJECTS += $(libasn1base_la_OBJECTS)
|
|
ALL_OBJECTS += $(asn1_print_OBJECTS)
|
|
ALL_OBJECTS += $(asn1_compile_OBJECTS)
|
|
ALL_OBJECTS += $(asn1_gen_OBJECTS)
|
|
ALL_OBJECTS += $(check_template_OBJECTS)
|
|
|
|
$(ALL_OBJECTS): $(DER_PROTOS) asn1_err.h
|
|
|
|
$(srcdir)/der-protos.h: $(dist_libasn1base_la_SOURCES) $(dist_libasn1_la_SOURCES)
|
|
cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -o der-protos.h $(dist_libasn1base_la_SOURCES) $(dist_libasn1_la_SOURCES) || rm -f der-protos.h
|
|
|
|
$(srcdir)/der-private.h: $(dist_libasn1base_la_SOURCES) $(dist_libasn1_la_SOURCES)
|
|
cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -p der-private.h $(dist_libasn1base_la_SOURCES) $(dist_libasn1_la_SOURCES) || rm -f der-private.h
|