mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-28 08:27:26 +02:00
controplane: remove p-521 EC (#1420)
* controplane: remove p-521 EC Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
e7ffbf8b5c
commit
bf937f362b
2 changed files with 7 additions and 7 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue