Re: .NET wrapper for OpenSSL

2006-03-19 Thread Frank Laub
http://sourceforge.net/projects/openssl-netRead-only svn access is available.I'm going through and implementing the apps in C# as a way to gauge how complete the managed wrapping is. Any comments or suggestions would be very nice.
Thanks.FrankOn 3/14/06, Frank Laub [EMAIL PROTECTED] wrote:
I have a sourceforge project pending for creation.On 3/13/06, 
Kyle Hamilton [EMAIL PROTECTED] wrote:
This would be a good thing to have available.I don't believe itshould be in the core OpenSSL code, though, but it could be in
contrib/ -- I would suggest making it available as a separate projecton sourceforge or somewhere.-Kyle HOn 3/13/06, Frank Laub 
[EMAIL PROTECTED] wrote:
 I've just recently put together a C# class library that wraps the crypto DLL via PInvoke. I was wondering if anyone here would be interested in such a thing or if perhaps I should just create a seperate project for it. It has
 many advantages but the biggest is allowing for ease of use of the OpenSSL crypto API via managed lanaguages. If anyone is interested, give me a shout. -Frank__
OpenSSL Project http://www.openssl.orgDevelopment Mailing List 
openssl-dev@openssl.org
Automated List Manager [EMAIL PROTECTED]




Re: .NET wrapper for OpenSSL

2006-03-14 Thread Frank Laub
I have a sourceforge project pending for creation.On 3/13/06, Kyle Hamilton [EMAIL PROTECTED] wrote:
This would be a good thing to have available.I don't believe itshould be in the core OpenSSL code, though, but it could be in
contrib/ -- I would suggest making it available as a separate projecton sourceforge or somewhere.-Kyle HOn 3/13/06, Frank Laub [EMAIL PROTECTED] wrote:
 I've just recently put together a C# class library that wraps the crypto DLL via PInvoke. I was wondering if anyone here would be interested in such a thing or if perhaps I should just create a seperate project for it. It has
 many advantages but the biggest is allowing for ease of use of the OpenSSL crypto API via managed lanaguages. If anyone is interested, give me a shout. -Frank__
OpenSSL Project http://www.openssl.orgDevelopment Mailing List openssl-dev@openssl.org
Automated List Manager [EMAIL PROTECTED]


Re: .NET wrapper for OpenSSL

2006-03-13 Thread Kyle Hamilton
This would be a good thing to have available.  I don't believe it
should be in the core OpenSSL code, though, but it could be in
contrib/ -- I would suggest making it available as a separate project
on sourceforge or somewhere.

-Kyle H

On 3/13/06, Frank Laub [EMAIL PROTECTED] wrote:
 I've just recently put together a C# class library that wraps the crypto DLL
 via PInvoke. I was wondering if anyone here would be interested in such a
 thing or if perhaps I should just create a seperate project for it. It has
 many advantages but the biggest is allowing for ease of use of the OpenSSL
 crypto API via managed lanaguages. If anyone is interested, give me a shout.

 -Frank

__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   [EMAIL PROTECTED]


Re: .NET wrapper for OpenSSL

2006-03-13 Thread Weijun Max Wang

Frank

This is a very interesting project. IMHO, there are 2 kinds of APIs we 
can provide:


1. A OpenSSL-like one. Original users of OpenSSL may like it.
2. Plugin as a service provider for the .NET crypto framework. Existing 
.NET codes will be easily re-configured to use the OpenSSL implementation.


Weijun

Frank Laub wrote:
I've just recently put together a C# class library that wraps the crypto 
DLL via PInvoke. I was wondering if anyone here would be interested in 
such a thing or if perhaps I should just create a seperate project for 
it. It has many advantages but the biggest is allowing for ease of use 
of the OpenSSL crypto API via managed lanaguages. If anyone is 
interested, give me a shout.


-Frank


__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   [EMAIL PROTECTED]