use OpenSC's hooks to wrap and unwrap SM APDUs
sm_transmit_apdu is obsolete. libnpa and OpenSC can be used in parallel now. libnpa modifies OpenSC's card handle to add SM on the fly to any OpenSC command. This, for example, allows PKCS#XX commands in a SM channel established by libnpa.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
SUBDIRS = src m4 doc win32
|
||||
|
||||
EXTRA_DIST = libnpa.pc.in apdus test_vicc_with_npa.sh
|
||||
EXTRA_DIST = libnpa.pc.in apdus test_vicc_with_npa-tool.sh
|
||||
|
||||
do_subst = $(SED) \
|
||||
-e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g' \
|
||||
|
||||
Reference in New Issue
Block a user