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

Unified Diff: net/net.gypi

Issue 2272493002: Add TrustStoreNSS and TrustStoreCollection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert-trust-store-interface3-nss
Patch Set: rebase Created 4 years, 3 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 | « net/net.gyp ('k') | net/tools/cert_verify_tool/verify_using_path_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index bee3ab2695afcb9e4c8591662c7e272279c89285..e04a483bb1d23ef9b16d3711fece4424537ce813 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -115,6 +115,8 @@
'cert/internal/signature_policy.h',
'cert/internal/trust_store.cc',
'cert/internal/trust_store.h',
+ 'cert/internal/trust_store_collection.cc',
+ 'cert/internal/trust_store_collection.h',
'cert/internal/trust_store_in_memory.cc',
'cert/internal/trust_store_in_memory.h',
'cert/internal/verify_certificate_chain.cc',
@@ -420,6 +422,8 @@
'cert/ct_signed_certificate_timestamp_log_param.h',
'cert/ev_root_ca_metadata.cc',
'cert/ev_root_ca_metadata.h',
+ 'cert/internal/trust_store_nss.cc',
+ 'cert/internal/trust_store_nss.h',
'cert/jwk_serializer.cc',
'cert/jwk_serializer.h',
'cert/merkle_audit_proof.cc',
@@ -1415,6 +1419,8 @@
'cert/internal/signature_algorithm_unittest.cc',
'cert/internal/test_helpers.cc',
'cert/internal/test_helpers.h',
+ 'cert/internal/trust_store_collection_unittest.cc',
+ 'cert/internal/trust_store_nss_unittest.cc',
'cert/internal/trust_store_test_helpers.cc',
'cert/internal/trust_store_test_helpers.h',
'cert/internal/verify_certificate_chain_pkits_unittest.cc',
« no previous file with comments | « net/net.gyp ('k') | net/tools/cert_verify_tool/verify_using_path_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698