trusteddomainproject / OpenDKIM

Other
94 stars 51 forks source link

updated ED25519 detection #193

Closed andreasschulze closed 9 months ago

andreasschulze commented 10 months ago

This is an update to my own #101. There, to detect whether openssl support ed2551 or not, we simply call openssl version and check for 1.1.1. This fail on openssl-3.x and later version. This PR update the detection.

ghen2 commented 10 months ago

See also #135 (older openssl version don't support genpkey).

andreasschulze commented 9 months ago

this PR solve the same problem as ghen2's PR https://github.com/trusteddomainproject/OpenDKIM/pull/135 in exactly the same way.

One of the PR's is obsolete

andreasschulze commented 9 months ago

PR #135 is more portable and prefered