Changeset 67422470 for general


Ignore:
Timestamp:
04/02/2024 06:18:54 PM (4 weeks ago)
Author:
Ken Moffat <zarniwhoop@…>
Branches:
trunk
Children:
82a2cbb7
Parents:
9b8e679
git-author:
Ken Moffat <zarniwhoop@…> (04/02/2024 02:24:11 PM)
git-committer:
Ken Moffat <zarniwhoop@…> (04/02/2024 06:18:54 PM)
Message:

Update to Net-SSLeay-1.94 (perl dep).

Reported by Stephen Berman, diagnosed by Bruce. Thanks!

1.94 2024-01-08

  • New stable release incorporating all changes from developer releases 1.93_01 to 1.93_05.
  • Summary of major changes since version 1.92:
    • 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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-deps/perl-net-ssleay.xml

    r9b8e679 r67422470  
    66
    77  <!ENTITY my-download-http "&metacpan_authors;/C/CH/CHRISN/Net-SSLeay-&Net-SSLeay-version;.tar.gz">
    8   <!ENTITY my-md5sum "9e928bc6f430a874a1a2185f84a0ae88">
     8  <!ENTITY my-md5sum "1b22c764e5a094c6261e37a4b1f148ce">
    99
    1010]>
Note: See TracChangeset for help on using the changeset viewer.