Auteur: Renaud Allard Date: À: exim-users CC: Exim-users, Tom Kistner Sujet: Re: [exim] DKIM - signing mail
exim-users@??? wrote:
> openssl creates 2 libraries: libssl and libcrypto. The first one
> implements the ssl/tls protocol, the latter one the various crypto
> algorithms. Since dkim just needs some crypto algorithms for creating
> and verifying signatures, I'd expect it to pull them out of libcrypto.
> libssl is not interesting in this context. So you should rather check
> your libcrypto for the EVP_sha256 symbol.
>