Re: Enable Ed25519 in apache-httpd

2022-11-15 Thread Giovanni Bechis
On Sun, Nov 13, 2022 at 03:31:03PM +0100, Theo Buehler wrote: > Now that libcrypto ships with Ed25519 support and X25519 support in EVP, > we can enable it in httpd. Ed448 is still not supported. > > Also, do not use a dubious quality ASN1_TIME_diff() implementation from > stackoverflow, use the

Enable Ed25519 in apache-httpd

2022-11-13 Thread Theo Buehler
Now that libcrypto ships with Ed25519 support and X25519 support in EVP, we can enable it in httpd. Ed448 is still not supported. Also, do not use a dubious quality ASN1_TIME_diff() implementation from stackoverflow, use the one from libcrypto instead (which has been available since LibreSSL