[Mono-bugs] [Bug 346812] New: Wildcard are not supported in server certificates

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Dec 7 10:50:20 EST 2007


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


           Summary: Wildcard are not supported in server certificates
           Product: Mono: Class Libraries
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P5 - None
         Component: Mono.Security
        AssignedTo: spouliot at novell.com
        ReportedBy: gert.driesen at pandora.be
         QAContact: mono-bugs at ximian.com
          Found By: ---


Currently, TlsServerCertificate.CheckDomainName does not support wildcard
characters.

A website that uses such a certificate is:
https://www.novell.com

The fact that this is not yet supported is clearly documented in the code.

I found some information on how MS implements this: 

As described in RFC 2595, Microsoft's implementation allows a * in the leftmost
element of the server's CN only. Within that leftmost element, there can be
text to the left of the * but not to the right. 

Source:
http://support.microsoft.com/kb/258858


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


More information about the mono-bugs mailing list