[Mono-bugs] [Bug 66929][Nor] Changed - ssl doesn't work with tomcat and java

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 29 Sep 2004 15:49:59 -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=66929

--- shadow/66929	2004-09-29 10:52:29.000000000 -0400
+++ shadow/66929.tmp.16638	2004-09-29 15:49:59.000000000 -0400
@@ -1,16 +1,16 @@
 Bug#: 66929
 Product: Mono: Class Libraries
 Version: unspecified
-OS: unknown
+OS: All
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
-Component: Sys.Web
+Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tambet@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Summary: ssl doesn't work with tomcat and java
@@ -122,6 +122,15 @@
 dump from both.
 
 ------- Additional Comments From tambet@ximian.com  2004-09-29 10:52 -------
 Created an attachment (id=11591)
 New dump
 
+
+------- Additional Comments From sebastien@ximian.com  2004-09-29 15:49 -------
+The public key (in the certificate) is 1023 bits which caused some
+problem in the key exchange (buffer too small). Fx "only supports"
+multiple of 8 bits for key size - however this means that smaller
+numbers are "promoted"
+
+Fixed in HEAD.
+Will apply in MONO-1-0 after validation.