[Mono-bugs] [Bug 61241][Cri] New - Mono.Security.X509.X501.GetAttributeFromOid doesn't implement the E (email) attribute

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Jul 2004 09:01:59 -0400 (EDT)


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 ianier@hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=61241

--- shadow/61241	2004-07-07 09:01:59.000000000 -0400
+++ shadow/61241.tmp.27925	2004-07-07 09:01:59.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 61241
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Windows XP
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: Mono.POSIX
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ianier@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono.Security.X509.X501.GetAttributeFromOid doesn't implement the E (email) attribute
+
+Description of Problem: Mono.Security.X509.X501.GetAttributeFromOid 
+doesn't implement the E (email) attribute. This causes makecert to crash 
+webn the issuer certificate contains the E attribute in its subject, 
+which is very common.
+
+Steps to reproduce the problem: Use makecert to create a new certificate 
+providing a certificate with the Email attribute in the subject. 
+
+Actual Results: Makecert will crash.
+
+Expected Results: The issuer name should be encoded correctly into the 
+certificate.
+
+How often does this happen? Always.
+
+Additional Information: