Re: [Mono-dev] Mono.Security on Compat Framework

2007-03-14 Thread Alexander Gnauck
Neil Cowburn schrieb: > I'm fairly certain it does, but this is not my particular field so I > can't answer with authority. no it does not contain SSL. Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mail

Re: [Mono-dev] Mono.Security on Compat Framework

2007-02-07 Thread Neil Cowburn
ubject: Re: [Mono-dev] Mono.Security on Compat Framework Does it contain an SSL implementation too? Neil Cowburn wrote: > The company I work for, OpenNETCF, already did a port of the > System.Security.Cryptography namespace for .NET Compact Framework v1.0. > CF v2.0 has a fairly comprehen

Re: [Mono-dev] Mono.Security on Compat Framework

2007-02-06 Thread Matthijs ter Woord
gt; -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Matthijs > ter Woord > Sent: 05 February 2007 16:23 > To: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] Mono.Security on Compat Framework > > Hi Sebastien, > &g

Re: [Mono-dev] Mono.Security on Compat Framework

2007-02-05 Thread Neil Cowburn
: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Mono.Security on Compat Framework Hi Sebastien, I think my changes consist of the following: 1. A "compatibility layer". This contains a rough copy of some namespaces from mono (S.IO, S.Security.Cryptography, S.Comp

Re: [Mono-dev] Mono.Security on Compat Framework

2007-02-05 Thread Matthijs ter Woord
Hi Sebastien, I think my changes consist of the following: 1. A "compatibility layer". This contains a rough copy of some namespaces from mono (S.IO, S.Security.Cryptography, S.ComponentModel, S.Diagnostics, S.Net, S.Runtime.ConstrainedExecution, S.Security, S.Threading) 2. The addition of a u

Re: [Mono-dev] Mono.Security on Compat Framework

2007-02-05 Thread Sebastien Pouliot
Hello Matthijs, On Mon, 2007-02-05 at 17:04 +0100, Matthijs ter Woord wrote: > Hi, > > For some private project, we've been trying to get Mono.Security > running on the Compact .NET Framework. > > After we spend some ours of debugging, the major problem with it was > that CF.NET seems to be lack

[Mono-dev] Mono.Security on Compat Framework

2007-02-05 Thread Matthijs ter Woord
Hi, For some private project, we've been trying to get Mono.Security running on the Compact .NET Framework. After we spend some ours of debugging, the major problem with it was that CF.NET seems to be lacking decent async method invocation support. Once we fixed that, the only thing we needed