From: "Aaron D. Gifford" Date: 2010-12-11T09:51:52+09:00 Subject: Using OpenSSL in Ruby Hi, Anyone have any pointers to documentation, notes, info, or if none of that, code showing examples of using OpenSSL in Ruby, in particular memory BIO input/output for SSL/TLS sessions? Searches turn up plenty of C code, but dearth of Ruby code. I'd like to be able to establish an SSL or TLS session using memory IO (no sockets, no file IO). Wondering, Aaron out.