Re: [exim] DKIM ed25519 signing issues

Top Page
Delete this message
Reply to this message
Author: Graham McAlister
Date:  
To: Jeremy Harris, Exim-users
Subject: Re: [exim] DKIM ed25519 signing issues
Thanks for your reply.

Exim version is 4.88, the standard package in the OpenSuse 15.1 distro

exim -bP macros | grep ED25519
returns nothing

So I assume my binary doesn't support it? I'm happy to build from source
if that's the answer.

On 04/03/2020 13:13, Jeremy Harris via Exim-users wrote:
> On 04/03/2020 09:06, Graham McAlister via Exim-users wrote:
>> I have successfully set up DKIM using rsa keys, but am having issues
>> with ed25519 keys.
>> Using an ed25519 key I get
>> DKIM: signing failed: RSA_PRIVKEY
> Yes, ed25519 works... given a suitable Exim version and
> crypto library version, which you didn't tell us.
>
> For a start, does "exim -bP macros | grep ED25519"
> give any hint that your binary supports it?