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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100923/07933e17/attachment.html>
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 :-) 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 Green http://hotgazpacho.org/ On Thu, Sep 23, 2010 at 12:09 PM, Ivan Porto Carerro <ivan at flanders.co.nz>wrote:> 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 > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100923/e2b388c8/attachment.html>
Nice find, Ivan. I''ll have to look into it when I get the chance. - Charles On Thu, Sep 23, 2010 at 11:09 AM, Ivan Porto Carerro <ivan at flanders.co.nz>wrote:> 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 > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100924/d63468c4/attachment.html>