Re: [opensc-devel] Problem with 2K keys and MyEID

2010-09-13 Thread Viktor TARASOV
Viktor TARASOV wrote: Aventra development wrote: pkcs11-tool works, but pkcs#11 module does not when using Firefox). Other problems with firefox is that certificate enrollment does not work when using the pkcs#11 module, e.g. when using this site: pkitest.gdm.de/starsign Actually in MyEID

Re: [opensc-devel] Problem with 2K keys and MyEID

2010-09-07 Thread Aventra development
[mailto:opensc-devel- boun...@lists.opensc-project.org] On Behalf Of Viktor TARASOV Sent: 6. syyskuuta 2010 18:08 Cc: 'OpenSC-devel' Subject: Re: [opensc-devel] Problem with 2K keys and MyEID Martin Paljak wrote: Hello, On Sep 6, 2010, at 11:02 AM, Viktor TARASOV wrote: Aventra

Re: [opensc-devel] Problem with 2K keys and MyEID

2010-09-07 Thread Martin Paljak
Hello, On Sep 7, 2010, at 1:01 PM, Aventra development wrote: Thanks for the patch! The initial value for the FIXME could be the following (the FIXME): Fixed in 4699 [1] [1] http://www.opensc-project.org/opensc/changeset/4699 -- Martin Paljak @martinpaljak.net +3725156495

Re: [opensc-devel] Problem with 2K keys and MyEID

2010-09-06 Thread Viktor TARASOV
. elokuuta 2010 21:02 To: Viktor TARASOV Cc: 'OpenSC-devel' Subject: Re: [opensc-devel] Problem with 2K keys and MyEID On Tue, 2010-08-31 at 18:40 +0200, Viktor TARASOV wrote: Andre Zepezauer wrote: On Mon, 2010-08-30 at 15:19 +0200, Viktor TARASOV wrote: Aventra development

Re: [opensc-devel] Problem with 2K keys and MyEID

2010-09-06 Thread Viktor TARASOV
Viktor TARASOV wrote: Aventra development wrote: - PIN change and unblock (code added to MyEID driver, but it does not work with pkcs15-tool (does nothing), There is little 'copypast' issue in your patch. It's corrected in r4682. Sorry, it's in r4693.

Re: [opensc-devel] Problem with 2K keys and MyEID

2010-09-06 Thread Martin Paljak
Hello, On Sep 6, 2010, at 11:02 AM, Viktor TARASOV wrote: Aventra development wrote: - PIN change and unblock (code added to MyEID driver, but it does not work with pkcs15-tool (does nothing), There is little 'copypast' issue in your patch. It's corrected in r4682. The included patch does

Re: [opensc-devel] Problem with 2K keys and MyEID

2010-09-06 Thread Viktor TARASOV
Martin Paljak wrote: Hello, On Sep 6, 2010, at 11:02 AM, Viktor TARASOV wrote: Aventra development wrote: - PIN change and unblock (code added to MyEID driver, but it does not work with pkcs15-tool (does nothing), There is little 'copypast' issue in your patch. It's

Re: [opensc-devel] Problem with 2K keys and MyEID

2010-09-02 Thread Martin Paljak
Hello, On Sep 2, 2010, at 12:37 PM, Aventra development wrote: On Sep 1, 2010, at 7:23 PM, Aventra development wrote: - Card initialization and finalization (activation) From the patch: +static int card_state; + card_state is now a card driver property, not a card property. I suspect

Re: [opensc-devel] Problem with 2K keys and MyEID

2010-09-01 Thread Aventra development
Of Andre Zepezauer Sent: 31. elokuuta 2010 21:02 To: Viktor TARASOV Cc: 'OpenSC-devel' Subject: Re: [opensc-devel] Problem with 2K keys and MyEID On Tue, 2010-08-31 at 18:40 +0200, Viktor TARASOV wrote: Andre Zepezauer wrote: On Mon, 2010-08-30 at 15:19 +0200, Viktor TARASOV wrote

Re: [opensc-devel] Problem with 2K keys and MyEID

2010-09-01 Thread Martin Paljak
Hello, On Sep 1, 2010, at 7:23 PM, Aventra development wrote: - Card initialization and finalization (activation) From the patch: +static int card_state; + card_state is now a card driver property, not a card property. I suspect this is not what you want. - Key generation (thanks to

Re: [opensc-devel] Problem with 2K keys and MyEID

2010-09-01 Thread Martin Paljak
Hello, On Sep 1, 2010, at 7:23 PM, Aventra development wrote: Hi, I don’t have any objections on the change you proposed Andre. I have also prepared and attached to this message a patch, please review and commit. It adds the following features to the MyEID driver (based on trunk) includes

Re: [opensc-devel] Problem with 2K keys and MyEID

2010-08-31 Thread Aventra development
: [opensc-devel] Problem with 2K keys and MyEID Aventra development wrote: The 1K key generation works nicely, but we are having a problem generating a 2K key using OpenSC 0.11.13 and our own MyEID card. OpenSC correctly finds a new file id and creates the file, and after that it tries

Re: [opensc-devel] Problem with 2K keys and MyEID

2010-08-31 Thread Viktor TARASOV
Martin Paljak wrote: On Aug 30, 2010, at 4:19 PM, Viktor TARASOV wrote: For me, to generate the 2048 bits key on the Aventra card, the following path was needed to be applied to the OpenSC trunk. If no objection, I'll commit this patch to trunk. Do you know which changeset caused

Re: [opensc-devel] Problem with 2K keys and MyEID

2010-08-31 Thread Andre Zepezauer
On Mon, 2010-08-30 at 15:19 +0200, Viktor TARASOV wrote: Aventra development wrote: The 1K key generation works nicely, but we are having a problem generating a 2K key using OpenSC 0.11.13 and our own MyEID card. OpenSC correctly finds a new file id and creates the file, and after

Re: [opensc-devel] Problem with 2K keys and MyEID

2010-08-31 Thread Viktor TARASOV
Andre Zepezauer wrote: On Mon, 2010-08-30 at 15:19 +0200, Viktor TARASOV wrote: Aventra development wrote: The 1K key generation works nicely, but we are having a problem generating a 2K key using OpenSC 0.11.13 and our own MyEID card. OpenSC correctly finds a new file id and

Re: [opensc-devel] Problem with 2K keys and MyEID

2010-08-31 Thread Andre Zepezauer
On Tue, 2010-08-31 at 18:40 +0200, Viktor TARASOV wrote: Andre Zepezauer wrote: On Mon, 2010-08-30 at 15:19 +0200, Viktor TARASOV wrote: Aventra development wrote: The 1K key generation works nicely, but we are having a problem generating a 2K key using OpenSC 0.11.13 and our

Re: [opensc-devel] Problem with 2K keys and MyEID

2010-08-30 Thread Viktor TARASOV
Aventra development wrote: The 1K key generation works nicely, but we are having a problem generating a 2K key using OpenSC 0.11.13 and our own MyEID card. OpenSC correctly finds a new file id and creates the file, and after that it tries to store the key to that file. The issue is that

[opensc-devel] Problem with 2K keys and MyEID

2010-08-28 Thread Aventra development
Hi, The 1K key generation works nicely, but we are having a problem generating a 2K key using OpenSC 0.11.13 and our own MyEID card. OpenSC correctly finds a new file id and creates the file, and after that it tries to store the key to that file. The issue is that the created file’s size