Revision history for IO-Async-SSL
0.07 CHANGES:
* Updated for IO::Async 0.54 - use Futures instead of IaMergePoint
* Attempt to use Mozilla::CA to set SSL_verify_mode and SSL_ca_file
0.06 BUGFIXES:
* Make sure to pass 'socktype' hint to ->connect or ->listen during
testing
0.05 BUGFIXES:
* Ensure clean shutdown on SSL upgrade failure
* Explicitly set family => "inet" in tests against socat
0.04 CHANGES:
* New SSL_upgrade method on Loop and Protocol::Stream
* Support on_stream continuation for SSL_connect and SSL_listen
0.03 BUGFIXES:
* Don't is() test directly on socket addresses; unpack them and use
is_deeply()
* Supply a hostname to $loop->listen()
0.02 CHANGES:
* Added Test::Pod testing
* Make sure tests don't fail on machines without socat or openssl
0.01 First version, released on an unsuspecting world.