[Mono-bugs] [Bug 71696][Nor] Changed - mutual authentication with TLS, client certificate verify
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 12 Apr 2005 16:14:12 -0400 (EDT)
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-04-12 12:56:17.000000000 -0400
+++ shadow/71696.tmp.21506 2005-04-12 16:14:12.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 71696
Product: Mono: Class Libraries
Version: unspecified
OS: SuSE 8.0
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Mono.Security
AssignedTo: sebastien@ximian.com
ReportedBy: mark.wuesthoff@middsol.com
QAContact: mono-bugs@ximian.com
@@ -137,6 +137,13 @@
4349:error:140780E5:SSL routines:SSL23_READ:ssl handshake
failure:s23_lib.c:180:
My guess is that the current SSL/TLS code is buggy. A bug has probably
been introduced at some stage as there is no tests in SVN for mutual
authentication.
+
+------- Additional Comments From sebastien@ximian.com 2005-04-12 16:14 -------
+Fixed in SVN.
+
+Can we have your autorization to keep the (updated) client code as a
+mutual authentication test tool in SVN ? We'll be using OpenSSL for
+the server side. Thanks.