Name: | rh-perl530-perl-IO-Socket-SSL |
---|---|
Version: | 2.066 |
Release: | 10.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 583990 |
License: | (GPL+ or Artistic) and MPLv2.0 |
RPM: | rh-perl530-perl-IO-Socket-SSL-2.066-10.el7.noarch.rpm |
Source RPM: | rh-perl530-perl-IO-Socket-SSL-2.066-10.el7.src.rpm |
Build Date: | Mon Dec 14 2020 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/IO-Socket-SSL |
Summary: | Perl library for transparent SSL |
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. |
- Normalize a shebang (bug #1817383)
- Import to SCL
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Default to PROFILE=SYSTEM cipher list (bug #1775167)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Runtime openssl dependency should be on openssl-libs - Always require preferred IPv6 back-end: IO::Socket::IP ≥ 0.31 - Always require preferred IDN back-end: URI::_idna - Modernize spec using %{make_build} and %{make_install}
- PublicSuffix.pm is licensed MPLv2.0 (#1724169)
- Skip a PHA test if Net::SSLeay does not expose the PHA (bug #1632660)
- Perl 5.30 rebuild
- Update to 2.066 - Make sure that Net::SSLeay::CTX_get0_param is defined before using X509_V_FLAG_PARTIAL_CHAIN; Net::SSLeay 1.85 defined only the second with LibreSSL 2.7.4 but not the first (CPAN RT#128716) - Prefer AES for server side cipher default since it is usually hardware-accelerated - Fix test t/verify_partial_chain.t by using the newly exposed function can_partial_chain instead of guessing (wrongly) if the functionality is available