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 should have without specs first
:-P As this is my first stab at writing extensions for IronRuby, I would
appreciate it someone from the core team could take a quick look at it and
make sure I'm headed down the right path.

Now that I have a better handle as to what is going on, I'm going to proceed
with some spec writing, based off of the MRI C code, found here:
http://github.com/ruby/ruby/tree/ruby_1_8_7/ext/openssl

Before I get too far, should I be targeting 1.8.7, or something in the 1.9
series? I haven't checked to see how/if they differ, but I'd like to target
one for now to get a base down, and perform an necessary porting later.

One more question: When defining Ruby properties, do I need to define a
static C# method for each of the get and set methods, like so:
http://gist.github.com/447738
<http://gist.github.com/447738>or is there a way to define a property on an
underlying C# object, and mark it with a single attribute for get and set,
like so:
http://gist.github.com/447733

Thanks!

--
Will Green
http://hotgazpacho.org/
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to