Re: [Mono-dev] SslStream implementation

2007-08-23 Thread Atsushi Eno
Hi Sebastien, Thanks for the lightning quick review :) Sebastien Pouliot wrote: > This is kind of strange as System.dll (v2) already depends on > Mono.Security.dll Well, probably we didn't have such type comparison between references to old X509 types in System.dll via Mono.Security.dll and refe

Re: [Mono-dev] SslStream implementation

2007-08-23 Thread Sebastien Pouliot
Hello Atsushi, On Thu, 2007-08-23 at 16:04 +0900, Atsushi Eno wrote: > Hello, > > I have created a System.Net.Security.SslStream implementation, which > is based on Mono.Security.Protocol.Tls. Nice work :) > It requires some Makefile changes (due to cyclic dependency foo). This is kind of stra

[Mono-dev] SslStream implementation

2007-08-23 Thread Atsushi Eno
Hello, I have created a System.Net.Security.SslStream implementation, which is based on Mono.Security.Protocol.Tls. It requires some Makefile changes (due to cyclic dependency foo). I have also created a few port of Mono.Security sample tools (which are found in Mono.Security/Test/tools) to veri