ssllabs / ssllabs-scan

A command-line reference-implementation client for SSL Labs APIs, designed for automated and/or bulk testing.
https://www.ssllabs.com/projects/ssllabs-apis/
Apache License 2.0
1.7k stars 241 forks source link

Add support for ED25519 and ED448 certificates #743

Open toxfox5 opened 5 years ago

toxfox5 commented 5 years ago

The SSL server test fails for ED25519 and ED448 certificates. While these are not yet supported by browsers or CAs, the test should be prepared to handle them. At least OpenSSL can create such certificates and perform a successful handshake.

tamthing commented 4 years ago

We have created a ticket to work on this.