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

Unified Diff: chromeos/network/onc/onc_signature.cc

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/network/network_handler.cc ('k') | chromeos/network/onc/onc_translation_tables.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/onc/onc_signature.cc
diff --git a/chromeos/network/onc/onc_signature.cc b/chromeos/network/onc/onc_signature.cc
index 58afa58325cbb109f95361b5b156ea9bb3238bd0..0b7a758eae1d35c727fa2023f514744570e6cc76 100644
--- a/chromeos/network/onc/onc_signature.cc
+++ b/chromeos/network/onc/onc_signature.cc
@@ -48,6 +48,7 @@ const OncFieldSignature eap_fields[] = {
{::onc::kRecommended, &kRecommendedSignature},
{::onc::eap::kAnonymousIdentity, &kStringSignature},
{::onc::client_cert::kClientCertPattern, &kCertificatePatternSignature},
+ {::onc::client_cert::kClientCertPKCS11Id, &kStringSignature},
{::onc::client_cert::kClientCertRef, &kStringSignature},
{::onc::client_cert::kClientCertType, &kStringSignature},
{::onc::eap::kIdentity, &kStringSignature},
« no previous file with comments | « chromeos/network/network_handler.cc ('k') | chromeos/network/onc/onc_translation_tables.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698