From 137253ad00cddf9d6be46a8f66a5453cd889cd21 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Tue, 14 May 2013 08:28:03 +0200 Subject: [PATCH] distributing npa example data --- virtualsmartcard/Makefile.am | 2 +- virtualsmartcard/configure.ac | 7 +++++-- virtualsmartcard/npa-example-data/Makefile.am | 1 + virtualsmartcard/npa-example-data/dh/Makefile.am | 6 ++++++ virtualsmartcard/npa-example-data/ecdh/Makefile.am | 6 ++++++ 5 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 virtualsmartcard/npa-example-data/Makefile.am create mode 100644 virtualsmartcard/npa-example-data/dh/Makefile.am create mode 100644 virtualsmartcard/npa-example-data/ecdh/Makefile.am diff --git a/virtualsmartcard/Makefile.am b/virtualsmartcard/Makefile.am index 5054d9f..581d367 100644 --- a/virtualsmartcard/Makefile.am +++ b/virtualsmartcard/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src doc +SUBDIRS = src doc npa-example-data EXTRA_DIST = test_vicc_with_npa-tool.sh diff --git a/virtualsmartcard/configure.ac b/virtualsmartcard/configure.ac index dbe5e93..c2eac16 100644 --- a/virtualsmartcard/configure.ac +++ b/virtualsmartcard/configure.ac @@ -157,10 +157,13 @@ HELP2MAN: ${HELP2MAN} EOF AC_CONFIG_FILES([Makefile + doc/Makefile + doc/api/Makefile + npa-example-data/Makefile + npa-example-data/dh/Makefile + npa-example-data/ecdh/Makefile src/Makefile src/vpcd/Makefile src/vpicc/Makefile - doc/Makefile - doc/api/Makefile ]) AC_OUTPUT diff --git a/virtualsmartcard/npa-example-data/Makefile.am b/virtualsmartcard/npa-example-data/Makefile.am new file mode 100644 index 0000000..554f657 --- /dev/null +++ b/virtualsmartcard/npa-example-data/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = dh ecdh diff --git a/virtualsmartcard/npa-example-data/dh/Makefile.am b/virtualsmartcard/npa-example-data/dh/Makefile.am new file mode 100644 index 0000000..eec3a30 --- /dev/null +++ b/virtualsmartcard/npa-example-data/dh/Makefile.am @@ -0,0 +1,6 @@ +CERTIFICATES = DETESTATDE019 DETESTCVCA00003 DETESTDVDE019 +TERMINAL_KEY = at_key.pkcs8 +NPA_KEY = npa_key +NPA_FILES = ef_cardaccess ef_cardsecurity + +EXTRA_DIST = $(CERTIFICATES) $(TERMINAL_KEY) $(NPA_KEY) $(NPA_FILES) diff --git a/virtualsmartcard/npa-example-data/ecdh/Makefile.am b/virtualsmartcard/npa-example-data/ecdh/Makefile.am new file mode 100644 index 0000000..1bd0a9a --- /dev/null +++ b/virtualsmartcard/npa-example-data/ecdh/Makefile.am @@ -0,0 +1,6 @@ +CERTIFICATES = DECVCAAT00001 DETESTATDE019 DETESTDVDE019 +TERMINAL_KEY = at_key.pkcs8 +NPA_KEY = npa_key +NPA_FILES = ef_cardaccess ef_cardsecurity + +EXTRA_DIST = $(CERTIFICATES) $(TERMINAL_KEY) $(NPA_KEY) $(NPA_FILES)