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 o
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 3.6).