Re: [Mono-dev] State of TLS, SslStream and HttpWebRequest support in Mono

2015-08-27 Thread techi eth
Hi, Is that support handling ECDHE-ECDSA algorithm ? Techi On Thu, Aug 27, 2015 at 9:36 PM, Miguel de Icaza wrote: > Hello team, > > I have posted an update on our TLS and networking stack efforts: > > http://tirania.org/blog/archive/2015/Aug-27.html > > Miguel > >

Re: [Mono-dev] 4.2.0.179 issue vs 4.0.4.1

2015-08-27 Thread Rodrigo Kumpera
Fix is already fixed in the 4.2 branch: https://github.com/mono/mono/commit/f4de38878981140f12c53d1f1ab5ce46f5c475a3 On Thu, Aug 27, 2015 at 9:48 AM, Alex J Lennon < ajlen...@dynamicdevices.co.uk> wrote: > Hi, > > I was adding Yocto/OE meta-mono support for the 4.2.0.179 release. > > The 4.0.4.

Re: [Mono-dev] Registry question

2015-08-27 Thread Miguel de Icaza
It is not multi-process safe, you would need to ensure that through an external mean. On Thu, Aug 27, 2015 at 12:42 PM, Neale Ferguson wrote: > Is registry multi-process safe? How are registry transactions maintained > by Mono? Also, I assume the EventLog is just syslog on Linux. > > > Neale > >

[Mono-dev] Registry question

2015-08-27 Thread Neale Ferguson
Is registry multi-process safe? How are registry transactions maintained by Mono? Also, I assume the EventLog is just syslog on Linux. Neale ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono

[Mono-dev] State of TLS, SslStream and HttpWebRequest support in Mono

2015-08-27 Thread Miguel de Icaza
Hello team, I have posted an update on our TLS and networking stack efforts: http://tirania.org/blog/archive/2015/Aug-27.html Miguel ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-l

[Mono-dev] 4.2.0.179 issue vs 4.0.4.1

2015-08-27 Thread Alex J Lennon
Hi, I was adding Yocto/OE meta-mono support for the 4.2.0.179 release. The 4.0.4.1 release on 26th builds fine for me for a qemux86 target but I'm getting the following error for 4.2.0.179 today: | ../../doltlibtool --tag=CC --mode=compile i586-poky-linux-gcc -m32 -march=i586 --sysroot=/data

Re: [Mono-dev] WCF

2015-08-27 Thread Miguel de Icaza
Very unlikely. The page has not been updated in years, does not even cover the Silverlight/Moonlight push, which is what made it usable, and most importantly, recent developments where we replaced large chunks of it with Microsoft's stack. MIguel. On Wed, Aug 26, 2015 at 5:02 PM, Neale Ferguson