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

[Ironruby-core] OpenSSL support for IronRuby

2010-09-23 Thread Ivan Porto Carerro
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-co

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
As for compat, I’d target 1.9 first. Write specs and run them against both > MRIs. Then we can decide based upon how much they differ. > > > > Accessors – this is the pattern we currently use: > > http://gist.github.com/447738 > > > > Tomas > > > > *From:* i

Re: [Ironruby-core] OpenSSL

2010-06-21 Thread Tomas Matousek
ronruby-core Subject: [Ironruby-core] OpenSSL Hello, everyone! After flailing about a bit this weekend with my utter lack of understanding of cryptography in general, I've started work on fleshing out OpenSSL support. I'll be working on it here: http://github.com/hotgazpacho/ironruby/tree

[Ironruby-core] OpenSSL

2010-06-21 Thread Will Green
Hello, everyone! After flailing about a bit this weekend with my utter lack of understanding of cryptography in general, I've started work on fleshing out OpenSSL support. I'll be working on it here: http://github.com/hotgazpacho/ironruby/tree/openssl I've written some code, more than I probably

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

[Ironruby-core] OpenSSL

2010-05-26 Thread Will Green
As I tweeted earlier (http://twitter.com/hotgazpacho/status/14799021492), I'm putting my money where my mouth is. As I understand it, the RubySpec project is missing specs for OpenSSL. If someone will write (or point me to) the RubySpec specs for OpenSSL, I will implement it for IronRuby. Any take

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
m = > mock(10).should_not_receive(:to_i)”, but I am not 100% sure. > > > > Thanks, > > Shri > > > > *From:* ironruby-core-boun...@rubyforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf Of *Jirapong Nanta > *Sent:* Thursday, July 23, 20

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

2009-07-24 Thread Shri Borde
ks, Shri From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Jirapong Nanta Sent: Thursday, July 23, 2009 6:14 PM To: ironruby-core Subject: [Ironruby-core] OpenSSL::X509::Certificate + rubyspecs Hi, I'm trying to get all my rubyspecs for ope

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

2009-07-23 Thread Jirapong Nanta
Hi, I'm trying to get all my rubyspecs for openssl back to current repos. - new rubyspecs for x509::Certificate; new,issuer,public_key,version,serial,subject - new rubyspecs for x509::Name - new rubyspecs for PKey::RSA - implement x509::Certificate.new and get methods for issue

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

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

2009-04-29 Thread jirapong.na...@gmail.com
Hi, I got following methods/attributes implement in OpenSSL::X509::Certificate new -> certb new(data) -> cert subject issuer serial to_s inspect Commits: http://github.com/Jirapong/ironruby/commit/a907d58168b772cdf6f266a012f53236b7d56895 http://github.com/Jirapong/ironruby/co

[Ironruby-core] OpenSSL implementation

2008-02-25 Thread Wayne Kelly
Attached is a fully managed implementation of the skeleton classes and methods from openssl.so that I posted last week. I'm currently working on implementing digest.so, which is very similar. Cheers, Wayne. using Ruby; using Ruby.Runtime; using Ruby.Builtins; using System.Security.Cryptography;