Changes for version 1.95_01 - 2026-02-05
- Skip NPN tests when NPN is disabled in OpenSSL instead o assuming NPN is always enabled. Reported by GitHub user dilyanpalauzov Дилян Палаузов.
- Update GitHub Actions CI workflow. A number of test jobs were broken because some GitHub runners were discontinued, changes in QEMU setup, changes in Cygwin, etc.
- Adjust test 32_x509_get_cert_info.t to match formatting changes in OpenSSL 3.4.0 and 3.4.1. Thanks to Sebastian Andrzej Siewior for the patches.
- OpenSSL 3.9.0 and later remove EVP_add_digest(). Thanks to Derrik Pates for the report and patch.
- Increase timeout in 62_threads-ctx_new-deadlock.t to allow the test to pass on very slow platforms.
- Add missing documentation for STACK_OF() free functions sk_X509_free and sk_X509_INFO_free. Contributed by Marc Reisner
- Add $prefx/lib/64 to lib paths in Makefile.PL for Illumos. Contributed by Marcel Telka.
- Support vendor-supplied OpenSSL 3.x on VMS and update %ENV modification in test 10_rand.t to work on VMS. Contributed by Craig Barry.
- Compiler -D switches Makefile.PL sets are no longer added to the MakeMaker CCFLAG attribute because of portability reasons. The switches are now passed either via WriteMakefile() or appending them to 'perl Makefile.PL ...' DEFINE argument. CCFLAG problem diagnosed by Craig Barry. Fixes by Craig Barry and Heikki Vatiainen.
- Update GitHub Actions CI testing:
- Perl on Ubuntu 24.04: Add Perl 5.38, 5.40 and 5.42, add OpenSSL 3.3, 3.4 and 3.5 minor releases, add LibreSSL 3.9, 4.0 and 4.1 release branches.
- Alpine Linux: Remove 3.15, 3.16 and 3.17. Add 3.19, 3.20, 3.21 and 3.22.
- Freebsd: Add 14.3 and replace 13.2 with 13.5.
- OpenBSD: Add 7.6 and 7.7. Remove 7.2 and 7.3.
- NetBSD: Add 10.1 and replace 9.3 with 9.4.
- Update test 62_threads-ctx_new-deadlock.t to work with LibreSSL 4.1.0.
Modules
Perl bindings for OpenSSL and LibreSSL
Perl module that lets SSL (HTTPS) sockets be handled as standard file handles.
Examples
- examples/bio.pl
- examples/bulk.pl
- examples/callback.pl
- examples/cb-testi.pl
- examples/cli-cert.pl
- examples/ephemeral.pl
- examples/get_authenticated_page.pl
- examples/get_page.pl
- examples/get_page_cert.pl
- examples/https-proxy-snif.pl
- examples/makecert.pl
- examples/minicli.pl
- examples/passwd-cb.pl
- examples/req.conf
- examples/server_key.pem
- examples/ssl-inetd-serv.pl
- examples/ssl_diff.pl
- examples/sslcat.pl
- examples/sslecho.pl
- examples/stdio_bulk.pl
- examples/tcpcat.pl
- examples/tcpecho.pl
- examples/x509_cert_details.pl