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

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

Issue 16946002: Resolve certificate references in ONC by PEM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a unit test for the resolve function. Created 7 years, 6 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/valid_l2tpipsec_clientcert.onc
diff --git a/chromeos/test/data/network/valid_l2tpipsec_clientcert.onc b/chromeos/test/data/network/valid_l2tpipsec_clientcert.onc
deleted file mode 100644
index 6f20b18a9c24f78d69e221b2ba7284f3a2919856..0000000000000000000000000000000000000000
--- a/chromeos/test/data/network/valid_l2tpipsec_clientcert.onc
+++ /dev/null
@@ -1,31 +0,0 @@
-{ "GUID": "guid",
- "Type": "VPN",
- "Name": "MyL2TPVPN",
- "VPN": {
- "Type": "L2TP-IPsec",
- "Host": "some.host.org",
- "IPsec": {
- "AuthenticationType": "Cert",
- "ClientCertType": "Pattern",
- "ClientCertPattern": {
- "EnrollmentURI": [ "my.enrollment.url" ],
- "IssuerCARef": [
- "def",
- "abc"
- ],
- "Issuer": {
- "CommonName": "common_name",
- "Locality": "locality",
- "Organization": "organization",
- "OrganizationalUnit": "unit"
- }
- },
- "IKEVersion": 1,
- "SaveCredentials": true
- },
- "L2TP": {
- "Username": "some username",
- "Password": "some password"
- }
- }
-}
« no previous file with comments | « chromeos/test/data/network/uidata_for_wifi_clientcert.json ('k') | chromeos/test/data/network/valid_openvpn_clientcert.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698