<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Dear Aleksey , <br>
&nbsp;<br>
That bug&nbsp; you refer to resolved a&nbsp; problem how to transfer a positive
decimal string to a positive integer .&nbsp; <br>
For example , there is a serial number "00 B2 2F 00 00 <i>00 02 20 73
3B 25 34 C4 42 6F"</i> in the certificate , the serial number is a
positive integer for the first byte is 0x00(the first bit is 0) . The
libxmlsec will transfer the SN to "<i>3613992633088206991095317234205295"
</i>in decimal format and transfer back to <i>"B2 2F 00 00 00 02 20 73
3B 25 34 C4 42 6F" </i>in der format . That is a bug for the integer
"00 B2 2F 00 00 <i>00 02 20 73 3B 25 34 C4 42 6F" is not equal to </i>the
integer&nbsp; "B2 2F 00 00 <i>00 02 20 73 3B 25 34 C4 42 6F". </i>That bug
has been fixed in CVS.<i><br>
<br>
</i>This bug we reported is different with that bug.<br>
For example , if there is a serial number "B2 2F 00 00 <i>00 02 20 73
3B 25 34 C4 42 6F"</i> in the certificate , the serial number is a
negative integer for the first byte is 0xB2(the first bit is 1) . The
libxmlsec will transfer the SN to "<i>3613992633088206991095317234205295"
</i>in decimal format and transfer back to <i>"00 B2 2F 00 00 00 02 20
73 3B 25 34 C4 42 6F" </i>in der format . This is a bug for "B2 2F 00
00 <i>00 02 20 73 3B 25 34 C4 42 6F" </i>is a&nbsp; negative integer and "<i>3613992633088206991095317234205295"</i>
is a positive decimal format string. They are not equal.<br>
<br>
It seem that there should be a flag in decimal format to distinguish
whether the decimal string is positive or not , does'nt it?<br>
<br>
--Chandler<br>
&nbsp;<br>
Aleksey Sanin wrote:<br>
<blockquote cite="mid42194BF0.4070506@aleksey.com" type="cite">I guess
you are using xmlsec-mscrypto library and if this is
  <br>
the case then I believe that this bug was already fixed in CVS:
  <br>
  <br>
<a class="moz-txt-link-freetext" href="http://www.aleksey.com/pipermail/xmlsec/2005/002487.html">http://www.aleksey.com/pipermail/xmlsec/2005/002487.html</a>
  <br>
  <br>
It would be great if you can try the CVS version and report if your
  <br>
problem still exists.
  <br>
  <br>
Thanks,
  <br>
Aleksey
  <br>
_______________________________________________
  <br>
xmlsec mailing list
  <br>
<a class="moz-txt-link-abbreviated" href="mailto:xmlsec@aleksey.com">xmlsec@aleksey.com</a>
  <br>
<a class="moz-txt-link-freetext" href="http://www.aleksey.com/mailman/listinfo/xmlsec">http://www.aleksey.com/mailman/listinfo/xmlsec</a>
  <br>
</blockquote>
<br>
</body>
</html>