Re: [opensc-devel] libopensc users

2008-12-09 Thread Alon Bar-Lev
On 12/9/08, Andreas Jellinghaus <[EMAIL PROTECTED]> wrote: > Am Montag, 8. Dezember 2008 19:42:46 schrieb Alon Bar-Lev: > > > Anyway... OpenSSH developers do not accept this as they do not accept > > LDAP, X.509, GSS and other features. > > > I thought so. thus maybe they would accept a pkcs#11 im

Re: [opensc-devel] libopensc users

2008-12-09 Thread Andreas Jellinghaus
Am Montag, 8. Dezember 2008 19:42:46 schrieb Alon Bar-Lev: > Anyway... OpenSSH developers do not accept this as they do not accept > LDAP, X.509, GSS and other features. I thought so. thus maybe they would accept a pkcs#11 implementation, if that one did not use any external library and was quite

Re: [opensc-devel] Developing new card driver over opensc

2008-12-09 Thread Peter Stuge
Egon wrote: > But, i must to know where is the pkcs15 directory... Ah. It is never installed when OpenSC is installed, it only exists in the source code. Please download the latest trunk source code from the subversion repository according to the instructions at http://www.opensc-project.org/open

Re: [opensc-devel] Developing new card driver over opensc

2008-12-09 Thread Egon
Thank you for your response Now i know that opensc understand only pkcs15 filesystems. But, i must to know where is the pkcs15 directory... in /usr/lib?? usr/share? must i write more files like pkcs15-mycard.c ?  must i copy a sample skeleton of files/directories from somewhere to my working d

Re: [opensc-devel] Developing new card driver over opensc

2008-12-09 Thread Peter Stuge
Egon wrote: > Why do you know that i must to write a pkcs15-mycard.c ? Why must > this file be in pkcs15 directory?? OpenSC really only understands PKCS#15 card filesystem layouts. If your card isn't strictly PKCS#15 (most aren't) then pkcs15-yourcard.c translates between #15 and what's actually

Re: [opensc-devel] Developing new card driver over opensc

2008-12-09 Thread Martin Paljak
1. Can you modify your card or is it read-only? - Depending on that, you need to write pkcs15init/pkcs15-yourcard.c 2. If your card is read-only, you need to write libopensc/card- yourcard.c and libopensc/pkcs15-yourcard.c Your step 3 requires no extra effort m. On 09.12.2008, at 13:47, Egon

Re: [opensc-devel] Developing new card driver over opensc

2008-12-09 Thread Egon
Hi everyboy Thank you for your quick response. Now, my card is read only... in future, i will try to do writable... :). I think that it can be easy if my card is read only. Is there any skeleton of files, structures or similar in order to do this new driver? Why do you know that i must to writ

[opensc-devel] Developing new card driver over opensc

2008-12-09 Thread Egon
Hi everybody I wrote a message several days before. Thank you for your response. Now, I found a way in order to pass a p12 certificate from to firefox via opensc and pkcs11. But I need some information or guide. First, I must to write a profile file in /usr/share/opensc/newcard.profile . In or