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

xmlsec-openssl 1_2_36: xmlSecOpenSSLRsaPkcs1Process not returning an error. #449

Closed
scaro-axway opened this issue Nov 28, 2022 · 3 comments

Comments

@scaro-axway
Copy link

Hi,

While testing an XML multi-recipient decryption with OpenSSL 3, I came across an issue: function "xmlSecEncCtxDecrypt" is not returning an error while the error callback is displaying decryption errors.

Digging into the issue lead to kt_rsa.cpp: 528, it looks like there is a "return (-1);" missing.
The same issue exists on master.

@lsh123
Copy link
Owner

lsh123 commented Nov 28, 2022

Argh... PR #450. I will try to do a 1.2.37 release asap

Thanks for report and investigation on the root cause!

@lsh123
Copy link
Owner

lsh123 commented Nov 28, 2022

I did full audit and found one place. Thanks again for bug report.

@lsh123
Copy link
Owner

lsh123 commented Nov 28, 2022

The fix is included in the 1.2.37 release (#452)

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

No branches or pull requests

2 participants