Closed
Description
Title: Support P-384 and P-521 Server ECDSA Certificates
Description:
Update Envoy to support server ECDSA certificates P-384 and P-521. Given that BoringSSL supports these curves, Envoy should allow servers to use certs with those curves to terminate TLS. The expected behavior is for Envoy to take an ECDSA cert and check to make sure it uses one of the three approved curves.
Relevant Links
Older PR for rejecting non P-256 server ECDSA certs: #5224