Re: [opensc-devel] The OpenSC Project needs NSIS developer/maintainer. Are you interested?

2008-04-10 Thread Alon Bar-Lev
On 4/11/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > The current SCB-0.10 was using Inno Setup from > http://www.jrsoftware.org/isdl.php > > Is there any reason why you want to convert to NSIS? > > See scb trunk/README, scb.iss (7 months) and scb.nsi (1 year) You cannot build installer o

[opensc-devel] BelPIC API/SPEC

2008-04-10 Thread Thomas Harning
I'm working on understanding the BelPIC smartcard API at the APDU level to attempt to integrate it into another framework. Looking at the capabilities, it doesn't support 'raw' operations, nor decryption. I dug through the code and it appears that OpenSC treats (in set_security_data) algorithm re

Re: [opensc-devel] The OpenSC Project needs NSIS developer/maintainer. Are you interested?

2008-04-10 Thread Douglas E. Engert
Alon Bar-Lev wrote: > Hello users/developers, > > The OpenSC Project [1] needs help in developing and installing NSIS > package for Windows users. > > We rewrote our build system to be able to produce Windows binaries > using MinGW32 into ordered tree. This build system can build OpenSC > usin

[opensc-devel] The OpenSC Project needs NSIS developer/maintainer. Are you interested?

2008-04-10 Thread Alon Bar-Lev
Hello users/developers, The OpenSC Project [1] needs help in developing and installing NSIS package for Windows users. We rewrote our build system to be able to produce Windows binaries using MinGW32 into ordered tree. This build system can build OpenSC using MSYS or using cross compiler on dif

Re: [opensc-devel] libp11 build on Windows

2008-04-10 Thread Alon Bar-Lev
Applied. On Thursday 10 April 2008, Douglas E. Engert wrote: > > Alon Bar-Lev wrote: > > On 4/9/08, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > >> On 4/8/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > >> > >>> I can get libp11 to build the dll and add the .res file. But I needed > >> > to u

Re: [opensc-devel] libp11 build on Windows

2008-04-10 Thread Douglas E. Engert
Alon Bar-Lev wrote: On 4/9/08, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: On 4/8/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: I can get libp11 to build the dll and add the .res file. But I needed > to use #include > rather then #include in the versioninfo.rc > Would this effect th

Re: [opensc-devel] libp11 build on Windows

2008-04-10 Thread Alon Bar-Lev
On 4/9/08, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > On 4/8/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > > > I can get libp11 to build the dll and add the .res file. But I needed > > to use #include > > rather then #include in the versioninfo.rc > > Would this effect the ming build?