[Mono-bugs] [Bug 78908][Maj] Changed - Byte ordering problem on SerialNumber when creating x509 certificate
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 20 10:59:27 EDT 2006
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=78908
--- shadow/78908 2006-07-20 10:53:36.000000000 -0400
+++ shadow/78908.tmp.29840 2006-07-20 10:59:27.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 78908
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: WONTFIX
Severity: Unknown
Priority: Major
Component: Mono.Security
AssignedTo: sebastien at ximian.com
ReportedBy: informatique.internet at fiducial.fr
QAContact: mono-bugs at ximian.com
@@ -83,6 +83,16 @@
------- Additional Comments From informatique.internet at fiducial.fr 2006-07-20 10:53 -------
I'm sorry but it seems that a MS.NET behavior... X509Certificate class
read the serial number in little endian form...
It should be better if X509CertificateBuilder and x509Certificate
class has the same behaviour
+
+------- Additional Comments From sebastien at ximian.com 2006-07-20 10:59 -------
+Actually it's not that easy.
+
+S.S.C.X509Certificate (both 1.x and 2.0) and S.S.C.X509Certificate2
+(new class in 2.0) returns the serial number differently.
+
+FWIW (and IIRC) Mono.Security.X509.X509Certificate returns the serial
+number the same way as the X509CertificateBuilder (and the same way
+*most* software shows the serial number).
More information about the mono-bugs
mailing list