Hi Arijen,
Arijen Geerts wrote:
Hi all,
I do not know if you are able to help me but will give it a try.
Currently I need to write my finals at University and decided to write
about national identity cards.
Since I am Belgium citizen I am focussing on the Belpic card. I
got/collected al
Hi all,
I do not know if you are able to help me but will give it a try.
Currently I need to write my finals at University and decided to write about national identity cards.
Since I am Belgium citizen I am focussing on the Belpic card. I got/collected already all belpic documentation freely
Attached is a patch for pkcs15-piv.c against the 0.11.0-rc2 code.
This patch will allow a flag in the opensc.conf file to be set to
only expose the PIV authentication certificate and matching keys.
I would like to see this in the 0.11.0-rc3 release if possible.
There are situations where a PKCS
On Tue, May 02, 2006 at 02:34:08PM +0200, Andreas Jellinghaus wrote:
> recompiles openct, opensc and openssh (with opensc support)
> at
> http://www.opensc-project.org/ubuntu/
>
> no idea if that works in apt.conf, I don't know much about what I need to do.
You mean sources.list, I presume?
recompiles openct, opensc and openssh (with opensc support)
at
http://www.opensc-project.org/ubuntu/
no idea if that works in apt.conf, I don't know much about what I need to do.
at least I created Release and Packages / Sources files, so maybe it works.
if someone wants to try, please let
Am Dienstag, 2. Mai 2006 09:58 schrieb Ludovic Rousseau:
> This will not correct the bug since nothing guarantee that the last
> byte will be NUL.
> I propose the attached patch.
the memory was calloc()ed, so it is 0 after allocation, and since
we only write up to the second last byte, the last by
Hi,
Is the default lock_login really set to 'false' in OpenSC 0.11.0 as I
can read in opensc.conf? During my testing before releasing a new
experimental SCA release, I need to explicitely set 'lock_login =
false;' to get the right behaviour.
Cheers,
Jean-Pierre
_
On 29/04/06, Andreas Jellinghaus <[EMAIL PROTECTED]> wrote:
hi,
please have a look at this patch and let me know what
you think of it. lots of small issues. It reverts some the
changes hat were wrong too.
Index: src/pkcs15init/pkcs15-lib.c
==