Frank Morgner
b4ebc4882b
moved sm_stop() to OpenSC as sc_sm_stop()
2015-04-07 17:04:00 +02:00
Frank Morgner
86e778ff2c
fixed memory leak
2015-01-25 04:00:31 +01:00
Frank Morgner
d4bcf4e592
implemented npa_pin_cmd
2014-02-23 01:16:52 +01:00
Frank Morgner
15b08e5384
added a minimal nPA card driver for OpenSC
...
use as something like
env OPENSC_CONF=$PWD/vsmartcard/npa/opensc.conf opensc-tool --name
2014-02-23 01:16:44 +01:00
Frank Morgner
d1ffaa4a59
fixed typo
2013-06-14 08:20:47 +02:00
Frank Morgner
32a198f35b
updated license text
2013-06-11 09:21:32 +02:00
Frank Morgner
f48d45b16c
fixed bug in iso sm driver
2013-02-09 23:43:26 +01:00
Frank Morgner
9f6ffc2fad
handling special Le's for encryption in iso SM driver
2013-02-01 01:18:36 +01:00
Frank Morgner
e9e5c7668b
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.
2012-12-09 23:15:51 +01:00