Add pkcs10.asn1
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16919 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -7,6 +7,7 @@ libhx509_la_LDFLAGS = -version-info 1:0:0
|
|||||||
|
|
||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
$(gen_files_ocsp:.x=.c) \
|
$(gen_files_ocsp:.x=.c) \
|
||||||
|
$(gen_files_pkcs10:.x=.c) \
|
||||||
hx509_err.c \
|
hx509_err.c \
|
||||||
hx509_err.h
|
hx509_err.h
|
||||||
|
|
||||||
@@ -31,6 +32,10 @@ gen_files_ocsp = \
|
|||||||
asn1_id_pkix_ocsp_basic.x \
|
asn1_id_pkix_ocsp_basic.x \
|
||||||
asn1_id_pkix_ocsp_nonce.x
|
asn1_id_pkix_ocsp_nonce.x
|
||||||
|
|
||||||
|
gen_files_pkcs10 = \
|
||||||
|
asn1_CertificationRequestInfo.x \
|
||||||
|
asn1_CertificationRequest.x
|
||||||
|
|
||||||
libhx509_la_LIBADD = $(LIB_des) ../asn1/libasn1.la
|
libhx509_la_LIBADD = $(LIB_des) ../asn1/libasn1.la
|
||||||
|
|
||||||
libhx509_la_CPPFLAGS = -I$(srcdir)/ref $(INCLUDE_des)
|
libhx509_la_CPPFLAGS = -I$(srcdir)/ref $(INCLUDE_des)
|
||||||
@@ -57,10 +62,15 @@ libhx509_la_SOURCES = \
|
|||||||
|
|
||||||
|
|
||||||
$(gen_files_ocsp) ocsp_asn1.h: ocsp_asn1_files
|
$(gen_files_ocsp) ocsp_asn1.h: ocsp_asn1_files
|
||||||
|
$(gen_files_pkcs10) pkcs10_asn1.h: pkcs10_asn1_files
|
||||||
|
|
||||||
ocsp_asn1_files: $(srcdir)/ocsp.asn1
|
ocsp_asn1_files: $(srcdir)/ocsp.asn1
|
||||||
../asn1/asn1_compile$(EXEEXT) --preserve-binary=OCSPTBSRequest --preserve-binary=OCSPResponseData $(srcdir)/ocsp.asn1 ocsp_asn1 || (rm -f ocsp_asn1_files ; exit 1)
|
../asn1/asn1_compile$(EXEEXT) --preserve-binary=OCSPTBSRequest --preserve-binary=OCSPResponseData $(srcdir)/ocsp.asn1 ocsp_asn1 || (rm -f ocsp_asn1_files ; exit 1)
|
||||||
|
|
||||||
|
pkcs10_asn1_files: $(srcdir)/pkcs10.asn1
|
||||||
|
../asn1/asn1_compile$(EXEEXT) --preserve-binary=CertificationRequestInfo $(srcdir)/pkcs10.asn1 pkcs10_asn1 || (rm -f pkcs10_asn1_files ; exit 1)
|
||||||
|
|
||||||
|
|
||||||
$(libhx509_la_OBJECTS): $(srcdir)/hx509-protos.h $(srcdir)/hx509-private.h
|
$(libhx509_la_OBJECTS): $(srcdir)/hx509-protos.h $(srcdir)/hx509-private.h
|
||||||
|
|
||||||
$(srcdir)/hx509-protos.h:
|
$(srcdir)/hx509-protos.h:
|
||||||
@@ -90,8 +100,9 @@ hxtool_LDFLAGS = -pthread
|
|||||||
|
|
||||||
EXTRA_DIST = hx509_err.et
|
EXTRA_DIST = hx509_err.et
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES) $(gen_files_ocsp) \
|
CLEANFILES = $(BUILT_SOURCES) \
|
||||||
ocsp_asn1_files ocsp_asn1.h\
|
$(gen_files_ocsp) ocsp_asn1_files ocsp_asn1.h\
|
||||||
|
$(gen_files_pkcs10) pkcs10_asn1_files pkcs10_asn1.h\
|
||||||
$(TESTS) \
|
$(TESTS) \
|
||||||
hxtool-commands.c hxtool-commands.h *.tmp \
|
hxtool-commands.c hxtool-commands.h *.tmp \
|
||||||
sd.data sd.data.out \
|
sd.data sd.data.out \
|
||||||
|
Reference in New Issue
Block a user