Re: [opensc-devel] PKCS #11 Spy

2010-06-21 Thread Andreas Jellinghaus
Am Montag 21 Juni 2010, um 08:47:07 schrieb Jean-Michel Pouré - GOOZE: > On Sat, 2010-06-19 at 19:06 +0200, Andreas Jellinghaus wrote: > > google "pkcs11-spy" and the first hit is: > > http://www.opensc-project.org/opensc/wiki/UsingOpensc > > Thanks I updated the doc with examples. > Now, I try to

Re: [opensc-devel] Changes on Spanish DNIe licensing

2010-06-21 Thread Alejandro Vargas
2010/6/16 jons...@terra.es : > - Decide how to handle with private and non-published keys >   in source code. Alternatively try to get permission from >   DGP to publis our reverse-engineered keys What about loading the keys from an external file like /etc/opensc/keys/dnie.key? The keys could be

Re: [opensc-devel] Incompatibilities with NSS since r4375

2010-06-21 Thread Viktor TARASOV
Hi Andre, Andre Zepezauer wrote: > with changeset 4375 a new bug was introduced, which brakes > applications looking up certificates by serial number. For example > Mozilla Thunderbird. One consequence of this is, that at the moment it > is impossible to read encrypted emails with the named ema

Re: [opensc-devel] Sub-project for OpenSC with secure messaging and multi-applications

2010-06-21 Thread Viktor TARASOV
resoli - libero wrote: > This thread is really interesting looking from an italian perspective. > > Viktor mentioned the fact that in Italian CNS card PIN and signature are > secure messaging protected, as reported by Emanuele Pucciarelli that > created also some patches[1] to support that cards in

Re: [opensc-devel] [SPAM] Re: Success with Omnikey

2010-06-21 Thread Viktor TARASOV
Martin Paljak wrote: > On Jun 2, 2010, at 07:06 , Xiaoshuo Wu wrote: > >> I figure out a solution, add an new option combination "--change-attributes >> pin --pin-flags local --id $pin_id" in pkcs15-init command, so one can add >> "local" pin-flag without reinitialize the card. >> >> Here is t

Re: [opensc-devel] PKCS #11 Spy

2010-06-21 Thread Peter Stuge
Jean-Michel Pouré - GOOZE wrote: > Thanks I updated the doc with examples. > Now, I try to reproduce with ssh-add: > > PKCS11SPY=/usr/lib/pkcs11/opensc-pkcs11.so \ > PKCS11SPY_OUTPUT=/tmp/pkcs-spy.log \ > ssh-add -s /usr/lib/pkcs11-spy.so > > Enter passphrase for PKCS#11: > SSH_AGENT_FAILURE >

Re: [opensc-devel] PKCS #11 Spy

2010-06-21 Thread Ludovic Rousseau
Le 21 juin 2010 08:47, Jean-Michel Pouré - GOOZE a écrit : > On Sat, 2010-06-19 at 19:06 +0200, Andreas Jellinghaus wrote: >> google "pkcs11-spy" and the first hit is: >> http://www.opensc-project.org/opensc/wiki/UsingOpensc > > Thanks I updated the doc with examples. > Now, I try to reproduce wit