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