Skip to content

setPadding does nothing when OpenSSL 1.1.x is used#2849

Closed
ihar-khudzeyeu wants to merge 1 commit intopocoproject:masterfrom
ihar-khudzeyeu:CryptoPaddingFix
Closed

setPadding does nothing when OpenSSL 1.1.x is used#2849
ihar-khudzeyeu wants to merge 1 commit intopocoproject:masterfrom
ihar-khudzeyeu:CryptoPaddingFix

Conversation

@ihar-khudzeyeu
Copy link
Copy Markdown

EVP_CIPHER_CTX_block_size was used in CryptoTransformImpl::setPadding. This looks like an copy paste from previous function. New implementation uses EVP_CIPHER_CTX_set_padding.

@aleks-f
Copy link
Copy Markdown
Member

aleks-f commented Jun 2, 2022

@ihar-khudzeyeu redirect to devel branch please

@aleks-f aleks-f added this to the Release 1.12.0 milestone Jun 2, 2022
@aleks-f aleks-f added the bug label Jun 2, 2022
@aleks-f aleks-f closed this Jun 18, 2022
@aleks-f aleks-f added the fixed label Jun 18, 2022
@aleks-f
Copy link
Copy Markdown
Member

aleks-f commented Jun 18, 2022

cb1889a

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants