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

Unified Diff: components/onc/docs/onc_spec.md

Issue 2891453002: Introduce networkingPrivate.getCertificateLists (Closed)
Patch Set: Clang format 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/wifi_eap_tls.onc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/onc/docs/onc_spec.md
diff --git a/components/onc/docs/onc_spec.md b/components/onc/docs/onc_spec.md
index 17f90e4f60e1bd042df4d7cd20397aad03a74a6b..4c3e961e98afb2ba39879f608c6d481656720a52 100644
--- a/components/onc/docs/onc_spec.md
+++ b/components/onc/docs/onc_spec.md
@@ -1042,9 +1042,19 @@ type exists to configure the authentication.
* (required if **ClientCertType** is *Ref*, otherwise ignored) - **string**
* Reference to client certificate stored in certificate section.
+* **ClientCertPKCS11Id**
+ * (required if **ClientCertType** is *PKCS11Id*, otherwise ignored) -
+ * PKCS#11 identifier in the format slot:key_id.
+
* **ClientCertType**
- * (optional) **string**
- `Allowed values are` *Ref*, and *Pattern*.
+ * (optional) - **string**
+ * `Allowed values are` *Ref*, *Pattern*, *PKCS11Id* and *None*.
+ * *Ref* and *Pattern* indicate that the associated property should be used
+ to identify the client certificate.
+ * *PKCS11Id* is used when representing a certificate in a local store and is
+ only valid when describing a local configuration.
+ * *None* indicates that the server is configured to not require client
+ certificates.
* **Identity**
* (optional) - **string**
« no previous file with comments | « chromeos/test/data/network/wifi_eap_tls.onc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698