[opensc-devel] adding support for a java applet

2012-10-16 Thread aidin boghaniyan
Hi, I have some kona25 http://www.tagsystems.net/downloads java card, and I must provide a pkcs11 interface for them. I know that the best way for using them with OpenSC is loading Muscle applet on it, but I was unsuccessful on this solution. Indeed, I have loaded muscle applet using

Re: [opensc-devel] [Muscle] Ubuntu 12.04 smartcard reader install? AKA: Dear Canonical: could you fix this?

2012-10-16 Thread helpcrypto helpcrypto
On Thu, Oct 11, 2012 at 3:37 PM, Ludovic Rousseau ludovic.rouss...@gmail.com wrote: I havent restarted yet (to check if the reader start working), but would like to know if theres is something I can do to detect and use the reader (without rebooting). Replug your reader after installing

Re: [opensc-devel] [Muscle] Ubuntu 12.04 smartcard reader install? AKA: Dear Canonical: could you fix this?

2012-10-16 Thread Ludovic Rousseau
2012/10/16 helpcrypto helpcrypto helpcry...@gmail.com: On Thu, Oct 11, 2012 at 3:37 PM, Ludovic Rousseau ludovic.rouss...@gmail.com wrote: I havent restarted yet (to check if the reader start working), but would like to know if theres is something I can do to detect and use the reader

Re: [opensc-devel] [Muscle] Ubuntu 12.04 smartcard reader install? AKA: Dear Canonical: could you fix this?

2012-10-16 Thread helpcrypto helpcrypto
The libccid package installs a udev rule file to change the access rights of the USB device. This rule file is examied at device plug so you need to replug the reader _after_ the file is installed. This rule file is examined by udev so you (may) have to restart udev, or simply reboot.

[opensc-devel] Support for C_InitializeToken and C_InitPIN

2012-10-16 Thread Andreas Schwier (ML)
Dear all, we've created a pull request towards OpenSC/staging in order to implement support for PKCS#11 like token initialization and PIN management [1]. This patch shall allow a token to perform a one-step initialization rather than deleting the individual PKCS#15 objects from the card. The