@@ -113,7 +113,7 @@ func Test_ServerConfig_Repack(t *testing.T) {
113113 certificate: /path/to/cert.cry
114114 key: /path/to/key/crt
115115 curve_types:
116- - P-521
116+ - P-384
117117 client_authentication: optional
118118 ca_sha256:
119119 - example` ,
@@ -131,7 +131,7 @@ func Test_ServerConfig_Repack(t *testing.T) {
131131 certificate: /path/to/cert.cry
132132 key: /path/to/key/crt
133133 curve_types:
134- - P-521
134+ - P-384
135135 ca_sha256:
136136 - example` ,
137137 auth : & required ,
@@ -146,7 +146,7 @@ func Test_ServerConfig_Repack(t *testing.T) {
146146 certificate: /path/to/cert.cry
147147 key: /path/to/key/crt
148148 curve_types:
149- - P-521
149+ - P-384
150150 ca_sha256:
151151 - example` ,
152152 auth : nil ,
@@ -190,7 +190,7 @@ func Test_ServerConfig_RepackJSON(t *testing.T) {
190190 "certificate_authorities": ["/path/to/ca.crt"],
191191 "certificate": "/path/to/cert.crt",
192192 "key": "/path/to/key.crt",
193- "curve_types": "P-521 ",
193+ "curve_types": "P-384 ",
194194 "renegotiation": "freely",
195195 "ca_sha256": ["example"],
196196 "ca_trusted_fingerprint": "fingerprint",
@@ -207,7 +207,7 @@ func Test_ServerConfig_RepackJSON(t *testing.T) {
207207 "certificate_authorities": ["/path/to/ca.crt"],
208208 "certificate": "/path/to/cert.crt",
209209 "key": "/path/to/key.crt",
210- "curve_types": "P-521 ",
210+ "curve_types": "P-384 ",
211211 "renegotiation": "freely",
212212 "ca_sha256": ["example"],
213213 "ca_trusted_fingerprint": "fingerprint"
@@ -222,7 +222,7 @@ func Test_ServerConfig_RepackJSON(t *testing.T) {
222222 "cipher_suites": ["RSA-AES-256-CBC-SHA"],
223223 "certificate": "/path/to/cert.crt",
224224 "key": "/path/to/key.crt",
225- "curve_types": "P-521 ",
225+ "curve_types": "P-384 ",
226226 "renegotiation": "freely",
227227 "ca_sha256": ["example"]
228228 }` ,
0 commit comments