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

Unified Diff: crypto/crypto.gyp

Issue 8499032: net: add low-entropy, shared secret authentication protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | crypto/mutual_auth.h » ('j') | crypto/mutual_auth.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/crypto.gyp
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index 906cbedf9eec58888631c77ec7131d9cd862a32d..62682e5dddff2cdf176ca86f2c1a0cdc6825e89d 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -131,6 +131,8 @@
'hmac_win.cc',
'mac_security_services_lock.cc',
'mac_security_services_lock.h',
+ 'mutual_auth.cc',
+ 'mutual_auth.h',
'nss_util.cc',
'nss_util.h',
'nss_util_internal.h',
@@ -187,6 +189,7 @@
'encryptor_unittest.cc',
'hmac_unittest.cc',
'p224_unittest.cc',
+ 'mutual_auth_unittest.cc',
'rsa_private_key_unittest.cc',
'rsa_private_key_nss_unittest.cc',
'secure_hash_unittest.cc',
« no previous file with comments | « no previous file | crypto/mutual_auth.h » ('j') | crypto/mutual_auth.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698