Michael StJohns schrieb: > Hmm.. so what I get from this is that the version on the musclecard web site > is way out of date? Is there any more recent version? > > Too bad... I've spent a bit of time updating the PKCS11 libraries to work > with the new stuff. > > Oh well.. I've actually identified, but not yet fixed some bugs in that > version of the applet - there is at least one way to cause the card to lose > track of key objects so you can't delete them and you lose the space. I'll > pass those along if you'd like once I find them.
Just post it, the version are still rather similar, so this is fine. Regards, Karsten > > Thanks - Mike > > > At 14:40 6/26/2007, Karsten Ohme wrote: >> Michael StJohns schrieb: >>> I downloaded, compiled and installed the applet on a JCOP41 card and it >>> works fine. >>> >>> But while I was reading the code, I noticed a possible problem in >>> CardEdge.src. >>> >>> Near the beginning is: private final static short RESERVED_OBJECT_CLA_MASK >>> = (short) 0xFFFD; >>> That's used elsewhere to keep users from using reserved space. >>> >>> It looks like you've got reserved classes at FFFD, FFFE and FFFF. But the >>> mask only blocks FFFD and FFFF. I think the mask should actually be FFFC >>> (easier change than changing all the logic later in the code) >> Hi, >> >> Thanks for the hint. I'm busy at the moment, but the project is not >> dead. I plan to make the applet more flexible. There are some cumbersome >> places and parts which must be reconsidered. my current version does not >> have this masks. I have completely different classes for keys, PINs, >> object, whatever, so the full range like a developer would expect can be >> used for objects. 255 different classes of objects are possible, but not >> visible to the outside and each object can be described a 32 bytes, i.e. >> a real name. Well, it's going on slowly. >> >> Regards, >> Karsten >>> Mike >>> >>> _______________________________________________ >>> Muscle mailing list >>> [email protected] >>> http://lists.drizzle.com/mailman/listinfo/muscle >> _______________________________________________ >> Muscle mailing list >> [email protected] >> http://lists.drizzle.com/mailman/listinfo/muscle > > > _______________________________________________ > Muscle mailing list > [email protected] > http://lists.drizzle.com/mailman/listinfo/muscle _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
