[ 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.94-1.el9

Name perl-Net-SSLeay
Epoch 0
Version 1.94
Release 1.el9
Website/URL https://metacpan.org/release/Net-SSLeay
License Artistic-2.0
Build Time 2024-10-18 22:53:56
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
Packages link
Package Summary SHA-256 checksum
x86_64
perl-Net-SSLeay-1.94-1.el9.x86_64 Perl extension for using OpenSSL 20dd1a01a2c8c089368e70291eba6a4508af734aa3983d699608b7c5b6c916a8 download
aarch64
perl-Net-SSLeay-1.94-1.el9.aarch64 Perl extension for using OpenSSL 58b12fdd996a13ee1457df158cd5b71213fe36226a909e63d1cebfe5b8cc8170 download
src
perl-Net-SSLeay-1.94-1.el9.src Perl extension for using OpenSSL 617a8e7fe2fd156f8db53947ced311253a85bacdc04130f8a62c8159e91e156c download
Changelog link
* Mon Oct 07 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.94-1
- Rebuilt for MSVSphere 9.5 beta

* Mon Jun 17 2024 Jitka Plesnikova <jplesnik@redhat.com> - 1.94-1
- Resolves: RHEL-40758
- Update to 1.94
  - Net::SSLeay now officially supports all stable releases of OpenSSL 3.1 and
    3.2, and LibreSSL 3.5-3.8
  - Many noisy compiler warnings have been silenced - if SSLeay.xs fails to
    compile, it should now be much easier to identify the cause
  - libcrypto's OPENSSL_init_crypto() function and libssl's OPENSSL_init_ssl()
    function are now exposed, enabling fine-grained control over the
    initialisation and configuration of both libraries
  - libssl functions implementing TLS 1.3 PSK authentication are now exposed,
    in particular SSL_CTX_set_psk_find_session_callback() (on the server side)
    and SSL_CTX_set_psk_use_session_callback() (on the client side)
  - libssl functions implementing server-side TLS 1.2 PSK authentication are
    now exposed, in particular SSL_CTX_set_psk_server_callback()
  - libssl's SSL_CTX_set_client_hello_cb() function is now exposed, allowing a
    TLS server to set a callback function that is executed when the server
    processes a ClientHello message
  - Many more libcrypto/libssl constants and functions are now exposed; see the
    release notes for the 1.93 developer releases for a full list
- Package tests