p5-net-ssleay
p5-net-ssleay copied to clipboard
Net-SSLeay: Perl bindings for OpenSSL and LibreSSL
Hi there, I am having issues install Net::SSLeay module on windows. I am using Activestate perl 5.28 and openssl version 3.3.0. I have attached the log files. [net-ssleay-build-logs.txt](https://github.com/radiator-software/p5-net-ssleay/files/15080839/net-ssleay-build-logs.txt) Is there...
We did a lot of work a few years ago to make the test suite PKI reproducible (see #212). The only remaining binary blob with no clear provenance is `t/data/binary-test.file`....
`t/data/binary-test.file` is a binary blob of unknown provenance. To provide more reassurance that nothing malicious is hidden in binary blobs in the test suite, replace this file with the ASCII...
Hi! I decided to test perl modules built with AddressSanitizer. I did not go very far, as I found out that `Net::SSLeay` fail tests when build with ASan. And it...
Fix memory leak described in #469. If this patch is applied, this module build with ASan enabled no longer fails on following sample: ``` use strict; use Symbol qw(gensym); use...
Hi Team, Facing the below build issue because of openssl-3.0.8. I am using gcc-6.5.0 and linux platform. Error log: ``` SSLeay.c: In function 'XS_Net__SSLeay_DH_free': SSLeay.c:15394:2: warning: 'DH_free' is deprecated: Since...
Using get_https() to fetch a page from common sites can fail with an `error:0A000126:SSL routines::unexpected eof while reading` error. Here is a small test program that exemplifies the error: ```...
Can you please update `Makefile.PL` to be able to install your module on Termux. It would simply require updating `sub find_openssl_prefix` to include: ``` "/data/data/com.termux/files/usr/bin/openssl" => "/data/data/com.termux/files/usr", ``` (Currently I...
The following author-only tests are run as part of the standard test suite: * `t/local/01_pod.t` * `t/local/02_pod_coverage.t` * `t/local/kwalitee.t` These only need to be run as part of CI jobs...