[Mono-bugs] [Bug 78224][Wis] New - Problem in Mono.Security.dll version 1.1.13.6-3

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Apr 27 16:47:12 EDT 2006


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 pere.rodriguez.rodriguez at gmail.com.

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

--- shadow/78224	2006-04-27 16:47:12.000000000 -0400
+++ shadow/78224.tmp.28673	2006-04-27 16:47:12.000000000 -0400
@@ -0,0 +1,70 @@
+Bug#: 78224
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Debian Sid
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Mono.Security
+AssignedTo: sebastien at ximian.com                            
+ReportedBy: pere.rodriguez.rodriguez at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Problem in Mono.Security.dll version 1.1.13.6-3
+
+Steps to reproduce the problem:
+
+** OPTION A **
+
+1. xsp --https --port 4443 --p12file ./pki/server.p12 --pkpwd server
+
+2. I can't connect with any browser to https://localhost:4443
+Ssl dialog is:
+ClientHello -->
+<-- ServerHello
+<-- Certificate    (the certificate that send is ok)
+<-- ServerKeyExchange  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+<-- Alert:Warning:InternalError
+Alert:Fatal:UnexpectedMessage -->
+
+** OPTION B **
+
+1. Load SslHttpServer.mds in monodevelop and start project (I attach zip file)
+
+2. Connect with any browser to https://localhost:4443
+Ssl dialog is the same that in option a.
+
+3. Mono crashes with this error:
+
+System.IO.IOException: The authentication or decryption has failed. --->
+System.NotSupportedException: Operation is not supported.
+in [0x00005] (at
+/home/ingo/mono-1.1.13.6/mcs/class/Mono.Security/Mono.Security.Protocol.Tls.Handshake.Server/TlsServerKeyExchange.cs:51)
+Mono.Security.Protocol.Tls.Handshake.Server.TlsServerKeyExchange:Update ()
+in [0x00019] (at
+/home/ingo/mono-1.1.13.6/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/RecordProtocol.cs:663)
+Mono.Security.Protocol.Tls.RecordProtocol:InternalSendRecordCallback
+(IAsyncResult ar)--- End of inner exception stack trace ---
+
+in [0x00054] (at
+/home/ingo/mono-1.1.13.6/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/SslStreamBase.cs:107)
+Mono.Security.Protocol.Tls.SslStreamBase:AsyncHandshakeCallback
+(IAsyncResult asyncResult)
+
+Actual Results:
+Incorrect ssl handshake.
+
+Expected Results:
+
+
+How often does this happen? 
+Always.
+
+Additional Information:
+
+If I replace Mono.Security.dll version 1.1.13.6-3 with 1.1.15 version
+optiona A and B runs ok.


More information about the mono-bugs mailing list