[Mono-bugs] [Bug 62803][Nor] Changed - Problem using Novell.Directory.Ldap with SSL from Mono.Security

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 10 Aug 2004 12:37:00 -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=62803

--- shadow/62803	2004-08-10 11:01:45.000000000 -0400
+++ shadow/62803.tmp.24267	2004-08-10 12:37:00.000000000 -0400
@@ -2,25 +2,32 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Mono.Security
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Problem using Novell.Directory.Ldap with SSL from Mono.Security
 
 Description of Problem:
 Sample StartTLS returns error 91.
 
 Steps to reproduce the problem:
 1. Download LdapCSharp source code
    http://forge.novell.com/modules/xfmod/project/?ldapcsharp
 2. Compile sample
 3. Execute
+
+------- Additional Comments From sebastien@ximian.com  2004-08-10 12:36 -------
+I've updated (in HEAD) the certmgr.exe tool to support the "machine"
+stores (-m) and Mono.Security.dll not to throw exception when building
+certificate/CRL lists from non-accessible stores.
+
+Theses fixes will also be applied in the MONO_1_0 branch when this bug
+is fixed.