Re: [Mono-dev] BouncyCastle C# port under Mono

2006-08-21 Thread Miguel de Icaza
Hello, > I really didn't mean to plug any software, I was just trying to > post a helpful comment, in this case pointing to a wrapper library > (that I happened to author) for encryption. I suppose a BSD license > would be more proper, especially since it's mostly a wrapper class, > and doesn

Re: [Mono-dev] BouncyCastle C# port under Mono

2006-08-21 Thread Carlos J. Muentes
Thanks for the code review, I wouldn't mind some contributions ^_^     I really didn't mean to plug any software, I was just trying to post a helpful comment, in this case pointing to a wrapper library (that I happened to author) for encryption.  I suppose a BSD license would be more proper, e

Re: [Mono-dev] BouncyCastle C# port under Mono

2006-08-21 Thread Yaacov Akiba Slama
Miguel de Icaza wrote: >> (it's >> licensed under the GPL, so changes are very welcome). Check it out >> here: >> http://www.rockwithme.org/index.php?option=com_remository&Itemid=37&func=fileinfo&id=3 >> > Just a small comment on the license. > > Libraries under the GPL are not very reusable

Re: [Mono-dev] BouncyCastle C# port under Mono

2006-08-21 Thread Sebastien Pouliot
Hello Carlos, On Mon, 2006-08-21 at 12:04 -0400, Carlos J. Muentes wrote: > I don't mean to plug my software in this list, but I built a > wrapper library for the .NET FCL encryption libraries. Are you sure about that ? ;-) > It compiles in mono with no changes (I use it in a text editor a

Re: [Mono-dev] BouncyCastle C# port under Mono

2006-08-21 Thread Miguel de Icaza
Hello, > I don't mean to plug my software in this list, but I built a > wrapper library for the .NET FCL encryption libraries. It compiles in > mono with no changes (I use it in a text editor app I built to provide > encryption). It's extremely simple to use, and I started building > support

Re: [Mono-dev] BouncyCastle C# port under Mono

2006-08-21 Thread Carlos J. Muentes
    I don't mean to plug my software in this list, but I built a wrapper library for the .NET FCL encryption libraries.  It compiles in mono with no changes (I use it in a text editor app I built to provide encryption).  It's extremely simple to use, and I started building support for certifica

Re: [Mono-dev] BouncyCastle C# port under Mono

2006-08-21 Thread Sebastien Pouliot
Hello Peter, On Mon, 2006-08-21 at 16:17 +1000, Peter Dettman wrote: > Hi all, > > I want to report on my recent experiences getting the C# port of > BouncyCastle Crypto API (http://www.bouncycastle.org/csharp/) running on > Mono. It will be a reasonably brief report as it turned out to be mos

[Mono-dev] BouncyCastle C# port under Mono

2006-08-20 Thread Peter Dettman
Hi all, I want to report on my recent experiences getting the C# port of BouncyCastle Crypto API (http://www.bouncycastle.org/csharp/) running on Mono. It will be a reasonably brief report as it turned out to be mostly painless :). (BC is written entirely in C# for .NET 1.1 by the way). Here