Revision history for POE-Filter-SSL
0.01 19.06.2010
First version, released on an unsuspecting world.
0.02 19.06.2010
Fixed the incomplete package
Fixed the documentation
0.03 20.06.2010
Fixed the documentation
Improved the handling in server mode
Client mode now included
0.04 20.06.2010
Improved the documentation
Parameters now without reference
0.05 20.06.2010
Fixed the documentation
Renamed clientcertrequest to clientcert
0.06 20.06.2010
Fixed the documentation
0.07 20.06.2010
Fixed the documentation
0.08 20.06.2010
Fixed the documentation
0.09 20.06.2010
Fixed the support of write bigger than 32KBytes to 65Kbytes
0.10 20.06.2010
Fixed the support of write bigger than 65535 bytes to 65536 bytes
0.11 21.06.2010
Fixed the support of write bigger than 65535 bytes by a new buffer
with a static BIO OpenSLL buffer of 16 Kbyte per connection
0.12 03.07.2010
Fixed the documentation
Removed the own BIO implementation and using now BIO_s_mem of OpenSSL
0.13 06.07.2010
Fixed the documentation
Allowing to use POE::Component::Server::TCP and
POE::Component::Client::TCP the Filter::SSL together with
Filter::HTTPD.
0.14 06.07.2010
Improved the change of filters vi doHandshake().
0.15 06.07.2010
Fixed bug in doHandshake().
0.16 06.07.2010
Fixed the ADVANCED EXAMPLE
0.17 06.07.2010
Removed die()s
0.18 08.07.2010
Fixed the handling of big packets
Fixed and improved the documentation
0.19 16.08.2010
Fixed typo in loading of certification files in server mode
Fixed endless loop if unexptected error came from OpenSSL
Fixed https client example