OpenSSL support for IronRuby

I don’t know if openssl is still a problem for IronRuby on mono

But the JRuby guys are using bouncy castle to get that support. As it so
happens there is also a .Net provider for bouncy castle.

http://www.bouncycastle.org/csharp/

Cheers

Yeah, I saw that a couple months ago when I stated some work on trying
to
use the native .NET crypto APIs. You know, before I realized I was in
over
my head :slight_smile:

I haven’t had time to look into wrapping the Bouncy Castle assembly for
IronRuby, but I would think it would be orders of magnitude easier to
create
a pure Ruby wrapper over that assembly.


Will G.
http://hotgazpacho.org/

Nice find, Ivan. I’ll have to look into it when I get the chance.

  • Charles