Re: [Ironruby-core] OpenSSL support for IronRuby

2010-09-23 Thread Charles Strahan
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 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

Re: [Ironruby-core] OpenSSL support for IronRuby

2010-09-23 Thread Will Green
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 easie

Re: [Ironruby-core] OpenSSL

2010-06-21 Thread Jim Deville
I'll see if I can include our vssettings file in tomorrows (and future) pushes From: Will Green Sent: Monday, June 21, 2010 7:43 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] OpenSSL ___ Iro

Re: [Ironruby-core] OpenSSL

2010-06-21 Thread Will Green
Thanks for the feedback, Tomas! Please pardon the poor coding; I was more concerned with wrapping my head around cryptography than producing good code (it should probably be considered more of a spike than anything). I will definitely correct those, as well as take a look at the areas you mentione

Re: [Ironruby-core] OpenSSL

2010-06-21 Thread Tomas Matousek
You’re heading the right direction and thanks for taking care of this module! A few comments: - RSA constructors: does Ruby convert any parameters via to_s, to_str, etc.? If so you’ll need to use [DefaultProtocol] attribute or other appropriate conversions. The easiest way how to find

Re: [Ironruby-core] OpenSSL

2010-05-26 Thread jirapong.na...@gmail.com
Hi, Sorry, I'm still busy with other stuff on my daily work. welcome to continue my work. You're right. There is no such a thing RubySpec for OpenSSL. Best API Document i found is http://technorama.net/~oss/ruby/openssl/doc/ and MRI source code /ruby_1_8/ext/openssl/*.c . The function's c

Re: [Ironruby-core] OpenSSL::X509::Certificate + rubyspecs

2009-08-16 Thread Jim Deville
Cool, I hope to be able to finish the pull tonight. JD From: Jirapong Nanta Sent: August 16, 2009 7:46 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] OpenSSL::X509::Certificate + rubyspecs Hello Jim, I got it update with some

Re: [Ironruby-core] OpenSSL::X509::Certificate + rubyspecs

2009-08-16 Thread Jirapong Nanta
> > > > …there is no try > > http://blog.jredville.com > > > > *From:* ironruby-core-boun...@rubyforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf Of *Jirapong Nanta > *Sent:* Wednesday, August 12, 2009 1:03 AM > *To:* ironruby-core@r

Re: [Ironruby-core] OpenSSL::X509::Certificate + rubyspecs

2009-08-13 Thread Jim Deville
Subject: Re: [Ironruby-core] OpenSSL::X509::Certificate + rubyspecs Hello all, all modification as Shri's reviewed able to find at bed5f4c3ae97d5ecb18adc3827901cd5f18389cd<http://github.com/Jirapong/ironruby/commit/bed5f4c3ae97d5ecb18adc3827901cd5f18389cd> Changes: 1. Valida

Re: [Ironruby-core] OpenSSL::X509::Certificate + rubyspecs

2009-08-12 Thread Jirapong Nanta
Hello all, all modification as Shri's reviewed able to find at bed5f4c3ae97d5ecb18adc3827901cd5f18389cd *Changes:* 1. Validate all spec with MRI 2. Remove /*!*/ from Value Type 3. Check 64-bit intege

Re: [Ironruby-core] OpenSSL::X509::Certificate + rubyspecs

2009-07-24 Thread Shri Borde
Great to see these changes! Mostly looks good. The tests are quite clean overall. I do have some comments/questions... Btw, I assume you have run all the new specs against MRI to make sure they are correct. If not, please do run them with MRI. Should the MutableString argument of CreateDigest

Re: [Ironruby-core] OpenSSL::X509::Certificate

2009-04-30 Thread Shri Borde
Looks good! From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of jirapong.na...@gmail.com Sent: Wednesday, April 29, 2009 12:54 PM To: ironruby-core@rubyforge.org Subject: [Ironruby-core] OpenSSL::X509::Certificate Hi, I got following m