You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes Git Issue 102 via commenting out line in lib/Crypt/LE.pm
[ 30/SEP/2025 AJMETZ ] - commented out line 674 ( $key->use_pkcs1_padding; ) following advice expressed
in discussion of Git Issue 102 [ do-know#102 ]
and feedback on an earlier pull request [ do-know#103 (review) ].
This will effectively delegate to Crypt::OpenSSL::RSA to set a default padding,
and avoid the likes of errors such as: "PKCS#1 1.5 is disabled as it is known to be vulnerable to marvin attacks."
0 commit comments