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

Issue 7277024: Add a Verify routine for HMAC (Closed)

Created:
9 years, 6 months ago by Ryan Sleevi
Modified:
9 years, 5 months ago
CC:
chromium-reviews, Paweł Hajdan Jr., Alpha Left Google
Visibility:
Public.

Description

Add a Verify routine for HMAC BUG=none TEST=crypto_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=92824

Patch Set 1 #

Total comments: 6

Patch Set 2 : Feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -27 lines) Patch
M crypto/hmac.h View 1 chunk +9 lines, -1 line 0 comments Download
M crypto/hmac.cc View 1 2 chunks +31 lines, -0 lines 0 comments Download
M crypto/hmac_unittest.cc View 1 3 chunks +61 lines, -26 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Ryan Sleevi
wtc: PTAL. I noticed in http://crrev.com/90606 that SecureP2PSocket was implementing HMAC verification within itself ( ...
9 years, 6 months ago (2011-06-28 01:15:25 UTC) #1
Ryan Sleevi
Ping?
9 years, 5 months ago (2011-07-13 00:33:25 UTC) #2
wtc
LGTM. http://codereview.chromium.org/7277024/diff/1/crypto/hmac.cc File crypto/hmac.cc (right): http://codereview.chromium.org/7277024/diff/1/crypto/hmac.cc#newcode43 crypto/hmac.cc:43: tmp |= *digest_ptr++ ^ *computed_ptr++; We should add ...
9 years, 5 months ago (2011-07-14 00:00:22 UTC) #3
Ryan Sleevi
http://codereview.chromium.org/7277024/diff/1/crypto/hmac.cc File crypto/hmac.cc (right): http://codereview.chromium.org/7277024/diff/1/crypto/hmac.cc#newcode43 crypto/hmac.cc:43: tmp |= *digest_ptr++ ^ *computed_ptr++; On 2011/07/14 00:00:22, wtc ...
9 years, 5 months ago (2011-07-14 00:18:19 UTC) #4
wtc
http://codereview.chromium.org/7277024/diff/1/crypto/hmac.cc File crypto/hmac.cc (right): http://codereview.chromium.org/7277024/diff/1/crypto/hmac.cc#newcode37 crypto/hmac.cc:37: // http://groups.google.com/group/keyczar-discuss/browse_thread/thread/5571eca0948b2a13 This URL doesn't work for me. http://codereview.chromium.org/7277024/diff/1/crypto/hmac.cc#newcode43 ...
9 years, 5 months ago (2011-07-14 00:49:42 UTC) #5
Ryan Sleevi
wtc: Thanks for the clarification. I pulled it out into it's own function, with the ...
9 years, 5 months ago (2011-07-14 01:04:07 UTC) #6
commit-bot: I haz the power
9 years, 5 months ago (2011-07-18 00:39:46 UTC) #7
Change committed as 92824

Powered by Google App Engine
This is Rietveld 408576698