Changelog for
tls-1.7.22-lp156.127.1.x86_64.rpm :
* Tue Sep 24 2024 Reinhard Max
- Fix build with tcl 8.6.15 by working around the change of TCL_PACKAGE_PATH from a Tcl list to a colon-separated Unix path.
* Sun Mar 27 2022 munix9AATTgooglemail.com- Add certs-tests.patch, cipher-tests.patch, fall-through.patch, hostname-tests.patch, openssl3.patch (according to see https://src.fedoraproject.org/rpms/tcltls and https://salsa.debian.org/tcltk-team/tcltls)- Remove tls-test-certs.tar.gz (replaced by certs-tests.patch)- Clean up spec file
* Tue Apr 20 2021 Reinhard Max - Update to version 1.7.22
* Allow loading certificates and keys as values instead of files.
* add \"version\" element with SSL/TLS protocol version to tls::status
* Obsoletes tls-fix-channel-state.patch- Add 2048 bit keys for testing, because recent openssl versions don\'t accept 1024 bits anymore (tls-test-certs.tar.gz).- Update upstream URLs.
* Thu Feb 01 2018 maxAATTsuse.com- Fix the logic to fail on unexpected testsuite failures.
* Fri Dec 29 2017 maxAATTsuse.com- Update to version 1.7.14 for compatibility with OpenSSL 1.1.- Add tls-fix-channel-state.patch to prevent implicit changes of encoding, translation and blocking mode when importing a socket. https://core.tcl.tk/tcltls/info/f798e2ea12
* Thu Oct 08 2015 maxAATTsuse.com- Update to version 1.6.7 to incorporate the latest upstream fixes. This obsoletes tls-ciphers.patch and tls-enable-tls1.patch.
* Wed Nov 26 2014 gberAATTopensuse.org- update to version 1.6.3 (from CVS):
* tls.c (MiscObjCmd): Fixed non-static string array used in call of Tcl_GetIndexFromObj(). Memory smash waiting to happen. Thanks to Brian Griffin for alerting us all to the problem.
* tls.c: Applied Jeff\'s patch from http://www.mail-archive.com/aolserverAATTlistserv.aol.com/msg12356.html
* tls.c (StatusObjCmd): memleak: free peer if loaded. [Bug 3041925]
* tls.tcl (tls::socket): some socket implementations have a -type support (e.g. for inet6).- rebased tls-fix-ciphers.patch- modified tls-enable-tls1.patch to only enable tls1 by default and to update the documentation
* Wed Nov 19 2014 gberAATTopensuse.org- disable test tlsIO-2.10, reading from a closed socket raises an exception with tcl >= 8.6.2 resulting in a timeout and failed test
* Wed Jun 25 2014 maxAATTsuse.com- Enable TLS1 by default to avoid problems with servers that reject anything else (tls-enable-tls1.patch).
* Tue Aug 04 2009 maxAATTsuse.de- Query openssl for the ciphers it supports instead of comparing against a hardcoded list to make the test independent of the openssl version.- Remove tls.h from the package.