[Mono-bugs] [Bug 71696][Wis] Changed - mutual authentication with TLS, client certificate verify

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 24 Jan 2005 17:40:32 -0500 (EST)


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=71696

--- shadow/71696	2005-01-24 16:22:42.000000000 -0500
+++ shadow/71696.tmp.20053	2005-01-24 17:40:32.000000000 -0500
@@ -1,22 +1,21 @@
 Bug#: 71696
 Product: Mono: Class Libraries
 Version: unspecified
 OS: SuSE 8.0
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 040 One week
+Severity: Unknown
 Priority: Wishlist
 Component: Mono.Security
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mark.wuesthoff@middsol.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: mutual authentication with TLS, client certificate verify
 
 Description of Problem:
 
 I have created a TLS Mono client running under Linux that communicates 
 with a server running on Windows. The communication works fine unless a 
@@ -41,6 +40,15 @@
 
 
 How often does this happen? always 
 
 
 Additional Information:
+
+------- Additional Comments From sebastien@ximian.com  2005-01-24 17:40 -------
+This is (most probably) not a PKCS#12 problem. You can be sure of this
+by loading the PKCS#12 file with Mono.Security and outputing the
+certificate to a file and/or displaying the public key...
+
+As for the TLS problem I do not have enough information to duplicate
+this. Can you make a (as small as possible) test case and attach it to
+the bug report ?