[ 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 ]
×

Project perl-Net-SSLeay-1.88-2.module+el8.9.0+220+9e5d66e8

Name perl-Net-SSLeay
Epoch 0
Version 1.88
Release 2.module+el8.9.0+220+9e5d66e8
Website/URL https://metacpan.org/release/Net-SSLeay
License Artistic 2.0
Build Time 2024-05-17 02:16:55
Build Host builder-x86-03.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
× Full screenshot
Found 3 old versions
Packages link
Package Summary SHA-256 checksum
x86_64
perl-Net-SSLeay-1.88-2.module+el8.9.0+220+9e5d66e8.x86_64 Perl extension for using OpenSSL a9df2e2470fdfe039597c1ad4e141b3bb3a66f923809bc50b935d00966977ad4 download
src
perl-Net-SSLeay-1.88-2.module+el8.9.0+220+9e5d66e8.src Perl extension for using OpenSSL 929bb4c47ae23c03d4316d79d2bebd499343b23ba3a06af00aab04f2c7c3bd48 download
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