Re: [Muscle] new CCID driver available: version 1.3.1

2007-11-20 Thread Ludovic Rousseau
2007/11/19, Douglas E. Engert [EMAIL PROTECTED]: I don't follow you. The file you mention above contains a README file with version 1.3.1. It also contains configure.in with version 1.3.1 What do you mean by Appears to be identical? They are or they are not? % wget

[Muscle] Weird problem with PCSC

2007-11-20 Thread prakash ns
Hi everyone, I am using a SCM SDI010 Reader to interact with a JCOP 21 card. I have interfaced the USB smartcard reader with my application. Iam using pcsclite-1.2.0 with 2.4.20-8 kernel. I am able to read and write from the card at low level. I have interfaced with the application but the

Re: [Muscle] Weird problem with PCSC

2007-11-20 Thread prakash ns
Hi, As i have said before... Why is it that i don't get an error if i declare an unused variable that is no way related to my buffer. and the same thing if i comment it i get the problem of insufficient buffer.. I hv checked it out in different machines. This happens after SCardTransmit(). To

Re: [Muscle] Weird problem with PCSC

2007-11-20 Thread Ludovic Rousseau
2007/11/20, prakash ns [EMAIL PROTECTED]: Hi everyone, I am using a SCM SDI010 Reader to interact with a JCOP 21 card. I have interfaced the USB smartcard reader with my application. Iam using pcsclite-1.2.0 with 2.4.20-8 kernel. I am able to read and write from the card at low level.

Re: [Muscle] Weird problem with PCSC

2007-11-20 Thread prakash ns
Though i have chkd with the memory debuggers but it responds with the same Here is the snippet of my program If i remove the particular array in my program i get succcessful transaction.

[Muscle] HelloWorld.cap

2007-11-20 Thread Cristiano Agosti
Hello, I'm testing the GPShell 1.4.1 and I would like to receive the file HelloWorld.java, source of HelloWorld.cap. Thanks, ___ Muscle mailing list Muscle@lists.musclecard.com http://lists.drizzle.com/mailman/listinfo/muscle

[Muscle] Loading an OpenCA (0.9.3-rc1)-generated cert on MuscleCard CFlex e-gate, and Firefox (2.0.0.4) does not show as owners certificate

2007-11-20 Thread Martin Buechler
Hi at muscle, I'm trying to set up a test card for developing a client SSL authentication app. But this time the above mentioned combination does not work. FF ist stupidly(?) refusing to display and use the tokens cert as an owner cert, and thus not offering it for S/MIME signing or SSL

Re: [Muscle] Weird problem with PCSC

2007-11-20 Thread Michael Bender/MBP
prakash ns wrote: As i have said before... ...and as people have said before, it looks like you have memory corruption in your code. This isn't really a smartcard or PC/SC-lite related issue. Why is it that i don't get an error if i declare an unused variable that is no way related to my