[Bug 1058728] FTBFS: perl-HTTP-Daemon-SSL-1.04-13.fc21: tests fail

bugzilla at redhat.com bugzilla at redhat.com
Wed May 14 07:15:02 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1058728

Petr Pisar <ppisar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|steve.traylen at cern.ch       |ppisar at redhat.com



--- Comment #1 from Petr Pisar <ppisar at redhat.com> ---
The problem is that F21 openssl cannot use the pregenerated 512-bit RSA key for
signing digest which is to large with modern openssl. The server complains:

140107221378928:error:04075070:rsa routines:RSA_sign:digest too big for rsa
key:rsa_sign.c:127:
140107221378928:error:1409B006:SSL routines:SSL3_SEND_SERVER_KEY_EXCHANGE:EVP
lib:s3_srvr.c:1982:

Proper solution is to generated the keys and certificates at test time with
OpenSSL default settings.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=BRDkfsDyNn&a=cc_unsubscribe



More information about the perl-devel mailing list