Re: [opensc-devel] Prompt for SO PIN in Firefox

2012-07-23 Thread helpcrypto helpcrypto
On Tue, Jul 24, 2012 at 4:16 AM, Nguyễn Hồng Quân wrote: > Hi, > > I heard that you are successful to implement Admin PIN callback in PKCS#11. > Which card did you do? Can it be applied to OpenPGP? If yes, how should we > do? > > Thanks. Where did you read that? I didnt say it... We have a very o

Re: [opensc-devel] new release?

2012-07-23 Thread Douglas E. Engert
OK, sent pull request to fix a regression where some code in piv-tool.c was inadvertently remove in 2011. On 7/22/2012 10:44 AM, Viktor Tarasov wrote: > Hello, > > > I would like to start preparation of the new release based on the 'staging' > branch of GitHub OpenSC . > Your suggestions propos

Re: [opensc-devel] PIV test cards available from NIST

2012-07-23 Thread Douglas E. Engert
On 7/23/2012 3:53 AM, Jean-Michel Pouré - GOOZE wrote: > Le dimanche 22 juillet 2012 à 15:12 +0200, j.witvl...@mindef.nl a > écrit : >> Seen the pricetag? $800! > > Utterly expensive, I did not buy any of them. It is a set of 16 test cards. You have to buy the set. The value of the set is not th

Re: [opensc-devel] new release?

2012-07-23 Thread Jean-Michel Pouré - GOOZE
Le dimanche 22 juillet 2012 à 17:44 +0200, Viktor Tarasov a écrit : > So, if anybody interested to see these proposals in the next release, > please, do pull request to 'staging' branch of GitHub OpenSC > (git://github.com/OpenSC/OpenSC.git) . Dear Viktor, Thank you very much for handling this n

Re: [opensc-devel] PIV test cards available from NIST

2012-07-23 Thread Jean-Michel Pouré - GOOZE
Le dimanche 22 juillet 2012 à 15:12 +0200, j.witvl...@mindef.nl a écrit : > Seen the pricetag? $800! Utterly expensive, I did not buy any of them. -- Jean-Michel Pouré - Gooze - http://www.gooze.eu smime.p7s Description: S/MIME cryptographic signature _

Re: [opensc-devel] Prompt for SO PIN in Firefox

2012-07-23 Thread helpcrypto helpcrypto
On Mon, Jul 23, 2012 at 9:00 AM, NdK wrote: > The problem with FF (and TB) is that it calls C_login only once, then > assumes the login is still valid. Even if card got reset. Then you should return the appropiate PKCS#11 error values, and thats all. Isnt it so? > Even worse, it asks for *ALL*

Re: [opensc-devel] Prompt for SO PIN in Firefox

2012-07-23 Thread NdK
Il 23/07/2012 08:49, helpcrypto helpcrypto ha scritto: > IIRC, C_Login can accept user type CKU_SO to login as admin, the > problem might be "what you could do as admin". Probably that depends > on the card. The problem with FF (and TB) is that it calls C_login only once, then assumes the login is