↵ Return to the main page of perl-IO-Socket-SSL
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2023-07-20 | Fedora Release Engineering <releng at fedoraproject dot org> - 2.083-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild |
2023-06-27 | Jitka Plesnikova <jplesnik at redhat dot com> - 2.083-2 | - Disable optional IO::Socket::INET6 tests on ELN |
2023-05-18 | Paul Howarth <paul at city dash fan dot org> - 2.083-1 | - Update to 2.083 - Fix t/protocol_version.t for OpenSSL versions that don't support SECLEVEL (regression from GH#122) |
2023-05-18 | Paul Howarth <paul at city dash fan dot org> - 2.082-1 | - Update to 2.082 - SSL_version default now TLS 1.2+ since TLS 1.1 and lower are deprecated (GH#122) - Fix output of alert string when debugging (GH#132) - Improve regex for hostname validation (GH#130, (GH#126) - Add can_ciphersuites subroutine for feature checking (GH#127) - Utils::CERT_create - die if unexpected arguments are given instead of ignoring these - Avoid use of deprecated patch syntax |
2023-01-25 | Paul Howarth <paul at city dash fan dot org> - 2.081-1 | - Update to 2.081 - New function set_msg_callback for user defined callback on each SSL message - Showcase function in example/ssl_client.pl and example/ssl_server.pl for computing JA3S/JA3 fingerprints - Fix tracing added in 2.076 to no longer include SSL3_RT_HEADER (noise) |
2023-01-20 | Fedora Release Engineering <releng at fedoraproject dot org> - 2.080-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild |
2023-01-18 | Paul Howarth <paul at city dash fan dot org> - 2.080-1 | - Update to 2.080 - Move test certificates into t/ directory where they belong |
2023-01-16 | Paul Howarth <paul at city dash fan dot org> - 2.079-1 | - Update to 2.079 - Properly extract IPv6 address for verification from PeerAddr if not explicitly given as SSL_verifycn_name (GH#123) |
2022-12-12 | Paul Howarth <paul at city dash fan dot org> - 2.078-1 | - Update to 2.078 - Revert decision from 2014 to not verify hostname by default if hostname is IP address but no explicit verification scheme given (GH#121) |
2022-11-21 | Paul Howarth <paul at city dash fan dot org> - 2.077-1 | - Update to 2.077 - Fix memory leak in session cache (GH#118) - More race conditions in tests fixed (GH#97) |