Skip to content

Fix signedness bug in RSA_Sign call#159

Closed
glts wants to merge 1 commit into
trusteddomainproject:developfrom
glts:fix-rsa-sign
Closed

Fix signedness bug in RSA_Sign call#159
glts wants to merge 1 commit into
trusteddomainproject:developfrom
glts:fix-rsa-sign

Conversation

@glts
Copy link
Copy Markdown

@glts glts commented Dec 12, 2022

In libopendkim's dkim_eom_sign, the call to RSA_Sign uses a variable of a signed type where an unsigned type is required. This manifested as a failure to sign on an S/390 machine and was reported in the Debian bug tracker.

The problem was analysed and patched by Martin Grimm.

This bug is forwarded from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012506

@glts
Copy link
Copy Markdown
Author

glts commented Dec 28, 2022

Obsoleted by the upgrade to OpenSSL 3 in #162.

@glts glts closed this Dec 28, 2022
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.

1 participant