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

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/p224.h » ('j') | no next file with comments »
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 416f64c4f874e3a4f3651764221be14b254491f9..2b3ec73fd0b57388805383eebf473108852ffa5e 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -147,6 +147,8 @@
'hmac_win.cc',
'mac_security_services_lock.cc',
'mac_security_services_lock.h',
+ 'p224_spake.cc',
+ 'p224_spake.h',
'nss_util.cc',
'nss_util.h',
'nss_util_internal.h',
@@ -206,6 +208,7 @@
'encryptor_unittest.cc',
'hmac_unittest.cc',
'p224_unittest.cc',
+ 'p224_spake_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/p224.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698