Skip to content

Fixes Git Issue 102 via commenting out line in lib/Crypt/LE.pm#107

Open
ajmetz wants to merge 1 commit into
do-know:masterfrom
ajmetz:patch-1
Open

Fixes Git Issue 102 via commenting out line in lib/Crypt/LE.pm#107
ajmetz wants to merge 1 commit into
do-know:masterfrom
ajmetz:patch-1

Conversation

@ajmetz

@ajmetz ajmetz commented Sep 30, 2025

Copy link
Copy Markdown

[ 30/SEP/2025 AJMETZ ] - commented out line 674 in master branch (or 654 in 0.39 release tag) ( $key->use_pkcs1_padding; ) following advice expressed in discussion of Git Issue 102 [ https://github.com//issues/102 ] and feedback on an earlier pull request [ https://github.com//pull/103#pullrequestreview-3220666378 ]. 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."

[ 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."
@toddr

toddr commented Oct 29, 2025

Copy link
Copy Markdown

#102 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants