The code would be as shown bellow:
sc_apdu_t apdu;
const u8 mf_buf[4] = {0x00, 0x00, 0x00, 0x01};
sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x28, 0x01, 0x00);
apdu.le = 0;
apdu.lc = 4;
apdu.data= mf_buf;
apdu.datalen = 4;
apdu.resplen = 0;
r = sc_tr
Is anyone planing on looking at OpenSC and Mac OS 10.8?
especially in light of:
http://lists.apple.com/archives/fed-talk/2011/Jul/msg00099.html
and
http://www.macworld.com/article/165417/2012/02/apple_readies_mac_os_x_mountain_lion_update.html
--
Douglas E. Engert
Argonne National Laborat
Le 23 février 2012 23:15, Douglas E. Engert a écrit :
> Is anyone planing on looking at OpenSC and Mac OS 10.8?
I do not expect problem with OpenSC on 10.8. PC/SC is still present.
> especially in light of:
> http://lists.apple.com/archives/fed-talk/2011/Jul/msg00099.html
>
> and
> http://www.ma