Re: [opensc-devel] new pages for software list etc?

2006-11-27 Thread Ludovic Rousseau
On 26/11/06, Andreas Jellinghaus [EMAIL PROTECTED] wrote: Hi, Hello, the works of smart card software is confusing, so many open source project. what do you think: shall we start a wiki where we list each software, describe what it does, link to it etc? That would be great. I sometime

Re: [opensc-devel] PKCS#11 header license - replacement headers

2006-11-27 Thread Ludovic Rousseau
Hello, On 25/11/06, Andreas Jellinghaus [EMAIL PROTECTED] wrote: Please have a look at let me know what you think about it. Also if you spot any difference, typo or problem with the new header file, please let me know. I am not sure it is a good idea to change the arguments types. -/*

Re: [opensc-devel] new pages for software list etc?

2006-11-27 Thread Alon Bar-Lev
On 11/27/06, Ludovic Rousseau [EMAIL PROTECTED] wrote: On 26/11/06, Andreas Jellinghaus [EMAIL PROTECTED] wrote: Hi, Hello, the works of smart card software is confusing, so many open source project. what do you think: shall we start a wiki where we list each software, describe what it

Re: [opensc-devel] new pages for software list etc?

2006-11-27 Thread Eddy Nigg (StartCom Ltd.)
Alon Bar-Lev wrote: 3. If the user removes and inserts his card, the application should reprompt for PIN when private object is accessed. 4. If the user removes the card from one reader and insert it to another reader, the application should detect that it is the same card, and not prompt

Re: [opensc-devel] new pages for software list etc?

2006-11-27 Thread Alon Bar-Lev
On 11/27/06, Eddy Nigg (StartCom Ltd.) [EMAIL PROTECTED] wrote: Alon Bar-Lev wrote: 3. If the user removes and inserts his card, the application should reprompt for PIN when private object is accessed. 4. If the user removes the card from one reader and insert it to another reader, the

Re: [opensc-devel] PKCS#11 header license - replacement headers

2006-11-27 Thread Eddy Nigg (StartCom Ltd.)
Alessandro Premoli wrote: The new PKCS#11 header *is* a derivative work of the original RSA interface. If you think implementing RSA PKCS#11 in OpenSC makes it a derivative work and so subjected to RSA's license, then implementing a derivative interface doesn't change anything, because of the

[opensc-devel] Update to the MuscleCard support patch for OpenSC

2006-11-27 Thread Thomas Harning Jr.
Attached is a patch to the the opensc-0.11.1-r3057 snapshot to update the MuscleCard driver for OpenSC to use an msc_id struct rather than int/bytes and messing around with byte-swapping for that. Tested items: * OpenSC-explorer * List * Change Directory * Read file * PKCS15: *

Re: [opensc-devel] new pages for software list etc?

2006-11-27 Thread Alon Bar-Lev
On 11/27/06, Eddy Nigg (StartCom Ltd.) [EMAIL PROTECTED] wrote: Well...I guess the later is a lot application specificat some applications you never have to select the certificate anymore, because it just finds and remembers it and at some you have to do it each timeNot sure, if this

Re: [opensc-devel] new pages for software list etc?

2006-11-27 Thread Martin Paljak
On 27.11.2006, at 14:24, Ludovic Rousseau wrote: That would be great. I sometime discover new smart card applications/programs (like the pkcs11-helper from Alon Bar-Lev) that could have helped me. I guess if anyone would have known it before, it would have been referenced from the wiki as

Re: [opensc-devel] PKCS#11 header license - replacement headers

2006-11-27 Thread Martin Paljak
On 27.11.2006, at 16:00, Alessandro Premoli wrote: It seems completely useless to me. We should use the original and official RSA headers. I don't know if the reasoning you gave is legally correct, but from practical point of view i agree with the original RSA header standpoint. --

Re: [opensc-devel] new pages for software list etc?

2006-11-27 Thread Martin Paljak
On 27.11.2006, at 17:35, Alon Bar-Lev wrote: On 11/27/06, Ludovic Rousseau [EMAIL PROTECTED] wrote: On 26/11/06, Andreas Jellinghaus [EMAIL PROTECTED] wrote: Hi, Hello, the works of smart card software is confusing, so many open source project. what do you think: shall we start a wiki

Re: [opensc-devel] new pages for software list etc?

2006-11-27 Thread Eddy Nigg (StartCom Ltd.)
Alon Bar-Lev wrote: Sure it does, it makes users crazy if you re-prompt them for certificate that was already selected. https://bugzilla.mozilla.org/show_bug.cgi?id=149673 Opened: 2002-06-06 12:12 (!!) The Mozilla browser always asks, which certificate to choose

Re: [opensc-devel] new pages for software list etc?

2006-11-27 Thread Alon Bar-Lev
On Monday 27 November 2006 22:12, Eddy Nigg (StartCom Ltd.) wrote: Alon Bar-Lev wrote: Sure it does, it makes users crazy if you re-prompt them for certificate that was already selected. https://bugzilla.mozilla.org/show_bug.cgi?id=149673 Opened: 2002-06-06 12:12

Re: [opensc-devel] PKCS#11 header license - replacement headers

2006-11-27 Thread Werner Koch
On Mon, 27 Nov 2006 15:00, [EMAIL PROTECTED] said: The new PKCS#11 header *is* a derivative work of the original RSA interface. If you think implementing RSA PKCS#11 in OpenSC makes it a No, it is not a derivative work. It is an implementation of the interface defined in the pkcs#11 specs.

[opensc-devel] Re: Datev Smart Card support added

2006-11-27 Thread Daniel Zauft
Peter Koch wrote: Hi all Daniel Zauft donated a DATEV card (DATEV smartcard classic), so I was able to add support for this kind of preformatted TCOS-card. Please test and let me know whether you were able to use your DATEV card or not. Hi, i finally managed to compile the package. I

Re: [opensc-devel] new pages for software list etc?

2006-11-27 Thread Martin Paljak
On 27.11.2006, at 22:24, Alon Bar-Lev wrote: While in my webmail site, I need to select a certificate almost very time I select an item... This is bad... Even I cannot work with it. Check your webserver coniguration and SSL session timeout. Mozilla only asks for a certificate when the SSL

Re: [opensc-devel] PKCS#11 header license - replacement headers

2006-11-27 Thread Andreas Jellinghaus
Martin Paljak wrote: from practical point of view i agree with the original RSA header standpoint. from a legal point of view I would like opensc being compatible with the GPL. the rsa header files are not under their current license. Regards, Andreas

Re: [opensc-devel] PKCS#11 header license - replacement headers

2006-11-27 Thread Andreas Jellinghaus
Ludovic Rousseau wrote: I am not sure it is a good idea to change the arguments types. that is not intentional, any difference is a bug and needs to be fixed. Should'nt we stick to the API as defined in the standard? yes. but replacing the header files with something GPL compatible would