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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77047 --- shadow/77047 2005-12-20 15:06:58.000000000 -0500 +++ shadow/77047.tmp.14758 2005-12-20 15:06:58.000000000 -0500 @@ -0,0 +1,38 @@ +Bug#: 77047 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Mono.Security +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: CERT_E_PURPOSE error on certificate + +Description of Problem: +I've added a self-signed root certificate to the machin Trust store, and +tested a connection to a remote server with tlstest and the connection fail +with this code : -2146762490. +it's mean CERT_E_PURPOSE 0x800B0106 error : A certificate is being used for +a purpose that is not supported. +When i've search sources to find this error code i was surprised to see you +check in booth client handshake and server handshake the ability of +certificate to be a valid server side certificate. + +checkCertificateUsage() + +Actual Results: +My "invalid server side certificate" :S generate an error for client handshake. +Expected Results: +it doesn't. + +thanks, + +Cyrille. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
