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

Issue 975273002: Update some comments and code to reflect the fact that HMAC() is no longer hostile to NULL key data. (Closed)

Created:
5 years, 9 months ago by eroman
Modified:
5 years, 9 months ago
Reviewers:
davidben
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update some comments and code to reflect the fact that HMAC() is no longer hostile to NULL key data. BUG=395826 Committed: https://crrev.com/b8b8deaa000eb91c7ee394d8cac563b95f3c9643 Cr-Commit-Position: refs/heads/master@{#319178}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Rebase and address David's comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -31 lines) Patch
M content/child/webcrypto/openssl/hmac_openssl.cc View 1 1 chunk +3 lines, -11 lines 0 comments Download
M crypto/hmac_openssl.cc View 1 1 chunk +12 lines, -20 lines 2 comments Download

Messages

Total messages: 10 (2 generated)
eroman
5 years, 9 months ago (2015-03-04 03:28:09 UTC) #2
davidben
https://codereview.chromium.org/975273002/diff/1/content/child/webcrypto/openssl/hmac_openssl.cc File content/child/webcrypto/openssl/hmac_openssl.cc (right): https://codereview.chromium.org/975273002/diff/1/content/child/webcrypto/openssl/hmac_openssl.cc#newcode43 content/child/webcrypto/openssl/hmac_openssl.cc:43: const void* const raw_key_voidp = raw_key.empty() ? NULL : ...
5 years, 9 months ago (2015-03-04 19:41:00 UTC) #3
eroman
All great comments, done!
5 years, 9 months ago (2015-03-04 20:50:00 UTC) #4
davidben
lgtm https://codereview.chromium.org/975273002/diff/20001/crypto/hmac_openssl.cc File crypto/hmac_openssl.cc (right): https://codereview.chromium.org/975273002/diff/20001/crypto/hmac_openssl.cc#newcode40 crypto/hmac_openssl.cc:40: STLClearObject(&plat_->key); (While you're here, I'm not sure line ...
5 years, 9 months ago (2015-03-05 00:31:29 UTC) #5
eroman
https://codereview.chromium.org/975273002/diff/20001/crypto/hmac_openssl.cc File crypto/hmac_openssl.cc (right): https://codereview.chromium.org/975273002/diff/20001/crypto/hmac_openssl.cc#newcode40 crypto/hmac_openssl.cc:40: STLClearObject(&plat_->key); On 2015/03/05 00:31:29, David Benjamin (slow this week ...
5 years, 9 months ago (2015-03-05 00:41:11 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/975273002/20001
5 years, 9 months ago (2015-03-05 00:42:46 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-05 00:46:31 UTC) #9
commit-bot: I haz the power
5 years, 9 months ago (2015-03-05 00:47:14 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b8b8deaa000eb91c7ee394d8cac563b95f3c9643
Cr-Commit-Position: refs/heads/master@{#319178}

Powered by Google App Engine
This is Rietveld 408576698