Fedora Account System
Red Hat Associate
Red Hat Customer
We use Crypt::OpenSSL::RSA for code signing which is currently version 0.37. On Fedora 44 we now get this error: RSA.xs:983: OpenSSL error: illegal or unsupported padding mode Looking at https://metacpan.org/dist/Crypt-OpenSSL-RSA/changes newer version may have fixed this. I already see build of version 0.41 for rawhide so maybe we can use it in F44 as well? Reproducible: Always
Could you please try packages from this scratch build ? https://koji.fedoraproject.org/koji/taskinfo?taskID=145219014
With that build the error message is gone.
But the generated signature is bad. Not sure yet if I need to change something when generating the signature.
I got it working. I now need to set the padding mode explicitly before signing otherwise some default is set that in my case was likely different then before.
For completeness I also checked setting the padding mode for the old version 0.37 of this package but unfortunately the PKCS#1 v1.5 padding mode was disabled for signing before version 0.38. So the update is required.
FEDORA-2026-62771eb074 (perl-Crypt-OpenSSL-RSA-0.41-1.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2026-62771eb074
FEDORA-2026-62771eb074 has been pushed to the Fedora 44 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-62771eb074` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-62771eb074 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2026-62771eb074 (perl-Crypt-OpenSSL-RSA-0.41-1.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report.