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

Unified Diff: net/net.gypi

Issue 1414923007: Add initial code for verifying a certificate chain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test_driver
Patch Set: ifdef out the tests on ios Created 5 years 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') | no next file » | 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 b8d4ce0ef99910869de15bf343a60f4785c3e320..88969827e94ff01d63ffc30a8079302e8e0f7f83 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -105,6 +105,8 @@
'cert/internal/verify_name_match.h',
'cert/internal/verify_signed_data.cc',
'cert/internal/verify_signed_data.h',
+ 'cert/internal/verify_certificate_chain.cc',
+ 'cert/internal/verify_certificate_chain.h',
'cert/pem_tokenizer.cc',
'cert/pem_tokenizer.h',
'cert/sha256_legacy_support_win.cc',
@@ -1337,6 +1339,7 @@
'cert/internal/signature_algorithm_unittest.cc',
'cert/internal/test_helpers.cc',
'cert/internal/test_helpers.h',
+ 'cert/internal/verify_certificate_chain_unittest.cc',
'cert/internal/verify_name_match_unittest.cc',
'cert/internal/verify_signed_data_unittest.cc',
'cert/jwk_serializer_unittest.cc',
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698