$MODULE=Crypt::SSLeay; $VERSION = .14; $DATE="1999-10-03"; + = improvement; - = bug fix + added support for RSAref tweaked OpenSSL $MODULE=Crypt::SSLeay; $VERSION = .12; $DATE="1999-09-13"; + Converted // style comments to /* */ for build support of Sun's native cc $MODULE=Crypt::SSLeay; $VERSION = .11; $DATE="1999-08-16"; + New connection strategy suggested by OpenSSL list, first try connecting with SSLv23. This negotiates the more secure SSL3 first, and then downgrades to SSLv2 if first unsuccessful. For buggy servers that can't handle the SSLv23 negotiation, Net::SSL then tries a raw SSLv2 connection. This method works for all servers tested, and has the advantage of tranmitting data via the most secure SSL3 method if available. + Connects to buggy SSLv2 sites as well as SSLv3 sites & normal SSLv2 sites. Buggy SSLv2: https://banking.wellsfargo.com SSLv3: https://www.accountonline.com/CB/MainMenu.idcl SSLv2: https://www.nodeworks.com $MODULE=Crypt::SSLeay; $VERSION = .11; $DATE="1999-08-10"; + Worked through __umoddi3 undef symbol error for building on Solaris x86. See README build notes. + I try to provide backwards compatible building with SSLeay (< v.0.9.2) + Will pick up ssl distributions installed at /usr/local/openssl, and /usr/local/ssl ... openssl headers should be at $SSL_DIR/include/openssl for compilation to work, see README for installation hints. - Added SSL 3.0 support with SSLv3_client_method() This method will autonegotiate SSL2 or SSL3, and works for web sites that require SSL3 + Added build support in Makefile.PL for WinNT, MS Visual C++ + Added support for OpenSSL v.0.9.4 1998-10-13 Gisle Aas Release 0.07 Applied patch from Andreas Gustafsson which make this module compile on WinNT with ActivePerl and MS Visual C++. For others that try to build on this platform, Andreas also said: "In addition to making these source changes, I also had to resort to editing the MakeMaker-generated makefile by hand to fix various library paths. Unfortunately, I am not familiar enough with either MakeMaker or NT to provide a clean fix for this problem." 1998-01-13 Gisle Aas Release 0.06 and 0.05 Fixed test script t/ssl_context.t SSL->connect can return 0. Fixed bug in Net::SSL 1998-01-12 Gisle Aas Release 0.04 Mention depreciation in the README. Eric's version of the SSLeay glue will replace this module (as well as Sampo Kellomaki's Net::SSLeay). 1998-01-11 Gisle Aas Release 0.03 Fixed this file 1998-01-11 Gisle Aas Release 0.02 More text in the README Renamed Crypt::SSLeay::Context to Crypt::SSLeay::MainContext 1998-01-10 Gisle Aas Release 0.01 Initial release.