Il 14/02/2011 07:15, Martin Paljak ha scritto:
$ pkcs15-init -S startssl.p12 -f PKCS12 -i 45 -a 2 -l "StartSSL auth"
Using reader with a card: Gemalto GemPC Twin 00 00
error:23076071:PKCS12 routines:PKCS12_parse:mac verify failure
>>> Is this error normal? Does it happen with OpenSS
In the testing process of OpenDNIe I've found a problem related with concurrent
access to opensc-pkcs11 library.
In short: as DNIe can only handle one SM at a time (no virtual channel
support),
there is no (known) way to get concurrent pkcs11 access
This "feature" makes unusable most of signin
On 2/14/2011 5:22 AM, jons...@terra.es wrote:
> In the testing process of OpenDNIe I've found a problem related with
> concurrent
> access to opensc-pkcs11 library.
>
> In short: as DNIe can only handle one SM at a time (no virtual channel
> support),
> there is no (known) way to get concurrent
Am Sonntag 13 Februar 2011, um 21:39:17 schrieb NdK:
> What's the downside of setting it to bigger size? Maybe even 8192 or so?
> Can I override default profiles on a per-user basis in a simple way? I
> already tried copying myeid.profile and using -p, but I had to use
> ../../../../path/to/current
On 2/11/2011 6:02 PM, Andre Zepezauer wrote:
> On Fri, 2011-02-11 at 15:16 -0600, Douglas E. Engert wrote:
>>
>> On 2/11/2011 3:02 PM, Andre Zepezauer wrote:
>>> On Fri, 2011-02-11 at 22:25 +0200, Martin Paljak wrote:
Furthermore, any cardmod adjustments can be implemented and isolated
>
On Mon, 2011-02-14 at 13:23 -0600, Douglas E. Engert wrote:
>
> On 2/11/2011 6:02 PM, Andre Zepezauer wrote:
> > On Fri, 2011-02-11 at 15:16 -0600, Douglas E. Engert wrote:
> >>
> >> On 2/11/2011 3:02 PM, Andre Zepezauer wrote:
> >>> On Fri, 2011-02-11 at 22:25 +0200, Martin Paljak wrote:
> >>
On 14/02/2011 17:52, Andreas Jellinghaus wrote:
> I have no clue about myeid, but some other cards are only 32k for example.
> reserving 8192 would be 25% and that is only one directory file...
Well, javacards have a limit of 32k of data, IIUC, so it's more or less
the maximum for single-app java
Hello,
On Feb 14, 2011, at 11:08 PM, NdK wrote:
> On 14/02/2011 17:52, Andreas Jellinghaus wrote:
>
>> I have no clue about myeid, but some other cards are only 32k for example.
>> reserving 8192 would be 25% and that is only one directory file...
> Well, javacards have a limit of 32k of data, I