Re: [opensc-devel] card driver wrapper

2010-04-01 Thread Martin Paljak
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

Re: [opensc-devel] card driver wrapper

2010-03-23 Thread Martin Paljak
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

Re: [opensc-devel] card driver wrapper

2010-03-23 Thread jons...@terra.es
> 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 > >

Re: [opensc-devel] card driver wrapper

2010-03-23 Thread Martin Paljak
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

Re: [opensc-devel] card driver wrapper

2010-03-22 Thread Alejandro Vargas
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

Re: [opensc-devel] card driver wrapper

2010-03-21 Thread Andreas Jellinghaus
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

Re: [opensc-devel] card driver wrapper

2010-03-20 Thread Alon Bar-Lev
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

[opensc-devel] card driver wrapper

2010-03-20 Thread Alejandro Vargas
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