Re: [Mono-dev] Bug with Ssl cert validation

2014-03-18 Thread Edward Ned Harvey (mono)
From: Sebastien Pouliot [mailto:sebastien.poul...@gmail.com]                         var mySslStream = new SslStream (client.GetStream(), false, ValidateServerCertificate); if you read the source [1] (or look at the API compatibility page [2]) you'll see that this .ctor is decorated

Re: [Mono-dev] Bug with Ssl cert validation

2014-03-18 Thread Sebastien Pouliot
On Tue, Mar 18, 2014 at 6:33 AM, Edward Ned Harvey (mono) edward.harvey.m...@clevertrove.com wrote: From: Sebastien Pouliot [mailto:sebastien.poul...@gmail.com] var mySslStream = new SslStream (client.GetStream(), false, ValidateServerCertificate); if you

Re: [Mono-dev] Bug with Ssl cert validation

2014-03-18 Thread Bryan Crotaz
I'd love to contribute, but I have now spent several days trying and failing to compile Mono for Visual Studio so that I can fix bugs in the C# libraries. If someone could write a VS2010 solution that can be used to debug Mono, that would help hundreds of devs like me who just want to fix their

Re: [Mono-dev] Bug with Ssl cert validation

2014-03-18 Thread Edward Ned Harvey (mono)
From: Sebastien Pouliot [mailto:sebastien.poul...@gmail.com] Sent: Tuesday, March 18, 2014 7:52 AM Any better ideas? Contribute! :-) Honestly, I *do* like this idea, and I'm trying. I'm a C# developer, and have never been a mono developer (I've been a user of C#/mono, but never a

Re: [Mono-dev] Bug with Ssl cert validation

2014-03-18 Thread Edward Ned Harvey (mono)
From: Bryan Crotaz [mailto:bryan.cro...@silvercurve.co.uk] I'd love to contribute, but I have now spent several days trying and failing to compile Mono for Visual Studio so that I can fix bugs in the C# libraries.  If someone could write a VS2010 solution that can be used to debug Mono,

Re: [Mono-dev] Bug with Ssl cert validation

2014-03-18 Thread Bryan Crotaz
I spent 4 days trying to get make to work on Cygwin. Followed those instructions and others. Every post I found had significant errors in it (eg Cygwin package names ) or was years out of date. Bryan Crotaz Silver Curve On 18 Mar 2014, at 13:25, Edward Ned Harvey (mono)

[Mono-dev] Contribution

2014-03-18 Thread Edward Ned Harvey (mono)
Ok, I have a contribution to make. In Mono.Security/Mono.Security.X509/X509Store.cs, the Certificates getter checks to see if _certificates == null, and if so, then BuildCertificatesCollection(). Later, you could do things like Import or Remove, which modify the cert files on disk, but

Re: [Mono-dev] Contribution

2014-03-18 Thread Rolf Bjarne Kvinge
Hi, The standard way is to fork on github, then send a pull request. Best regards, Rolf On Tue, Mar 18, 2014 at 3:15 PM, Edward Ned Harvey (mono) edward.harvey.m...@clevertrove.com wrote: Ok, I have a contribution to make. In Mono.Security/Mono.Security.X509/X509Store.cs, the

[Mono-dev] Performance Problems on Mono with F# (maybe C#) Asyncs / Tasks

2014-03-18 Thread Matthias Dittrich
Hello, Basically I noticed some performance problems on mono. I have a unit test suite which requires some minutes to run on .net but several hours on mono. Because this code is heavily using F# asyncs I tried to find existing bug reports of the problem. I found the following entries:

Re: [Mono-dev] MONO For Beagle Bone Black Software Development

2014-03-18 Thread sheelamanatec
Dear Sameera, Are you successful in installing Mono-3.2.8 version on Beagle bone black. If so, kindly let me know the procedure to do the same. I am tried compiling from the source, getting build errors. Your help will be grateful to me. Thanks and Regards, Sheela -- View this message in

[Mono-dev] A question about passing string-parameters when calling a Dll writing in C using p/invoke

2014-03-18 Thread Wang Jiteng
Nowadays I'm working on a project in which I need to call encryption and decryption functions. These functions are written in C and have been compiled into a DLL under windows(visual studio 2010). The functions in the DLL(which is called Cypher.dll) are: unsigned long decrypt(unsigned char

[Mono-dev] unsubscribe

2014-03-18 Thread P Chenthill
It would be nice if someone who is the administrator of the list can unsubscribe me. I tried doing it from the webpage, but never got the confirmation email. Thanks, Chenthill ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] Inconsistent value in System.Diagnostics.DefaultTraceListener.AssertUiEnabled

2014-03-18 Thread MarLOne
Hi, I am running Mono JIT compiler version 2.10.8.1 (Debian 2.10.8.1-5ubuntu1) in Mint-15 Cinnamon (64-bits) and also in Ubuntu 12.04 LTS (32-bits). My development is using MonoDevelop 4.2.2 and obtained from PPA (https://launchpad.net/~ermshiperete/+archive/monodevelop) The problem is

[Mono-dev] Mono MRE/MDK mac pkg installer

2014-03-18 Thread Edward Ned Harvey (mono)
I'm trying to figure out how to build a pkg installer for mac, which will prompt user to accept eula, and install some project built with monomac or xamarin.mac. This is exactly how the mono MRE/MDK installer behaves. Can anybody provide any pointers, hints, or instructions?

Re: [Mono-dev] Bug with Ssl cert validation

2014-03-18 Thread Konaju Games (Dev)
I spent 4 days trying to get make to work on Cygwin. Followed those instructions and others. Every post I found had significant errors in it (eg Cygwin package names ) or was years out of date. There are at least two blockers/bugs in Cygwin/Mingw32 that I know of that prevent Mono from

Re: [Mono-dev] Bug with Ssl cert validation

2014-03-18 Thread Greg Young
Just off the top of my head... maybe a summer of code would be better spent on these kinds of issues and improving the throughput of donations as opposed to the next interesting technical topic. Greg On Wed, Mar 19, 2014 at 2:39 AM, Konaju Games (Dev) d...@konaju.com wrote: I spent 4 days

Re: [Mono-dev] Bug with Ssl cert validation

2014-03-18 Thread Edward Ned Harvey (mono)
From: Bryan Crotaz [mailto:bryan.cro...@silvercurve.co.uk] I spent 4 days trying to get make to work on Cygwin. Followed those instructions and others. Every post I found had significant errors in it (eg Cygwin package names ) or was years out of date. Oh shoot - don't know why I didn't