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

Side by Side Diff: components/onc/docs/onc_spec.html

Issue 1019033002: Add an ONC property for the third-party VPN provider extension ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed browser tests. Created 5 years, 9 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 unified diff | Download patch
« no previous file with comments | « chromeos/test/data/network/third_party_vpn.onc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="onc_spec.css" > 5 <link rel="stylesheet" href="onc_spec.css" >
6 <script src="onc_spec.js"></script> 6 <script src="onc_spec.js"></script>
7 <title>Open Network Configuration Format</title> 7 <title>Open Network Configuration Format</title>
8 </head> 8 </head>
9 <body> 9 <body>
10 10
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 <dt class="field">OpenVPN</dt> 843 <dt class="field">OpenVPN</dt>
844 <dd> 844 <dd>
845 <span class="field_meta"> 845 <span class="field_meta">
846 (required if <span class="field">Type</span> is 846 (required if <span class="field">Type</span> is
847 <span class="value">OpenVPN</span>, otherwise ignored) 847 <span class="value">OpenVPN</span>, otherwise ignored)
848 <span class="type">OpenVPN</span> 848 <span class="type">OpenVPN</span>
849 </span> 849 </span>
850 OpenVPN settings. 850 OpenVPN settings.
851 </dd> 851 </dd>
852 852
853 <dt class="field">ThirdPartyVPN</dt>
854 <dd>
855 <span class="field_meta">
856 (required if <span class="field">Type</span> is
857 <span class="value">ThirdPartyVPN</span>, otherwise ignored)
858 <span class="type">ThirdPartyVPN</span>
859 </span>
860 Third-party VPN provider settings.
861 </dd>
862
853 <dt class="field">Type</dt> 863 <dt class="field">Type</dt>
854 <dd> 864 <dd>
855 <span class="field_meta"> 865 <span class="field_meta">
856 (required) 866 (required)
857 <span class="type">string</span> 867 <span class="type">string</span>
858 </span> 868 </span>
859 <span class="rule"> 869 <span class="rule">
860 <span class="rule_id"></span> 870 <span class="rule_id"></span>
861 Allowed values are <span class="value">IPsec</span>, 871 Allowed values are <span class="value">IPsec</span>,
862 <span class="value">L2TP-IPsec</span>, and 872 <span class="value">L2TP-IPsec</span>,
863 <span class="value">OpenVPN</span>. 873 <span class="value">OpenVPN</span>, and
874 <span class="value">ThirdPartyVPN</span>.
864 </span> 875 </span>
865 Type of the VPN. 876 Type of the VPN.
866 </dd> 877 </dd>
867 </dl> 878 </dl>
868 879
869 <section> 880 <section>
870 <h1>IPsec-based VPN types</h1> 881 <h1>IPsec-based VPN types</h1>
871 <p> 882 <p>
872 The <span class="type">IPsec</span> type contains the following: 883 The <span class="type">IPsec</span> type contains the following:
873 </p> 884 </p>
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
1573 1584
1574 <dt class="field">Type</dt> 1585 <dt class="field">Type</dt>
1575 <dd> 1586 <dd>
1576 <span class="field_meta"> 1587 <span class="field_meta">
1577 (optional) 1588 (optional)
1578 <span class="type">string</span> 1589 <span class="type">string</span>
1579 </span> 1590 </span>
1580 Determines which of the host's X.509 names will be verified. Allowed value s are <span class="value">name</span>, <span class="value">name-prefix</span> an d <span class="value">subject</span>. See OpenVPN's documentation for "--verify- x509-name" for the meaning of each value. Defaults to OpenVPN's default if not s pecified. 1591 Determines which of the host's X.509 names will be verified. Allowed value s are <span class="value">name</span>, <span class="value">name-prefix</span> an d <span class="value">subject</span>. See OpenVPN's documentation for "--verify- x509-name" for the meaning of each value. Defaults to OpenVPN's default if not s pecified.
1581 </dd> 1592 </dd>
1582 </dl> 1593 </dl>
1594 </section>
1583 1595
1596 <section>
1597 <h1>Third-party VPN provider based connections and types</h1>
1598 <p>
1599 <span class="field">VPN.Type</span> must be
1600 <span class="value">ThirdPartyVPN</span>.
1601 </p>
1602
1603 <p>
1604 <span class="type">ThirdPartyVPN</span> type contains the following:
1605 </p>
1606
1607 <dl class="field_list">
1608 <dt class="field">ExtensionID</dt>
1609 <dd>
1610 <span class="field_meta">
1611 (required)
1612 <span class="type">string</span>
1613 </span>
1614 The extension ID of the third-party VPN provider used by this network.
1615 </dd>
1616 </dl>
1584 </section> 1617 </section>
1585 1618
1586 </section> 1619 </section>
1587 1620
1588 <section> 1621 <section>
1589 <h1>Client certificate patterns</h1> 1622 <h1>Client certificate patterns</h1>
1590 <p> 1623 <p>
1591 In order to allow clients to securely key their private keys and request 1624 In order to allow clients to securely key their private keys and request
1592 certificates through PKCS#10 format or through a web flow, we provide 1625 certificates through PKCS#10 format or through a web flow, we provide
1593 alternative CertificatePattern types. The 1626 alternative CertificatePattern types. The
(...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after
3044 is transmitted or saved to disk should be secure. On client device, when 3077 is transmitted or saved to disk should be secure. On client device, when
3045 user names for connections that are user-specific are persisted to disk, 3078 user names for connections that are user-specific are persisted to disk,
3046 they should be stored in a location that is encrypted. Users can also opt in 3079 they should be stored in a location that is encrypted. Users can also opt in
3047 these cases to not save their user credentials in the config file and will 3080 these cases to not save their user credentials in the config file and will
3048 instead be prompted when they are needed. 3081 instead be prompted when they are needed.
3049 </p> 3082 </p>
3050 </section> 3083 </section>
3051 </section> 3084 </section>
3052 </body> 3085 </body>
3053 </html> 3086 </html>
OLDNEW
« no previous file with comments | « chromeos/test/data/network/third_party_vpn.onc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698