-
Notifications
You must be signed in to change notification settings - Fork 99
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
Comments
Argh... PR #450. I will try to do a 1.2.37 release asap Thanks for report and investigation on the root cause! |
lsh123
added a commit
that referenced
this issue
Nov 28, 2022
I did full audit and found one place. Thanks again for bug report. |
lsh123
added a commit
that referenced
this issue
Nov 28, 2022
The fix is included in the 1.2.37 release (#452) |
ychartsdeployer
pushed a commit
to ycharts/xmlsec
that referenced
this issue
Jun 12, 2024
ychartsdeployer
pushed a commit
to ycharts/xmlsec
that referenced
this issue
Jun 13, 2024
ychartsdeployer
pushed a commit
to ycharts/xmlsec
that referenced
this issue
Jul 9, 2024
ychartsdeployer
pushed a commit
to ycharts/xmlsec
that referenced
this issue
Jul 9, 2024
ychartsdeployer
pushed a commit
to ycharts/xmlsec
that referenced
this issue
Aug 19, 2024
ychartsdeployer
pushed a commit
to ycharts/xmlsec
that referenced
this issue
Aug 20, 2024
ychartsdeployer
pushed a commit
to ycharts/xmlsec
that referenced
this issue
Aug 21, 2024
ychartsdeployer
pushed a commit
to ycharts/xmlsec
that referenced
this issue
Aug 21, 2024
ychartsdeployer
pushed a commit
to ycharts/xmlsec
that referenced
this issue
Aug 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: