↵ Return to the main page of perl-Net-SSLeay
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2024-07-23 | Paul Howarth <paul at city dash fan dot org> - 1.94-7 | - Build without OpenSSL ENGINE support on Fedora 41 onwards |
2024-07-19 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.94-6 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild |
2024-07-09 | Paul Howarth <paul at city dash fan dot org> - 1.94-5 | - BR: openssl-devel-engine on Fedora 41 onwards, at least for now, as the build fails in the absence of <openssl/engine.h> (rhbz#2295331) (https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine) |
2024-06-10 | Jitka Plesnikova <jplesnik at redhat dot com> - 1.94-4 | - Perl 5.40 rebuild |
2024-01-25 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.94-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
2024-01-21 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.94-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
2024-01-08 | Paul Howarth <paul at city dash fan dot org> - 1.94-1 | - 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 |
2023-08-03 | Paul Howarth <paul at city dash fan dot org> - 1.92-10 | - Rebuild for OpenSSL 3.1.1 in Rawhide |
2023-07-21 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.92-9 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild |
2023-07-11 | Jitka Plesnikova <jplesnik at redhat dot com> - 1.92-8 | - Perl 5.38 rebuild |