HACKING ISSUES KNOWN_ISSUES LATEST LICENSE NEWS README
Flipper OpenSSL OpenSSL::SSL
Kgio SSL SSLConnector SSLServer

kgio-monkey 0.4.0 - minor updates and improvements / 2012-04-29 05:55 UTC

Do not consider this release (or previous releases) of
kgio-monkey remotely production-ready.  It has not been
reviewed by anybody with any security/crypto background.

* shutdown() is now called before close() after the
  SSL shutdown sequence.  This prevents forked processes
  from holding onto a TCP connection.

* various test fixes for OpenSSL 1.0.0

* documentation updates and fixes (thanks to IƱaki Baz Castillo)

* Errno::ETIMEDOUT exceptions are now raised without a backtrace

* kgio_trysendfile() now uses pread() instead of mmap() when
  emulating sendfile(), this avoids the possibility of SIGBUS
  if an mmap()-ed file is truncated.

kgio-monkey 0.3.0 - small improvements / 2011-08-25 21:20 UTC

Add external session cache support for:
* tdb - http://bogomips.org/ruby-tdb/
* dalli - http://rubygems.org/gems/dalli
* memcached - http://rubygems.org/gems/memcached

For newer versions of OpenSSL, this adds a
Kgio::SSL::OP_NO_COMPRESSION flag to disable compression support
on a per-context basis.  This is interchangeable with the
OpenSSL::SSL::OP_NO_COMPRESSION flag (to be) introduced in Ruby
1.9.3

kgio-monkey 0.2.0 - minor updates / 2011-08-09 19:49 UTC

There are small Flipper updates and also the ability to
(globally) disable OpenSSL compression with:

  Kgio::SSL.compression = false

Flipper still lacks documentation and tests, but
is reasonably usable.

kgio-monkey 0.1.0 - initial release / 2011-08-04 22:45 UTC

Uh-oh...

kgio-monkey 0.0.0pre0 / 2011-07-07 06:42 UTC

Initial release!