[Mono-bugs] [Bug 76258][Nor] Changed - SSL client certificate doesn't work with IE.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 28 16:45:05 EDT 2005


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 at ximian.com.

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

--- shadow/76258	2005-09-28 13:51:24.000000000 -0400
+++ shadow/76258.tmp.29420	2005-09-28 16:45:05.000000000 -0400
@@ -140,6 +140,24 @@
 TlsClientCertificateVerify and re-execute your code. 
 
 If this works then 
 (a) we know that there's no other problem hidden behind the current one;
 (b) it will let you continue working on the "custom-n-unsafe" version
 while I found the problem.
+
+------- Additional Comments From sebastien at ximian.com  2005-09-28 16:45 -------
+I think I've found the issue. We're updating the handshake hash at the
+end of the handshake message. However when several messages are in a
+single handshake message the data (to be hashed) usable between each
+messages. This happens with using MS HttpWebRequest with client
+certificates.
+
+Changing the behaviour affects both client and server streams, i.e.
+lots of testing ahead. I'll be fixing other issues, like #76254, and a
+few minor things (like a possible double call to validate the client
+certificate) and some optimizations before starting the tests.
+
+In the mean time I would appreciate if you can test, without the
+signature check. That way if you find anything else I'll be able to
+fix it before the testing.
+
+Thanks.


More information about the mono-bugs mailing list