p5-net-ssleay icon indicating copy to clipboard operation
p5-net-ssleay copied to clipboard

Net-SSLeay: Perl bindings for OpenSSL and LibreSSL

Results 42 p5-net-ssleay issues
Sort by recently updated
recently updated
newest added

I use Net::SSLeay on Fedora 34, and it seems that it cannot generate ED25519 keys, even though the `openssl genpkey` command can: ``` $ openssl genpkey -out test.key --algorithm ED25519...

Changes in #288 described in #287 added calls to two test files to set security level to 0 with OpenSSL 3.0.0 and later. The affected tests require using TLSv1 and...

Hello! Would it be possible to add support for SRP client functionality? Thanks!

Perl v5.32.0 perl-Net-SSLeay-1.90-1.1.x86_64, OpenSUSE Tumbleweed segfault.pl: ``` #!/usr/bin/env perl use strict; use warnings; use Net::SSLeay; my $cert = "-"; my $time = Net::SSLeay::X509_get_notAfter($cert); ``` ``` > ./segfault.pl Argument "-" isn't...

The following tests in the test suite are specific to TLS 1.2 and below due to [changes to the session protocol](https://wiki.openssl.org/index.php/TLS1.3#Sessions) in TLS 1.3: * `t/local/64_ticket_sharing.t` * `t/local/65_ticket_sharing_2.t` For completeness,...

enhancement

For more information, see https://www.openssl.org/docs/manmaster/man3/SSL_SESSION_get0_cipher.html * SSL_SESSION_get0_cipher() was first added to OpenSSL 1.1.0 * SSL_SESSION_set_cipher() first added to OpenSSL 1.1.1

enhancement

We currently check the Kwalitee metrics in [Test::Kwalitee](https://metacpan.org/pod/Test::Kwalitee) as part of `t/local/kwalitee.t`, but it'd also be good to check the extra metrics in [Test::Kwalitee::Extra](https://metacpan.org/pod/Test::Kwalitee::Extra). There are also some [Kwalitee failures...

bug
enhancement

GH-86 tracked a patch for set_cert_and_key() to correctly use library's error stack. The rest of SSLeay.pm needs to be checked if there are functions that would benefit from similar changes.

bug
good first issue

Pull requests #68 and #81 added a number of post handshake auth functions that are new with OpenSSL 1.1.1. However, there are not tests yet in Net::SSLeay for these.

enhancement

X509_STORE_CTX_get_num_untrusted() was added to OpenSSL 1.1.0. For more information, see: * https://www.openssl.org/docs/manmaster/man3/X509_STORE_CTX_get_num_untrusted.html * https://github.com/openssl/openssl/commit/7f3f41d816bb80e362a5978420f59030b3132c81

enhancement