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

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: 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
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 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 <dt class="field">L2TP</dt> 833 <dt class="field">L2TP</dt>
834 <dd> 834 <dd>
835 <span class="field_meta"> 835 <span class="field_meta">
836 (required if <span class="field">Type</span> is 836 (required if <span class="field">Type</span> is
837 <span class="value">L2TP-IPsec</span>, otherwise ignored) 837 <span class="value">L2TP-IPsec</span>, otherwise ignored)
838 <span class="type">L2TP</span> 838 <span class="type">L2TP</span>
839 </span> 839 </span>
840 L2TP layer settings. 840 L2TP layer settings.
841 </dd> 841 </dd>
842 842
843 <dt class="field">OpenVPN</dt> 843 <dt class="field">OpenVPN</dt>
pneubeck (no reviews) 2015/03/18 19:35:29 like this field, the description for ThirdPartyVPN
bartfab (slow) 2015/03/18 20:02:14 Done.
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">Type</dt> 853 <dt class="field">Type</dt>
854 <dd> 854 <dd>
855 <span class="field_meta"> 855 <span class="field_meta">
856 (required) 856 (required)
857 <span class="type">string</span> 857 <span class="type">string</span>
858 </span> 858 </span>
859 <span class="rule"> 859 <span class="rule">
860 <span class="rule_id"></span> 860 <span class="rule_id"></span>
861 Allowed values are <span class="value">IPsec</span>, 861 Allowed values are <span class="value">IPsec</span>,
862 <span class="value">L2TP-IPsec</span>, and 862 <span class="value">L2TP-IPsec</span>,
863 <span class="value">OpenVPN</span>. 863 <span class="value">OpenVPN</span>, and
864 <span class="value">ThirdPartyVPN</span>.
pneubeck (no reviews) 2015/03/18 19:35:29 You're right! The constant is called kThirdPartyVp
bartfab (slow) 2015/03/18 20:02:14 Acknowledged.
864 </span> 865 </span>
865 Type of the VPN. 866 Type of the VPN.
866 </dd> 867 </dd>
867 </dl> 868 </dl>
868 869
869 <section> 870 <section>
870 <h1>IPsec-based VPN types</h1> 871 <h1>IPsec-based VPN types</h1>
871 <p> 872 <p>
872 The <span class="type">IPsec</span> type contains the following: 873 The <span class="type">IPsec</span> type contains the following:
873 </p> 874 </p>
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
1573 1574
1574 <dt class="field">Type</dt> 1575 <dt class="field">Type</dt>
1575 <dd> 1576 <dd>
1576 <span class="field_meta"> 1577 <span class="field_meta">
1577 (optional) 1578 (optional)
1578 <span class="type">string</span> 1579 <span class="type">string</span>
1579 </span> 1580 </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. 1581 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> 1582 </dd>
1582 </dl> 1583 </dl>
1584 </section>
1583 1585
1586 <section>
1587 <h1>Third-party VPN provider based connections and types</h1>
1588 <p>
1589 <span class="field">VPN.Type</span> must be
1590 <span class="value">ThirdPartyVPN</span>.
1591 </p>
1592
1593 <p>
1594 <span class="type">ThirdPartyVPN</span> type contains the following:
1595 </p>
1596
1597 <dl class="field_list">
1598 <dt class="field">ExtensionID</dt>
1599 <dd>
1600 <span class="field_meta">
1601 (required)
1602 <span class="type">string</span>
1603 </span>
1604 The extension ID of the third-party VPN provider used by this network.
1605 </dd>
1606 </dl>
1584 </section> 1607 </section>
1585 1608
1586 </section> 1609 </section>
1587 1610
1588 <section> 1611 <section>
1589 <h1>Client certificate patterns</h1> 1612 <h1>Client certificate patterns</h1>
1590 <p> 1613 <p>
1591 In order to allow clients to securely key their private keys and request 1614 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 1615 certificates through PKCS#10 format or through a web flow, we provide
1593 alternative CertificatePattern types. The 1616 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 3067 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, 3068 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 3069 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 3070 these cases to not save their user credentials in the config file and will
3048 instead be prompted when they are needed. 3071 instead be prompted when they are needed.
3049 </p> 3072 </p>
3050 </section> 3073 </section>
3051 </section> 3074 </section>
3052 </body> 3075 </body>
3053 </html> 3076 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698