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
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
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
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
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
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
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
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
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
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
>
>
>
> …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
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
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
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
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
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
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
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;
18 matches
Mail list logo