Hello Martin, On Sun, 2005-11-06 at 12:21 +0000, Martin Hinks wrote: > Hi Sebastien, > > I haven't done the DH modification yet because I was on a dial-up > connection, and downloading SVN was such a pain!
oh :( > Now I'm on my 2mbit conn and I have quite a bit of time this week, I > might well start having a go ah :) > - what is the best way for me to create a > buildable project under Windows for modifying the SslStream class from > SVN? Mono.Security.dll doesn't depend on any mono specific features (i.e. another Mono assembly to runtime specific stuff) so you can simply create a project and include all the files in the "Mono.Security.dll.sources" (which should be all of the .cs files except the unit tests). This should allow you to modify the Ssl* classes to add support for DH (which is also inside Mono.Security.dll). Don't hesitate to ask question about the SSL/DH code if you get bugged down somewhere. Thanks :) > > On 11/5/05, Sebastien Pouliot <[EMAIL PROTECTED]> wrote: > > Hello Martin, > > > > On Sat, 2005-11-05 at 11:06 +0000, Martin Hinks wrote: > > > There are many large changes that obviously must be done to reflect > > > namespace changes (ie addition of System.Net.Security) > > > > Carlos had adapted his SSL code for System.Net.Security - in earlier > > betas/CTP of 2.0. Now that RTM is available I hope he will find the time > > to complete this (and backport the bug fixed in Mono.Security.dll since > > then). > > > > BTW have you ever added DH support to SSL/TLS ? That would still be a > > nice addition ;-) > > > > > and was just > > > curious as to who/if anyone is starting to organise this. > > > > Various people. It's safer to send an email here before investing too > > much time into a specific feature (collisions are infrequent but never > > fun ;-). > > -- > > Sebastien Pouliot > > email: [EMAIL PROTECTED] > > blog: http://pages.infinit.net/ctech/ > > > > > > > -- > Martin Hinks > http://www.m-s-d.net _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
