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

Unified Diff: chromeos/test/data/network/managed_toplevel_with_server_and_ca_cert.onc

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
« no previous file with comments | « chromeos/test/data/network/invalid_settings_with_repairs.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/test/data/network/managed_toplevel_with_server_and_ca_cert.onc
diff --git a/chromeos/test/data/network/managed_toplevel_with_server_and_ca_cert.onc b/chromeos/test/data/network/managed_toplevel_with_server_and_ca_cert.onc
new file mode 100644
index 0000000000000000000000000000000000000000..3d3dade8e6e14def7c6f93eeb26d73bdd7e6ec9b
--- /dev/null
+++ b/chromeos/test/data/network/managed_toplevel_with_server_and_ca_cert.onc
@@ -0,0 +1,15 @@
+{
+ "Type": "UnencryptedConfiguration",
+ "Certificates":
+ [ { "TrustBits": ["Web"],
+ "GUID": "1",
+ "Type": "Authority",
+ "X509": "abc" },
+ { "GUID": "2",
+ "Type": "Server",
+ "X509": "abc" },
+ { "GUID": "3",
+ "PKCS12": "abc" ,
+ "Type": "Client" }
+ ]
+}
« no previous file with comments | « chromeos/test/data/network/invalid_settings_with_repairs.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698