[Mono-bugs] [Bug 62716][Blo] Changed - SslServerStream doesn't work properly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 11 Aug 2004 08:34:06 -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 meddochat@zonnet.nl.

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

--- shadow/62716	2004-08-10 13:46:50.000000000 -0400
+++ shadow/62716.tmp.19121	2004-08-11 08:34:06.000000000 -0400
@@ -182,6 +182,11 @@
 certificate (i.e. which only contains the public key). 
 
 Once you create a PKCS12 file you can add certificates (with
 AddCertificate) and get them back using the Certificates property. But
 to get an AssymetricAlgorithm from the attributes you must first add
 it to the PKCS12 object (using AddPrivateKey).
+
+------- Additional Comments From meddochat@zonnet.nl  2004-08-11 08:34 -------
+in the PrivateKeyCertSelectionDelegate event of SslServerStream, i 
+need to return a AssymetricAlgorithm, how should i do it then, i 
+would assume i have to use something out of the certificate for it.