summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-29 21:45:51 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-29 21:45:51 +0000
commit4eb4f8ba70cd40195461d4981c90e55bc95c07d3 (patch)
tree1bc9d4122856035d767b334e358dfd1b767b5323 /net/net.gyp
parent5c8eb2e6b391311f02b6aafd4e19421f70367313 (diff)
downloadchromium_src-4eb4f8ba70cd40195461d4981c90e55bc95c07d3.zip
chromium_src-4eb4f8ba70cd40195461d4981c90e55bc95c07d3.tar.gz
chromium_src-4eb4f8ba70cd40195461d4981c90e55bc95c07d3.tar.bz2
MAC Cookies (2 of N)
This CL contains the algorithmic guts of MAC cookies, including generating the canonical represntation of the request and signing it using HMAC. This CL does not include support for body_hash, which requires some more thought. Review URL: http://codereview.chromium.org/6901121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83600 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 3254e1b..ea23f7a 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -500,6 +500,8 @@
'http/http_cache_transaction.h',
'http/http_chunked_decoder.cc',
'http/http_chunked_decoder.h',
+ 'http/http_mac_signature.cc',
+ 'http/http_mac_signature.h',
'http/http_net_log_params.cc',
'http/http_net_log_params.h',
'http/http_network_layer.cc',
@@ -967,6 +969,7 @@
'http/http_byte_range_unittest.cc',
'http/http_cache_unittest.cc',
'http/http_chunked_decoder_unittest.cc',
+ 'http/http_mac_signature_unittest.cc',
'http/http_network_layer_unittest.cc',
'http/http_network_transaction_unittest.cc',
'http/http_proxy_client_socket_pool_unittest.cc',