So I want to use 'net/imap' with SSL. It supports SSL through OpenSSL
and Ruby OpenSSL But I see no built versions of Ruby OpenSSL. So
going to their site (http://savannah.nongnu.org/projects/rubypki), I
figured I'd at least find a tarball or something. But I didn't. No
biggee. I'll just grab the source from CVS.
But here is the question, which one? ossl or ossl2? Neither of them
has been touched in a couple of years so I can't use date/time stamp
to figure out which one to use.
Thanks!
···
--
Justin Rudd
http://seagecko.org/thoughts/
Justin Rudd wrote:
So I want to use 'net/imap' with SSL. It supports SSL through OpenSSL
and Ruby OpenSSL But I see no built versions of Ruby OpenSSL. So
going to their site (http://savannah.nongnu.org/projects/rubypki\), I
figured I'd at least find a tarball or something. But I didn't. No
biggee. I'll just grab the source from CVS.
But here is the question, which one? ossl or ossl2? Neither of them
has been touched in a couple of years so I can't use date/time stamp
to figure out which one to use.
It's part of the standard Ruby distribution, now. Just grab a Ruby tarball and look in ext/openssl.
- Jamis
···
--
Jamis Buck
jgb3@email.byu.edu
http://www.jamisbuck.org/jamis
It's part of the standard Ruby distribution, now. Just grab a Ruby
tarball and look in ext/openssl.
That is much easier. Thanks Jamis!
···
--
Justin Rudd
http://seagecko.org/thoughts/