[Mono-dev] X509Chain

2015-01-07 Thread Edward Ned Harvey (mono)
Miguel, you said We have implemented TLS 1.1 and 1.2 on top of the not yet open sourced networking stack and will be publishing it as soon as Microsoft open sources the .NET networking stack. Have there been unpublished changes to Mono.Security.X509.X509Chain? Something I think I

Re: [Mono-dev] X509Chain

2015-01-07 Thread Miguel de Icaza
Hello Edward, I do not believe we have made changes to X509Chain. The only thing we have been doing is reimplementing chunks of the protocol (as it does not exist in the referecesource) Miguel On Wed, Jan 7, 2015 at 3:57 AM, Edward Ned Harvey (mono) edward.harvey.m...@clevertrove.com wrote:

Re: [Mono-dev] Mono.Posix Cross Compiling

2015-01-07 Thread Greg Young
Sorry the question was already answered above but let me restate the issue. The issue is compiling between ms build and xbuild as the mono.posix reference should only be there in Unix (windows uses win api calls) Above is a good solution (conditional reference) which works. I know we could

Re: [Mono-dev] X509Chain

2015-01-07 Thread Edward Ned Harvey (mono)
From: Miguel de Icaza [mailto:mig...@xamarin.com] I do not believe we have made changes to X509Chain. Ok, thank you. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Mono.Posix Cross Compiling

2015-01-07 Thread Jonathan Pryor
On Jan 5, 2015, at 6:08 PM, Greg Young gregoryyou...@gmail.com wrote: Have anyone used mono.posix or mono.unix.native in a cross compiling scenario where you have to support visual studio builds? How did you handle this? I don't seem to be able to do a platform specific reference. What's the

[Mono-dev] Request for comments: mozroots, msroots, X509Chain

2015-01-07 Thread Edward Ned Harvey (mono)
Is Sebastien on this list? I'm just guessing he'll have an opinion, or at least a passing interest. I guess Miguel, too. When a client application makes a SSL/TLS connection to a server, the application must validate the server cert, validate any chain of intermediate signing certs, and