[Mono-bugs] [Bug 346561] New: [2.0] Support for ServicePointManager. ServerCertificateValidationCallback

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Dec 6 11:37:42 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=346561

User gert.driesen at pandora.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=346561#c346536

           Summary: [2.0] Support for
                    ServicePointManager.ServerCertificateValidationCallback
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: gert.driesen at pandora.be
         QAContact: mono-bugs at ximian.com
          Found By: ---


I've attached patches that add initial support for
ServicePointManager.ServerCertificateValidationCallback.

These patches are only attached for rough review, since the Mono.Security patch
is still incomplete and does not even work.

For some reason, the X509Chain never passes verification. This may be because
of bug #346536.

Before this patch can be committed, we should probably use System's
X509Certificate2 and X509CertificateCollection on the 2.0 profile. This would
avoid recreating X509Certificate2 instances for each certificate in the chain
(from the RAW certificate data), which adds a significant performance hit.

Of course, more tests should be performed and (unit or standalone) tests added.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list