Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dasync_rsa_decrypt to call EVP_PKEY_meth_get_decrypt #23825

Closed
wants to merge 1 commit into from

Conversation

s4ex
Copy link
Contributor

@s4ex s4ex commented Mar 12, 2024

The dasync_rsa_decrypt function was calling EVP_PKEY_meth_get_encrypt to retrieve the function pointer. This caused the decryption not to function when using the dasync engine.

This issue was discovered during the development of tests.

Signed-off-by: Vladimirs Ambrosovs <rodriguez.twister@gmail.com>
@mattcaswell mattcaswell added branch: master Merge to master branch approval: review pending This pull request needs review by a committer approval: otc review pending This pull request needs review by an OTC member branch: 3.0 Merge to openssl-3.0 branch branch: 3.1 Merge to openssl-3.1 branch: 3.2 Merge to openssl-3.2 tests: exempted The PR is exempt from requirements for testing labels Mar 12, 2024
@mattcaswell mattcaswell removed the approval: otc review pending This pull request needs review by an OTC member label Mar 12, 2024
@t8m t8m added the triaged: bug The issue/pr is/fixes a bug label Mar 12, 2024
@t8m t8m added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Mar 12, 2024
Copy link
Contributor

@shahsb shahsb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@openssl-machine openssl-machine added approval: ready to merge The 24 hour grace period has passed, ready to merge and removed approval: done This pull request has the required number of approvals labels Mar 13, 2024
@openssl-machine
Copy link
Collaborator

This pull request is ready to merge

@t8m
Copy link
Member

t8m commented Mar 14, 2024

Merged to the master, 3.2, 3.1 and 3.0 branches. Thank you for your contribution.

@t8m t8m closed this Mar 14, 2024
openssl-machine pushed a commit that referenced this pull request Mar 14, 2024
Signed-off-by: Vladimirs Ambrosovs <rodriguez.twister@gmail.com>

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #23825)
openssl-machine pushed a commit that referenced this pull request Mar 14, 2024
Signed-off-by: Vladimirs Ambrosovs <rodriguez.twister@gmail.com>

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #23825)

(cherry picked from commit c91f0ca)
openssl-machine pushed a commit that referenced this pull request Mar 14, 2024
Signed-off-by: Vladimirs Ambrosovs <rodriguez.twister@gmail.com>

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #23825)

(cherry picked from commit c91f0ca)
openssl-machine pushed a commit that referenced this pull request Mar 14, 2024
Signed-off-by: Vladimirs Ambrosovs <rodriguez.twister@gmail.com>

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #23825)

(cherry picked from commit c91f0ca)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: ready to merge The 24 hour grace period has passed, ready to merge branch: master Merge to master branch branch: 3.0 Merge to openssl-3.0 branch branch: 3.1 Merge to openssl-3.1 branch: 3.2 Merge to openssl-3.2 tests: exempted The PR is exempt from requirements for testing triaged: bug The issue/pr is/fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants