[opensc-devel] Mac Tokend PIN Rejection

2009-03-19 Thread Henry B. Hotz
I don't think I'm having any trouble with the PIN in normal OpenSC operations, but I can't unlock the card in Apple's Keychain Access app. NASA PIV card, SCM 331 reader, Leopard. Any pointers? How would I debug this? -- The opinions expressed

Re: [opensc-devel] Problem when generate more than one keypair using Firefox

2009-03-19 Thread Weitao Sun
Weitao Sun wrote: > Martin Paljak wrote: > >> On 18.03.2009, at 5:00, Weitao Sun wrote: >> >> >>> 4.The user want a second keypair(KEYPAIR_B), so we will alloc a new ID >>> for it. We, again, start from DEFAULT_ID(0x45) to 0xFF, pick a number, >>> because KEYPAIR_A's ID is not DEFAULT_ID(0x

Re: [opensc-devel] Problem when generate more than one keypair using Firefox

2009-03-19 Thread Weitao Sun
Martin Paljak wrote: > > On 18.03.2009, at 5:00, Weitao Sun wrote: > >> 4.The user want a second keypair(KEYPAIR_B), so we will alloc a new ID >> for it. We, again, start from DEFAULT_ID(0x45) to 0xFF, pick a number, >> because KEYPAIR_A's ID is not DEFAULT_ID(0x45), we pick 0x45 again. > Quickfix