Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: chromeos/test/data/network/invalid_settings_with_repairs.json

Issue 2859123003: Don't reject server and CA certs during device ONC validation (Closed)
Patch Set: Addressed comments. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/test/data/network/invalid_settings_with_repairs.json
diff --git a/chromeos/test/data/network/invalid_settings_with_repairs.json b/chromeos/test/data/network/invalid_settings_with_repairs.json
index f7d9b6ca7a3295179bbf8c613efe0ee6a6c00d72..f2f2540cbc695fcb166651252114b8799adcb0de 100644
--- a/chromeos/test/data/network/invalid_settings_with_repairs.json
+++ b/chromeos/test/data/network/invalid_settings_with_repairs.json
@@ -534,27 +534,6 @@
}
]
},
- "toplevel-server-and-ca-cert-dropped": {
- "Type": "UnencryptedConfiguration",
- "Certificates":
- [ { "GUID": "3",
- "PKCS12": "abc" ,
- "Type": "Client" } ]
- },
- "toplevel-with-server-and-ca-cert": {
- "Type": "UnencryptedConfiguration",
- "Certificates":
- [ { "TrustBits": ["Web"],
- "GUID": "1",
- "Type": "Authority",
- "X509": "abc" },
- { "GUID": "2",
- "Type": "Server",
- "X509": "abc" },
- { "GUID": "3",
- "PKCS12": "abc" ,
- "Type": "Client" } ]
- },
"toplevel-with-repaired-networks": {
"NetworkConfigurations":
[ { "GUID": "{485d6076-dd44-6b6d-69787465725f5045}",

Powered by Google App Engine
This is Rietveld 408576698