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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 24 Jan 2005 16:22:42 -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 mark.wuesthoff@middsol.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71696

--- shadow/71696	2005-01-24 16:22:42.000000000 -0500
+++ shadow/71696.tmp.18907	2005-01-24 16:22:42.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 71696
+Product: Mono: Class Libraries
+Version: unspecified
+OS: SuSE 8.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 040 One week
+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 
+mutual authentication is required. The server ends the handshake on the 
+client certificate verify message with the error message: invalid token.
+
+Certificate and private key are taken from a PKS#12 file that was created 
+on the Windows host.
+
+Are there any special issues to be considered when using the Mono PKC#12 
+framework?
+
+
+Steps to reproduce the problem:
+1. Build TLS-client using a certificate and key from a PKS#12 file
+2. Build TLS-server using Windows SSPI
+3. 
+
+Actual Results: handshake fails
+
+Expected Results: client certificate verification should work
+
+
+How often does this happen? always 
+
+
+Additional Information: