- Added an untested SM implementation, currently only with encryption

- Added utils from OpenPACE


git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@51 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2010-03-29 19:53:11 +00:00
parent 7090788945
commit 2a1afd8fd2
5 changed files with 718 additions and 2 deletions

View File

@@ -25,10 +25,10 @@ TARGETS = ccid
all: $(TARGETS)
ccid: ccid.h ccid.c pace.h pace.c apdu.h apdu.c usbstring.c usbstring.h usb.c
ccid: ccid.h ccid.c pace.h pace.c sm.c sm.h utils.h utils.c apdu.h apdu.c usbstring.c usbstring.h usb.c
$(CC) $(LIBPCSCLITE_CFLAGS) $(OPENSC_CFLAGS) $(OPENSSL_CFLAGS) \
$(PTHREAD_CFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) \
usbstring.c ccid.c pace.c apdu.c usb.c -o $@
usbstring.c ccid.c pace.c sm.c utils.c apdu.c usb.c -o $@
install: $(TARGETS) installdirs