- New upstream release 1.37
- added X509_get_fingerprint
- added support for SSL_CTX_set1_param, SSL_set1_param and selected
X509_VERIFY_PARAM_* OBJ_* functions
- fixed the prototype for randomize()
- fixed an uninitialized value warning in $Net::SSLeay::proxyauth
- allow net-ssleay to compile if SSLV2 is not present
- fixed a problem where sslcat (and possibly other functions) expect RSA
keys and will not load DSA keys for client certificates
- removed SSL_CTX_v2_new and SSLv2_method() for OpenSSL 1.0 and later
- added CTX_use_PKCS12_file
- This release by MIKEM => update source URL
27 lines
1004 B
Diff
27 lines
1004 B
Diff
--- Net-SSLeay-1.36/Credits
|
|
+++ Net-SSLeay-1.36/Credits
|
|
@@ -3,6 +3,6 @@ Clinton Wong <clintdw@netcom.com>
|
|
Jim Bowlin <jbowlin@linklint.org> for contributing Net::SSLeay::Handle
|
|
Eric A Selber <eselber@briefcase.com> for Windows fixes and testing
|
|
Marko Asplund <aspa@kronodoc.fi> for many suggestions and fixes
|
|
-Sébastien Aperghis-Tramoni <saper@cpan.org> for many fixes and cleanups
|
|
+Sébastien Aperghis-Tramoni <saper@cpan.org> for many fixes and cleanups
|
|
|
|
See Changes file for other contributions.
|
|
--- Net-SSLeay-1.37/lib/Net/SSLeay.pm
|
|
+++ Net-SSLeay-1.37/lib/Net/SSLeay.pm
|
|
@@ -1715,11 +1715,11 @@
|
|
|
|
Maintained by Mike McCauley and Florian Ragwitz since November 2005
|
|
|
|
-Originally written by Sampo Kellomäki <sampo@symlabs.com>
|
|
+Originally written by Sampo Kellomäki <sampo@symlabs.com>
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
-Copyright (c) 1996-2003 Sampo Kellomäki <sampo@symlabs.com>
|
|
+Copyright (c) 1996-2003 Sampo Kellomäki <sampo@symlabs.com>
|
|
|
|
Copyright (C) 2005-2006 Florian Ragwitz <rafl@debian.org>
|
|
|