Closed
Description
I'm using ArduinoBearSSL to connect to server with TLS and its works with the 1.5.0 release butnot with the 1.6.0 release. Going back through the commits trying each it breaks with this change: #31
The server does have a certificate with an ECDSA key.
Is there some bug, or am I suppose to explicitly call setEccVrfy/setEccSign now? And if so what would the arg be?