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

User [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to