Topic: [NO-UPDATE] Can't establish connection to server using ECC secp384r1
I generated a new test cert today with OpenSSL to compare performance using a secp384r1 key to that I've observed using prime256v1. I uncommented HAVE_ECC384 in user_settings.h, made a build and wolfSSL_CTX_use_certificate_buffer() and wolfSSL_CTX_use_PrivateKey_buffer() happily consumed both the cert and key.
But when I tried to establish a browser connection using both Chrome and Opera (latest versions of each) they reported an unspecified protocol error.
Before I invest time investigating this, do you know if this doesn't work because the secp384r1 curve isn't supported by these browsers?