Re: problems with EC-167


[ Follow Ups ] [ BasicCard User Forum ]

Posted by christian (217.24.219.203) on April 07, 2007 at 07:20:09:

In Reply to: problems with EC-167 posted by sana on April 05, 2007 at 14:03:11:

First, don't use "Compile all" here but just compile the BasicCard program you want to use (either eccard.ZCC or ecmulti.ZCC). This is because both compilation processes produce a file with the same name (eccard.DBG) but with different contents.

When you only complile eccard.ZCC you'll see that the error 111 disappears.

On the other hand, when simulating a MultiApplication BasicCard with ecmulti.ZCC you first have to load the application to the simulated card using the Application->Load all menu command from the simulator. Then the terminal program won't fail anymore when calling GetCurve.

Finally, the "Verify with invalid signature" is not an error message but a test case. It tests whether the card will correctly reject an invalid signature. As there is no error message, everything worked as expected.


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]