[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package perl-Net-SSLeay-1.88-2.module+el8.9.0+218+e8e8d723.x86_64 download

Name perl-Net-SSLeay
Epoch 0
Version 1.88
Release 2.module+el8.9.0+218+e8e8d723
Architecture x86_64
Website/URL https://metacpan.org/release/Net-SSLeay
License Artistic 2.0
Build Time 2024-05-17 00:15:00
Build Host builder-x86-06.inferitos.ru
Summary Perl extension for using OpenSSL
Repositories AppStream
Description This module offers some high level convenience functions for accessing web pages on SSL servers (for symmetry, same API is offered for accessing http servers, too), a sslcat() function for writing your own clients, and finally access to the SSL API of SSLeay/OpenSSL package so you can write servers or clients for more complicated applications.
Errata
Size 379 KiB
Source Project perl-Net-SSLeay-1.88-2.module+el8.9.0+218+e8e8d723
SHA-256 checksum 169bd3d96adbd594921b7a140c9a59f1dc956d7311f96c4fbd40bac099e0cd7a
× Full screenshot
Changelog link
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.88-2
- Rebuilt for MSVSphere 8.8

* Mon Nov 22 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.88-2
- BR: perl(FindBin) for test suite

* Thu Jun 13 2019 Petr Pisar <ppisar@redhat.com>- 1.88-1
- Update to 1.88 (bug #1632597, bug #1633630)

* Sat Sep 29 2018 Paul Howarth <paul@city-fan.org> - 1.85-6
- OpenSSL 1.1.1 in Fedora disables SSL3 API, so stop trying to test it
  (bug #1610376)

* Wed Aug 15 2018 Petr Pisar <ppisar@redhat.com> - 1.85-5
- Revert retry in Net::SSLeay::{read,write}() (bug #1610376)
- Revert retry in Net::SSLeay::write_partial() (bug #1610376)

* Tue Aug 14 2018 Petr Pisar <ppisar@redhat.com> - 1.85-4
- Avoid SIGPIPE in t/local/36_verify.t (bug #1610376)

* Mon Aug 13 2018 Petr Pisar <ppisar@redhat.com> - 1.85-3
- Adapt to OpenSSL 1.1.1 (bug #1610376)
- Adapt tests to system-wide crypto policy (bug #1610376)
- Adapt tests to security level 2 system-wide crypt policy (bug #1610376)

* Mon Aug 13 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.85-2
- Add missing call to va_end() in TRACE() (bug #1607018)

* Sat Aug 11 2018 Troy Dawson <tdawson@redhat.com>
- Disable %check so package will build for Mass Rebuild
- Related: bug#1614611

* Wed Mar 14 2018 Paul Howarth <paul@city-fan.org> - 1.85-1
- Update to 1.85
  - Preparations for transferring maintenace to a new maintainer
  - Fixed test failure in t/local/33_x509_create_cert.t for some versions of
    OpenSSL
  - Fixed free() error that causes "Free to wrong pool ..." message on Windows