Re: [opensc-devel] Iceweasel 3.5 not loading /usr/lib/opensc-pkcs11.so

2010-07-07 Thread Jean-Michel Pouré - GOOZE
Le jeudi 08 juillet 2010 à 07:42 +0300, Martin Paljak a écrit : > I would suggest starting debugging from validating your reader setup. Nothing changed in my setup. The error appears with two different readers. The general error happens when I insert the card. -- Jean-Michel Pou

Re: [opensc-devel] Iceweasel 3.5 not loading /usr/lib/opensc-pkcs11.so

2010-07-07 Thread Martin Paljak
On Jul 7, 2010, at 10:33 PM, Jean-Michel Pouré - GOOZE wrote: > Le mercredi 07 juillet 2010 à 21:59 +0300, Martin Paljak a écrit : >> Debug your setup. > > pkcs11-tool -L > Available slots: > Slot 4294967295 Virtual hotplug slot > (empty) > Slot 1 (GetSlotInfo failed, error 5)

Re: [opensc-devel] OpenPGP card v2

2010-07-07 Thread David Woodhouse
On Wed, 2010-07-07 at 21:49 +0300, Martin Paljak wrote: > Hello, > > On Jul 7, 2010, at 6:57 PM, David Woodhouse wrote: > > I've been working on getting applications to use the 'NSS Shared > DB': > > https://wiki.mozilla.org/NSS_Shared_DB_And_LINUX > Nice effort. Don't know if it will be possible

Re: [opensc-devel] Iceweasel 3.5 not loading /usr/lib/opensc-pkcs11.so

2010-07-07 Thread Jean-Michel Pouré - GOOZE
Le mercredi 07 juillet 2010 à 21:59 +0300, Martin Paljak a écrit : > Debug your setup. pkcs11-tool -L Available slots: Slot 4294967295 Virtual hotplug slot (empty) Slot 1 (GetSlotInfo failed, error 5) Slot 2 (GetSlotInfo failed, error 5) Slot 3 (GetSlotInfo

Re: [opensc-devel] Iceweasel 3.5 not loading /usr/lib/opensc-pkcs11.so

2010-07-07 Thread Martin Paljak
On Jul 7, 2010, at 8:26 PM, Jean-Michel Pouré - GOOZE wrote: > Dear all, > > After upgrading Iceweasel to 3.5 from Debian SID, it seems that it > cannot load /usr/lib/opensc-pkcs11.so. The dialog says "impossible to > load security device". Linux debian 2.6.32-5-686 #1 SMP Tue Jun 1 04:59:47 UTC

Re: [opensc-devel] OpenPGP card v2

2010-07-07 Thread Martin Paljak
Hello, On Jul 7, 2010, at 6:57 PM, David Woodhouse wrote: > I've been working on getting applications to use the 'NSS Shared DB': > https://wiki.mozilla.org/NSS_Shared_DB_And_LINUX Nice effort. Don't know if it will be possible to promote NSS to be the library of choice on Linux platform, I know

[opensc-devel] Iceweasel 3.5 not loading /usr/lib/opensc-pkcs11.so

2010-07-07 Thread Jean-Michel Pouré - GOOZE
Dear all, More ... ssh-add -s /usr/lib/opensc-pkcs11.so does not work any longer. Kind regards, -- Jean-Michel Pouré - Gooze - http://www.gooze.eu ___ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-

[opensc-devel] Iceweasel 3.5 not loading /usr/lib/opensc-pkcs11.so

2010-07-07 Thread Jean-Michel Pouré - GOOZE
Dear all, After upgrading Iceweasel to 3.5 from Debian SID, it seems that it cannot load /usr/lib/opensc-pkcs11.so. The dialog says "impossible to load security device". Can you reproduce this bug? Kind regards, -- Jean-Michel Pouré - Gooze - http://www.gooze.eu __

[opensc-devel] OpenPGP card v2

2010-07-07 Thread David Woodhouse
I've been working on getting applications to use the 'NSS Shared DB': https://wiki.mozilla.org/NSS_Shared_DB_And_LINUX I have the basics working, with certificates in /etc/pki/nssdb being used in addition to the user-specific certificates (and keys) in ~/.pki/nssdb. This is working with firefox, e

Re: [opensc-devel] CardOS 4.3

2010-07-07 Thread Andreas Jellinghaus
Hi Kerstin, Am Mittwoch 07 Juli 2010, um 14:05:42 schrieb kerstin.ho...@uv.ruhr-uni- bochum.de: > Hi Andreas, > > I checked out 0.12.0-svn-r4413. With this version, our cards work again. > In the previous versions (up to release candidate 0.11.14) it seems to be > the change of flag SC_PKCS15_CAR

Re: [opensc-devel] CardOS 4.3

2010-07-07 Thread Kerstin.Horst
Hi Andreas, I checked out 0.12.0-svn-r4413. With this version, our cards work again. In the previous versions (up to release candidate 0.11.14) it seems to be the change of flag SC_PKCS15_CARD_FLAG_SIGN_WITH_DECRYPT that caused our problems. If you like we can send one of our RUB-Cards to you f

Re: [opensc-devel] MSI installer free software tools

2010-07-07 Thread Martin Paljak
Hello, On Jul 7, 2010, at 12:35 PM, Martin Preuss wrote: > I would rather use binary-relative path lookup instead of the registry. Do you know if it works for loadable modules (opensc-pkcs11.dll)? > > The WIN32 function GetModuleFileName() can be used to derive the installation > path of your p

Re: [opensc-devel] MSI installer free software tools

2010-07-07 Thread Martin Preuss
Hi, On Mittwoch 07 Juli 2010, Martin Paljak wrote: > On Jul 6, 2010, at 2:05 PM, Jean-Michel Pouré - GOOZE wrote: [...] > The discussion faded out then, one of outstanding issue is adding an > "OpenSC home" registry during installation so that profiles could be found > without consulting the con

[opensc-devel] T=0 Case 2 response length

2010-07-07 Thread Drasko DRASKOVIC
Hi all, I am currently implementing one SC driver and I have run into a problem with T=0 Case 2 command response length. Standard says that this response can be : 1) 6C Luicc (i.e. 2 bytes); or 2) INS [Data(Luicc)] 90 00 (i.e. Luicc + 3 bytes) There are other variations with "61" and "6C" PBs, bu

Re: [opensc-devel] MSI installer free software tools

2010-07-07 Thread Martin Paljak
On Jul 6, 2010, at 2:05 PM, Jean-Michel Pouré - GOOZE wrote: > Le mardi 06 juillet 2010 à 12:39 +0200, Peter Stuge a écrit : >> Use MinGW. > > Thanks. I will try using MinGW and a Debian host. I am glad I don't have > to install a compilation environment under Windows. Have you seen https://www

Re: [opensc-devel] How to know free space left on a smartcard

2010-07-07 Thread Martin Paljak
Hello, On Jul 6, 2010, at 2:04 PM, Jean-Michel Pouré - GOOZE wrote: > I try to understand how many keys/certificates can be stored in a > smartcard. Usually vendor specs say "32k, 64k" space on smartcard. Some of that space (if if they advertise 32K, ir ptobably has a 32K EEPROM chip) may not be

Re: [opensc-devel] Writing a tutorial about GnuPG support

2010-07-07 Thread Martin Paljak
On Jul 6, 2010, at 1:51 PM, Jean-Michel Pouré - GOOZE wrote: > * > Most people use the GnuPG program to do that. The experimental > development version gnupg 1.9 used to include support for using smart > cards using opensc. But since the code has changed and now GnuPG has its > own sm