[Mono-bugs] [Bug 75781][Nor] Changed - Problem with feeding
pre-encoded X509 extensions into Mono
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 11 08:26:06 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=75781
--- shadow/75781 2005-08-11 05:08:42.000000000 -0400
+++ shadow/75781.tmp.24744 2005-08-11 08:26:06.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 75781
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
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: Problem with feeding pre-encoded X509 extensions into Mono
@@ -29,6 +29,9 @@
2) feed it to mono
Mono.Security.ASN1 asn1 = new Mono.Security.ASN1(ext)
monoExt = new MONO.X509.Extensions.KeyUsageExtension(asn1);
3) get DER encoding of Mono extension
byte der = monoExt.ASN1.GetBytes()
+
+------- Additional Comments From sebastien at ximian.com 2005-08-11 08:26 -------
+Known problem, sadly the "right" fix introduce problem with existing code.
More information about the mono-bugs
mailing list