| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: perl-IO-Socket-SSL | Distribution: AlmaLinux | 
| Version: 2.085 | Vendor: AlmaLinux | 
| Release: 2.el10 | Build date: Sat Aug 3 18:07:22 2024 | 
| Group: Unspecified | Build host: s390x-builder02.almalinux.org | 
| Size: 701396 | Source RPM: perl-IO-Socket-SSL-2.085-2.el10.src.rpm | 
| Packager: AlmaLinux Packaging Team <packager@almalinux.org> | |
| Url: https://metacpan.org/release/IO-Socket-SSL | |
| Summary: Perl library for transparent SSL | |
This module is a true drop-in replacement for IO::Socket::INET that uses SSL to encrypt data before it is transferred to a remote server or client. IO::Socket::SSL supports all the extra features that one needs to write a full-featured SSL client or server application: multiple SSL contexts, cipher selection, certificate verification, and SSL version selection. As an extra bonus, it works perfectly with mod_perl.
(GPL-1.0-or-later OR Artistic-1.0-Perl) AND MPL-2.0
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.085-2
  - Bump release for June 2024 mass rebuild
* Tue Jan 23 2024 Paul Howarth <paul@city-fan.org> - 2.085-1
  - Update to 2.085
    - Fix test that failed due to behavior changes in OpenSSL 3.2 (GH#147)
    - Update PublicSuffix
    - Add examples for TLS JA3/JA4 fingerprinting to tls_fingerprint/
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.084-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Nov 07 2023 Paul Howarth <paul@city-fan.org> - 2.084-1
  - Update to 2.084
    - Various fixes for edge cases and build: GH#136, GH#141, GH#142, GH#143,
      GH#145
    - Update documentation to reflect default SSL_version
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.083-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 27 2023 Jitka Plesnikova <jplesnik@redhat.com> - 2.083-2
  - Disable optional IO::Socket::INET6 tests on ELN
* Thu May 18 2023 Paul Howarth <paul@city-fan.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)
* Thu May 18 2023 Paul Howarth <paul@city-fan.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
* Wed Jan 25 2023 Paul Howarth <paul@city-fan.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)
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.080-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Jan 18 2023 Paul Howarth <paul@city-fan.org> - 2.080-1
  - Update to 2.080
    - Move test certificates into t/ directory where they belong
* Mon Jan 16 2023 Paul Howarth <paul@city-fan.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)
* Mon Dec 12 2022 Paul Howarth <paul@city-fan.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)
* Mon Nov 21 2022 Paul Howarth <paul@city-fan.org> - 2.077-1
  - Update to 2.077
    - Fix memory leak in session cache (GH#118)
    - More race conditions in tests fixed (GH#97)
* Mon Nov 14 2022 Paul Howarth <paul@city-fan.org> - 2.076-1
  - Update to 2.076
   - Added curl like tracing (based on GH#117)
   - Fixed race condition in t/sni_verify.t (GH#97)
* Sat Sep 03 2022 Paul Howarth <paul@city-fan.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
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/usr/share/doc/perl-IO-Socket-SSL /usr/share/doc/perl-IO-Socket-SSL/BUGS /usr/share/doc/perl-IO-Socket-SSL/Changes /usr/share/doc/perl-IO-Socket-SSL/README /usr/share/doc/perl-IO-Socket-SSL/docs /usr/share/doc/perl-IO-Socket-SSL/docs/debugging.txt /usr/share/doc/perl-IO-Socket-SSL/example /usr/share/doc/perl-IO-Socket-SSL/example/async_https_server.pl /usr/share/doc/perl-IO-Socket-SSL/example/lwp-with-verifycn.pl /usr/share/doc/perl-IO-Socket-SSL/example/simulate_proxy.pl /usr/share/doc/perl-IO-Socket-SSL/example/ssl_client.pl /usr/share/doc/perl-IO-Socket-SSL/example/ssl_mitm.pl /usr/share/doc/perl-IO-Socket-SSL/example/ssl_server.pl /usr/share/man/man3/IO::Socket::SSL.3pm.gz /usr/share/man/man3/IO::Socket::SSL::Intercept.3pm.gz /usr/share/man/man3/IO::Socket::SSL::PublicSuffix.3pm.gz /usr/share/man/man3/IO::Socket::SSL::Utils.3pm.gz /usr/share/perl5/vendor_perl/IO /usr/share/perl5/vendor_perl/IO/Socket /usr/share/perl5/vendor_perl/IO/Socket/SSL /usr/share/perl5/vendor_perl/IO/Socket/SSL.pm /usr/share/perl5/vendor_perl/IO/Socket/SSL.pod /usr/share/perl5/vendor_perl/IO/Socket/SSL/Intercept.pm /usr/share/perl5/vendor_perl/IO/Socket/SSL/PublicSuffix.pm /usr/share/perl5/vendor_perl/IO/Socket/SSL/Utils.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 24 06:24:54 2025