[Mono-bugs] [Bug 75751][Nor] Changed - SSL/TLS with certificates

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 23 14:35:02 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 yngve.zackrisson at mobila-kontoret.se.

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

--- shadow/75751	2005-08-11 09:19:37.000000000 -0400
+++ shadow/75751.tmp.32420	2005-08-23 14:35:02.000000000 -0400
@@ -128,6 +128,55 @@
 > FAILED: #-2146233087
 > System.IO.IOException: The authentication or decryption has failed.
 
 Finally this (well the error code) isn't from the SSL code - and I
 cannot duplicate this. How did you convert the OpenSSL-generated
 private key to the PVK format required by server ?
+
+------- Additional Comments From yngve.zackrisson at mobila-kontoret.se  2005-08-23 14:35 -------
+>> FAILED: #-2146233087
+>> System.IO.IOException: The authentication or decryption has failed.
+>
+>Finally this (well the error code) isn't from the SSL code - and I 
+>cannot duplicate this. How did you convert the OpenSSL-generated
+>private key to the PVK format required by server ?
+
+We used pvk (in openssl AFAIK) to convert to the Microsoft pvk-format.
+Later we used the makecert in Mono and got it working 
+in a staggy way. Sorry about the confusion.
+
+After that we have gotten this somewhat working 
+we have a couple of questions: 
+
+1) Is it posible to create the certificates with openssl in Linux 
+   and use them in .NET (Linux and Mono on the server side 
+   and Win32 and Microsoft .NET on the client side)?.
+   Is there any 'HOWTODO-resouces' on this?.
+
+2) We try to use remoting in a secure way 
+   and intend to use an https-tunnel with 
+   encryption and authentication (through certificates).
+   The authentication should be done in the channel, 
+   not in a web server, hence creating a secure channel 
+   between the client and the server.
+   We also would like to do 'callbacks' 
+   from the server's remote function back to the client 
+   (utilizing some of parameters to read a filestream in blocks and 
+   to report back the progress to a progressbar).
+   We intend to use Windows and Microsoft .NET on the client side 
+   and Linux and Mono on the server side.
+   Is this possible (I am aware of the potential 
+   serialization problems)?.
+   Are you aware of any references on how to do this?.
+   
+Regards 
+
+// Yngve Zackrisson.
+     
+    
+   
+
+
+
+
+
+


More information about the mono-bugs mailing list