Package perl-IO-Socket-SSL-2.085-3.el10.src
Name | perl-IO-Socket-SSL |
---|---|
Epoch | 0 |
Version | 2.085 |
Release | 3.el10 |
Architecture | src |
Website/URL | https://metacpan.org/release/IO-Socket-SSL |
License | (GPL-1.0-or-later OR Artistic-1.0-Perl) AND MPL-2.0 |
Build Time | 2025-04-03 07:47:09 |
Build Host | builder-iso-x86-01.inferitos.ru |
Summary | Perl library for transparent SSL |
Repositories | AppStream |
Description | 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. |
Errata | — |
Size | 376 KiB |
Source Project | perl-IO-Socket-SSL-2.085-3.el10 |
SHA-256 checksum | 4f714fa43c9051f109068032fb83f99951484f77c635d6abaaf22c65b527430f |
×
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.085-3 - Rebuilt for MSVSphere 10 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.085-3 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 * 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