From: Jaroslav I. <jar...@gm...> - 2016-01-18 15:14:26
|
Hello David, seems like your primary problem is behaviour of SunPKCS11 provider so IMO you should take a look at "Java PKCS#11 Reference Guide" [0] which describes in detail how this provider operates. I remember that values of CKA_LABEL and CKA_ID attributes were very important and that SunPKCS11 provider didn't "show" private key which were not associated with the certificate. [0] http://docs.oracle.com/javase/7/docs/technotes/guides/security/p11guide.html Kind Regards / S pozdravom Jaroslav Imrich http://www.jimrich.sk jar...@gm... On Mon, Jan 18, 2016 at 3:40 PM, David Sills <DS...@da...> wrote: > To whom it may concern: > > > > This is apparently not a mailing list for users, but I am a (potential) > user with many questions. Is there a mailing list for me? > > > > I have successfully (more or less) got OpenSC working on my Windows 7 > machine with a Dell Smart Card Reader Keyboard and pkcs11-tool seems to be > able to detect keys (and thus certificates, I assume) on the card, but when > I go through the Sun API (SunPKCS11) I get no aliases in the Keystore I > generate, which makes it, of course, impossible to get at the data. (What I > really want to know is, is the certificate expired?) Is this a common > occurrence, and has anyone any kind of solution for it? > > > > Please redirect me if I am in the wrong list. Many thanks for your work in > creating OpenSC. > > > > Thanks! > > > > David > > > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > Opensc-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensc-devel > > |