Re: [opensc-devel] Sub-project for OpenSC with secure messaging and multi-applications

2010-04-28 Thread Anders Rundgren
I doubt that SCP01 (is that what you refer to or what?) is useful in browsers but I leave that for you guys to find out :-) Gemalto has/is also pushing this concept though: http://w2spconf.com/2009/papers/s4p4.pdf My opinion is that you need a subsystem in the browser, like an upgraded to actua

Re: [opensc-devel] Cardmod MiniDriver Problem

2010-04-28 Thread francois . leblanc
Hello Jozsef, cardmod is still experimental module but it should at end work with all cards supported by opensc, for now I only test it on win7 with westcos card (that is my working configuration). So you need and you do it to add your ATR on configuration file yourself, Perhaps can you send

Re: [opensc-devel] Sub-project for OpenSC with secure messaging and multi-applications

2010-04-28 Thread Martin Paljak
On Apr 29, 2010, at 08:43 , gilles Bernabé wrote: > > Oh interesting, but Java is much more heavy, if I remember correctly the > Java plugin(JRE + JDK) is more than 40mb, the XPCOM plugin just takes some kb > once installed. The ups and downs of Java have been interesting, but these days, with

Re: [opensc-devel] Sub-project for OpenSC with secure messaging and multi-applications

2010-04-28 Thread gilles Bernabé
Oh interesting, but Java is much more heavy, if I remember correctly the Java plugin(JRE + JDK) is more than 40mb, the XPCOM plugin just takes some kb once installed. 2010/4/29 Martin Paljak > On Apr 29, 2010, at 00:06 , gilles Bernabé wrote: > > > > Hello, > > Oh Victor I've recently realized

Re: [opensc-devel] Sub-project for OpenSC with secure messaging and multi-applications

2010-04-28 Thread Martin Paljak
On Apr 29, 2010, at 00:06 , gilles Bernabé wrote: > > Hello, > Oh Victor I've recently realized a Firefox plugin with XPCOM C++, > for the moment I've implemented a scriptable interface that permit to send > APDUs from the Javascript code, > so you can do HTTP GET and POST(in Javascript) to exch

Re: [opensc-devel] Sub-project for OpenSC with secure messaging and multi-applications

2010-04-28 Thread gilles Bernabé
Hello, Oh Victor I've recently realized a Firefox plugin with XPCOM C++, for the moment I've implemented a scriptable interface that permit to send APDUs from the Javascript code, so you can do HTTP GET and POST(in Javascript) to exchange APDUs with a server. It's a very basic plugin, but it's the

[opensc-devel] JavaCards (Re: Rainbow ikey 3000)

2010-04-28 Thread Martin Paljak
On Apr 28, 2010, at 21:00 , Andreas Jellinghaus wrote: > Am Mittwoch 28 April 2010 17:31:27 schrieb Jim Rees: >> CyProtect >> recommends AET IDp 1000 Token, which is JCOP41, as a replacement. Will >> this work with OpenSC? Can someone update the wiki? > > well, I guess it works as good or bad as

Re: [opensc-devel] Rainbow ikey 3000

2010-04-28 Thread Jim Rees
The wiki says, "SafeNet offers the iKey 3000 ... The iKey 3000 is fully supported by OpenSC and is well tested." Maybe this should be changed to "The iKey 3000 is no longer sold." ___ opensc-devel mailing list opensc-devel@lists.opensc-project.org http:/

Re: [opensc-devel] Rainbow ikey 3000

2010-04-28 Thread Andreas Jellinghaus
Am Mittwoch 28 April 2010 17:31:27 schrieb Jim Rees: > The Rainbow ikey seems to have been discontinued in 2007. I thought it was never realy sold - only a few examples made it to the distributors? > CyProtect > recommends AET IDp 1000 Token, which is JCOP41, as a replacement. Will > this work w

Re: [opensc-devel] Cardmod MiniDriver Problem

2010-04-28 Thread Jozsef Dojcsak
First of all many thanks to Francois and Martin for their help! As I wrote, I managed to compile the cardmod mini driver with MSVC9 and later I also did cross-compile it on Linux. Then I tested the driver on both XP and Win7 with partial success, since I don't have a Westcos card.. And my last que

[opensc-devel] Rainbow ikey 3000

2010-04-28 Thread Jim Rees
The Rainbow ikey seems to have been discontinued in 2007. CyProtect recommends AET IDp 1000 Token, which is JCOP41, as a replacement. Will this work with OpenSC? Can someone update the wiki? ___ opensc-devel mailing list opensc-devel@lists.opensc-proje

Re: [opensc-devel] [opensc-commits] svn opensc changed[4268] tools: thanks to Andreas; for win32 'get password' procedure uses _getch() instead of getchar()

2010-04-28 Thread Viktor TARASOV
Alon Bar-Lev wrote: > And what about ./src/common/compat_getpass.c do we still need it? > It can go, when pintest.c and pkcs15-crypt.c will use local 'getpass', thanks. > On Tue, Apr 27, 2010 at 10:53 AM, Viktor TARASOV > wrote: > >> Alon Bar-Lev wrote: >> >>> Shouldn't you include co

Re: [opensc-devel] [opensc-commits] svn opensc changed[4268] tools: thanks to Andreas; for win32 'get password' procedure uses _getch() instead of getchar()

2010-04-28 Thread Alon Bar-Lev
And what about ./src/common/compat_getpass.c do we still need it? On Tue, Apr 27, 2010 at 10:53 AM, Viktor TARASOV wrote: > > Alon Bar-Lev wrote: > > Shouldn't you include conio.h? > > > > Agree, > 'it worked for me' compiled with Visual Studio 8.0, and I missed it. > > > On Tue, Apr 27, 2010 at

Re: [opensc-devel] [OpenSC] #120: pkcs15-init needs to accept ctrl-c

2010-04-28 Thread Viktor TARASOV
Martin Paljak wrote: > On Apr 27, 2010, at 20:03 , Viktor TARASOV wrote: > >> I've tested the attached patch on linux and windows. >> Can you try it on MacOS, please? >> > > Compiles cleanly, ctrl-c functions for pkcs15-init -C "Please enter User > PIN:" prompt. > > I moved the configure.a