Re: [opensc-devel] new versions

2010-05-31 Thread Martin Paljak
On May 26, 2010, at 23:21 , Andreas Jellinghaus wrote: > are there any plans for new version? > * openct could use a new release once juergens "imx" > code works well and is commited. at least a pre-release > or rc, and later a full release. Sure. I don't know/use OpenCT, so no idea about it. >

[opensc-devel] Source code for the Portuguese eID card libopensc.

2010-05-31 Thread Martin Paljak
Hello, As noted in [1] the request was acted upon and the source code for the changed libopensc that is used with the Portuguese eID card is available for download. The source does not contain much interesting stuff in addition to the minimalistic card drivers for gemsafe and IAS versions, as w

[opensc-devel] Segmentation Fault

2010-05-31 Thread Andre Zepezauer
Hi all, there is a bug in libopensc/asn1.c in line 1004, which triggers a segmentation fault. In short, the last parameter to sc_debug may (and in my case will) dereference NULL. This bug was introduced with changeset 4118. Befor revision 4118 this behavior only occured with debug level >= 6. Be

Re: [opensc-devel] Segmentation Fault

2010-05-31 Thread Martin Paljak
On May 31, 2010, at 15:03 , Andre Zepezauer wrote: > Hi all, > > there is a bug in libopensc/asn1.c in line 1004, which triggers a > segmentation fault. In short, the last parameter to sc_debug may (and in > my case will) dereference NULL. > > This bug was introduced with changeset 4118. Befor re