The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

v0.80	20010819
	- fixed startTLS support (socketToSSL) (Graham Barr <gbarr@pobox.com>)
	- make accept() set fileno attribute on newly created IO::Socket::SSL
	  object (Martin Oldfield <m@mail.tc>).
	- certificate updates.
	- use SSL_CTX_use_PrivateKey_file in SSL_Context::new.

v0.79	20010604
	- angle bracket readline operator support
	  (David Darville <david@dark.x.dtu.dk>).
	- eliminate warnings in choosing SSL protocol version.
	- implement our own opened method and make length parameter optional
	  in syswrite (Robert Bihlmeyer <robbe@orcus.priv.at>).

v0.78	20010424
	- test script targets changed, certificate setup fixed
	- support for TLS in SSL_version. SSL_version parameter values
	  changed from integer to string. NB: this is an incompatible change.
	  all SSL_version parameter values have to be changed. valid values
	  include: 'sslv2', 'sslv3', 'sslv23'. Stephen C. Koehler
	  <koehler@securecomputing.com>.
	- enable selecting SSL version for connections. patch from
	  Takanori Ugai <ugai@jp.fujitsu.com>.
	- allow setting SSL_ca_file to ''. this is needed for being
	  able to use SSL_ca_path (Robert Bihlmeyer <robbe@orcus.priv.at>).
	- include the Apache CA bundle file in the distribution (my-ca.pem).
	- BUGS file added.

v0.77	20010115
	- don't setup SSL CA verification unless cert verification is
	  actually used for the connections.
	- default SSL protocol version selection in SSL.pm.

v0.76	20001117
	- patch from Kwok Chern Yue <chernyue@post1.com> for
	  making IO::Socket::SSL work with HTTP::Daemon.

v0.75	20000726
	- IO::Socket::SSL should now work with perl v5.6.0
	- demo/*.pl and t/*.t now turn module debugging on if
	  DEBUG command line argument is given
	- default certificates changed

v0.74	20000705
	- Changes file added
	- bugfix in IO::Socket::SSL::sysread() (zliu2@acsu.buffalo.edu)
	- libwww-perl and IO::Socket::SSL UML models added in docs
	- URL changes in test scripts
	- preliminary support for startTLS in IO::Socket::SSL::socketToSSL()
	- miscellanous patches for Net::SSLeay added in diffs