Ludovic Rousseau wrote:
Le Thursday 23 September 2004 � 21:18:26, John McBride a �crit:


http://www.opendarwin.org/bugzilla/show_bug.cgi?id=1749


The patch is wrong.

If pKeyInfo->keyNum == 10 we must use 'A'. ASCII code of 'A' is 65 so
the formula is:
 pKeyInfo->keyNum -10 + 'A'
which is "simplified" in
 pKeyInfo->keyNum +55


Thank you I am in communication with vinnie now to get it closed out. They have a number of other bug reports that may or may not be interesting to look over:


http://www.opendarwin.org/bugzilla/show_bug.cgi?id=1695
(these are suggested memcpy and memset changes. they are not in pcsc-lite-1.2.9-beta6 musclecard.c)


http://www.opendarwin.org/bugzilla/show_bug.cgi?id=1701
(claims data length not set properly. two variable names are shown; this could be a typo. this is not in muscleframework-1.1.5 p11_crypt.c)


http://www.opendarwin.org/bugzilla/show_bug.cgi?id=1740
http://www.opendarwin.org/bugzilla/show_bug.cgi?id=1773
http://www.opendarwin.org/bugzilla/show_bug.cgi?id=1806
(cryptoflex.c is under CACPlugin? Anyway these are not present in muscleframework-1.1.5 CFlexPlugin. The first is about a sequence error, the second about fixing a hardcoded constant, the third is about CryptoFlex 32K plist ATR)


http://www.opendarwin.org/bugzilla/show_bug.cgi?id=1771
(this is a discussion on rewriting MSCReadAllocateObject in musclecard.c so that caller frees can be avoided if MSCReadObject fails)


These are interesting only for CACPlugin people:

http://www.opendarwin.org/bugzilla/show_bug.cgi?id=1694
http://www.opendarwin.org/bugzilla/show_bug.cgi?id=1700
http://www.opendarwin.org/bugzilla/show_bug.cgi?id=1736
http://www.opendarwin.org/bugzilla/show_bug.cgi?id=1739
http://www.opendarwin.org/bugzilla/show_bug.cgi?id=1750
(these relate to the CAC bundle, not distributed with muscle)

These exist but are probably not too interesting:

http://www.opendarwin.org/bugzilla/show_bug.cgi?id=1692
(this is about a source comment error in darwin CVS only)

http://www.opendarwin.org/bugzilla/show_bug.cgi?id=1693
(already in pcsc-lite-1.2.9-beta6)

Regards,
John
_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to