trusteddomainproject / OpenDKIM

Other
97 stars 52 forks source link

Fix signedness bug in RSA_Sign call #159

Closed glts closed 1 year ago

glts commented 1 year ago

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 commented 1 year ago

Obsoleted by the upgrade to OpenSSL 3 in #162.