[Mono-bugs] [Bug 75778][Wis] Changed - The DER encoding of an ASN1
INTEGER must be encoded with a minimum number of octets.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 11 08:20:23 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75778
--- shadow/75778 2005-08-11 04:31:11.000000000 -0400
+++ shadow/75778.tmp.24704 2005-08-11 08:20:23.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 75778
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Normal
+Severity: Unknown
+Priority: Wishlist
Component: Mono.Security
-AssignedTo: mono-bugs at ximian.com
+AssignedTo: sebastien at ximian.com
ReportedBy: dgranath at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: The DER encoding of an ASN1 INTEGER must be encoded with a minimum number of octets.
@@ -20,6 +20,9 @@
of octets. The Mono.Security.ASN1Convert.FromUnsignedBigInteger method
always prepends a null byte when encoding, thereby encoding for example the
public key exponent 65537 as 0101 instead of 101.
The solution would be to only prepend a null byte for determinedly negative
numbers ie where the sign bit is set in the first byte.
+
+------- Additional Comments From sebastien at ximian.com 2005-08-11 08:20 -------
+known issue (already in my todo list)
More information about the mono-bugs
mailing list