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

Issue 11299235: Fix nits in SecureHash. (Closed)

Created:
8 years ago by wtc
Modified:
8 years ago
Reviewers:
agl, Ryan Sleevi
CC:
chromium-reviews
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Include <openssl/crypto.h> for OPENSSL_cleanse #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M crypto/secure_hash_default.cc View 1 chunk +1 line, -0 lines 0 comments Download
M crypto/secure_hash_openssl.cc View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
wtc
https://codereview.chromium.org/11299235/diff/1/crypto/secure_hash_default.cc File crypto/secure_hash_default.cc (right): https://codereview.chromium.org/11299235/diff/1/crypto/secure_hash_default.cc#newcode27 crypto/secure_hash_default.cc:27: memset(&ctx_, 0, sizeof(ctx_)); This matches what the SecureHashSHA256OpenSSL destructor ...
8 years ago (2012-11-28 20:49:30 UTC) #1
agl
LGTM, depending on how you feel about the compiler niggle. https://codereview.chromium.org/11299235/diff/1/crypto/secure_hash_default.cc File crypto/secure_hash_default.cc (right): https://codereview.chromium.org/11299235/diff/1/crypto/secure_hash_default.cc#newcode27 ...
8 years ago (2012-11-28 21:25:30 UTC) #2
Ryan Sleevi
https://codereview.chromium.org/11299235/diff/1/crypto/secure_hash_default.cc File crypto/secure_hash_default.cc (right): https://codereview.chromium.org/11299235/diff/1/crypto/secure_hash_default.cc#newcode27 crypto/secure_hash_default.cc:27: memset(&ctx_, 0, sizeof(ctx_)); On 2012/11/28 21:25:30, agl wrote: > ...
8 years ago (2012-11-28 22:17:08 UTC) #3
wtc
https://codereview.chromium.org/11299235/diff/1/crypto/secure_hash_default.cc File crypto/secure_hash_default.cc (right): https://codereview.chromium.org/11299235/diff/1/crypto/secure_hash_default.cc#newcode27 crypto/secure_hash_default.cc:27: memset(&ctx_, 0, sizeof(ctx_)); Thanks for pointing this out. We ...
8 years ago (2012-11-28 22:39:36 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/11299235/1
8 years ago (2012-11-29 19:38:11 UTC) #5
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years ago (2012-11-29 19:55:15 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/11299235/11001
8 years ago (2012-11-29 20:39:22 UTC) #7
commit-bot: I haz the power
8 years ago (2012-11-30 00:37:05 UTC) #8
Message was sent while issue was closed.
Change committed as 170308

Powered by Google App Engine
This is Rietveld 408576698