controplane: remove p-521 EC (#1420)

* controplane: remove p-521 EC

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
bobby 2020-09-18 08:18:21 -07:00 committed by GitHub
parent e7ffbf8b5c
commit bf937f362b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -34,7 +34,7 @@ func Test_buildPolicyTransportSocket(t *testing.T) {
"X25519",
"P-256",
"P-384",
"P-512"
"P-521"
]
},
"validationContext": {
@ -66,7 +66,7 @@ func Test_buildPolicyTransportSocket(t *testing.T) {
"X25519",
"P-256",
"P-384",
"P-512"
"P-521"
]
},
"validationContext": {
@ -99,7 +99,7 @@ func Test_buildPolicyTransportSocket(t *testing.T) {
"X25519",
"P-256",
"P-384",
"P-512"
"P-521"
]
},
"validationContext": {
@ -133,7 +133,7 @@ func Test_buildPolicyTransportSocket(t *testing.T) {
"X25519",
"P-256",
"P-384",
"P-512"
"P-521"
]
},
"validationContext": {
@ -167,7 +167,7 @@ func Test_buildPolicyTransportSocket(t *testing.T) {
"X25519",
"P-256",
"P-384",
"P-512"
"P-521"
]
},
"tlsCertificates": [{
@ -253,7 +253,7 @@ func Test_buildCluster(t *testing.T) {
"X25519",
"P-256",
"P-384",
"P-512"
"P-521"
]
},
"validationContext": {

View file

@ -123,7 +123,7 @@ func buildPolicyTransportSocket(policy *config.Policy) *envoy_config_core_v3.Tra
"X25519",
"P-256",
"P-384",
"P-512",
"P-521",
},
},
AlpnProtocols: []string{"http/1.1"},