↵ Return to the main page of perl-IO-Socket-SSL
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2022-09-03 | Paul Howarth <paul at city dash fan dot org> - 2.075-1 | - Update to 2.075 - Treat SSL_write returning 0 same as previously -1, as suggested by both OpenSSL and LibreSSL documentation - Propagate error from SSL_shutdown, unless the shutdown is caused by an outer SSL error, in which case keep the original error - Small test fixes - Use SPDX-format license tag |
2022-07-22 | Fedora Release Engineering <releng at fedoraproject dot org> - 2.074-4 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild |
2022-06-01 | Jitka Plesnikova <jplesnik at redhat dot com> - 2.074-3 | - Perl 5.36 rebuild |
2022-01-21 | Fedora Release Engineering <releng at fedoraproject dot org> - 2.074-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild |
2022-01-08 | Paul Howarth <paul at city dash fan dot org> - 2.074-1 | - Update to 2.074 - Add SSL_ciphersuites option for TLS 1.3 ciphers - No longer use own default for ciphers: instead, use system default but disable some weak ciphers that might still be enabled on older systems |
2021-12-23 | Paul Howarth <paul at city dash fan dot org> - 2.073-1 | - Update to 2.073 - Fix behavior and tests for OpenSSL 3.0.1 - Fix GH#110 - prevent internal error warning in some cases |
2021-09-14 | Sahana Prasad <sahana at redhat dot com> - 2.072-2 | - Rebuilt with OpenSSL 3.0.0 |
2021-08-17 | Paul Howarth <paul at city dash fan dot org> - 2.072-1 | - Update to 2.072 - Add PEM_certs2file and PEM_file2certs in IO::Socket::SSL::Utils based on idea in GH#101 - certs/*.p12 used for testing should now work with OpenSSL 3.0 too (GH#108) - Update public suffix database - Drop patch for building with OpenSSL 1.1.1e |
2021-07-22 | Fedora Release Engineering <releng at fedoraproject dot org> - 2.071-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild |
2021-05-25 | Paul Howarth <paul at city dash fan dot org> - 2.071-1 | - Update to 2.071 - Fix t/nonblock.t race on some systems (fixes GH#102, maybe GH#98 too) |