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 signedness bug in RSA_Sign call #159

Closed
wants to merge 1 commit into from

Conversation

glts
Copy link

@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
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.

None yet

1 participant