Hello,
On Mar 22, 2010, at 16:09 , Alejandro Vargas wrote:
> I added a new option to the card driver definitions:
> ignore_version_check. It would be possible to add it to the official
> version? I am searching for alternatives for solving the problem not
> for me but for all the spanish users of o
On Mar 23, 2010, at 11:47 , jons...@terra.es wrote:
> > On Mar 20, 2010, at 21:11 , Alejandro Vargas wrote:
> > Maybe you can help us find the source instead (or help communicating with
> > the agency distributing the software if the source is not published)
>
> There is an interesting document a
> On Mar 20, 2010, at 21:11 , Alejandro Vargas wrote:
> > Hello. I an trying to get working a binary card driver for a different
> > version.
> >
> > The driver is for the spanish DNI and it is distributed as a binary
> > file, then I cannot re-compile it. Then I think I could build a dummy
> >
Hello,
On Mar 20, 2010, at 21:11 , Alejandro Vargas wrote:
> Hello. I an trying to get working a binary card driver for a different
> version.
>
> The driver is for the spanish DNI and it is distributed as a binary
> file, then I cannot re-compile it. Then I think I could build a dummy
> card dri
I added a new option to the card driver definitions:
ignore_version_check. It would be possible to add it to the official
version? I am searching for alternatives for solving the problem not
for me but for all the spanish users of opensc.
--- src/libopensc/ctx.c.old 2009-07-23 10:57:46.0
sorry, we can't help you with closed source drivers.
please contact their author to get them working.
our suggestion is to release the source code as
open source under LGPL like the rest of opensc,
so we can integrate it and maintain it together
with the rest of opensc.
for creating new binary dr
I believe this would be violate LGPL.
On Sat, Mar 20, 2010 at 9:11 PM, Alejandro Vargas
wrote:
> Hello. I an trying to get working a binary card driver for a different
> version.
>
> The driver is for the spanish DNI and it is distributed as a binary
> file, then I cannot re-compile it. Then I t
Hello. I an trying to get working a binary card driver for a different version.
The driver is for the spanish DNI and it is distributed as a binary
file, then I cannot re-compile it. Then I think I could build a dummy
card driver that only loads the binary shared object and wraps the
functions. My