[Mono-bugs] [Bug 61796][Nor] Changed - exception getting x509 certificate info

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 23 Jul 2004 11:36:45 -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 sebastien@ximian.com.

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

--- shadow/61796	2004-07-21 15:53:49.000000000 -0400
+++ shadow/61796.tmp.25653	2004-07-23 11:36:45.000000000 -0400
@@ -2,16 +2,16 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
-Component: System.Security
-AssignedTo: mono-bugs@ximian.com                            
+Component: CORLIB
+AssignedTo: sebastien@ximian.com                            
 ReportedBy: mart@karu15.ee               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: exception getting x509 certificate info
@@ -40,6 +40,14 @@
 
 
 ------- Additional Comments From mart@karu15.ee  2004-07-21 15:53 -------
 Created an attachment (id=8657)
 The Certificate
 
+
+------- Additional Comments From sebastien@ximian.com  2004-07-23 11:36 -------
+CreateFromSignedFile support is incomplete (and documented as such).
+It's main use is to get a certificate from a signed file (like an
+Authenticode signed EXE file). For your sample the use of
+CreateFromCertFile should be used (and should work).
+
+However the code shouldn't throw a NullReferenceException in this case.