From: | dam [...] cpan.org |
Subject: | [PATCH] set security level to 1 in tests working with keys less than 2048 bits long |
In Debian we are currently applying the following patch to
Net-SSLeay.
We thought you might be interested in it too.
Description: set security level to 1 in tests working with keys less than 2048 bits long
When openssl is built with default security level of 2 and above, all
operations with RSA keys under 2048 bits are rejected. Setting the security
level to 1 makes the test pass with the smaller keys.
.
Requires the patch adding security_level() routines.
Author: Damyan Ivanov <dmn@debian.org>
The patch is tracked in our Git repository at
https://salsa.debian.org/perl-team/modules/packages/libnet-ssleay-perl/raw/master/debian/patches/test-with-security-level-1.patch
Thanks for considering,
Damyan Ivanov,
Debian Perl Group