libressl/portable

libssl: support for ed25519 server certificates

MelznerDSA opened this issue · 6 comments

As written in the release notes of version 3.7.0, the support of Ed25519 was added.

However I tried out the command line tool s_client of that version and I don't see in Wireshark that the client offers that algorithm.
Do I need to use some special parameter for the client to activate that?

botovq commented

Ok, thanks

Is there a way to speed this port up?
We tryied a workaround but it didn't solve the issue.
Is there a release dated scheduled?

botovq commented

We tryied a workaround but it didn't solve the issue.

What exactly are you trying to workaround?

A customer had a server certificate with ED25519. I disabled the server certificate check itself in the client (tls_config_insecure_noverifycert) as a workaround to get at least a connection, but the handshake still failed. Probably because of the ephemeral key.