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

Issue 618123007: Fix crypto_unittests on Windows BoringSSL port. (Closed)

Created:
6 years, 2 months ago by davidben
Modified:
6 years, 2 months ago
Reviewers:
Ryan Sleevi
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Fix crypto_unittests on Windows BoringSSL port. MSVC is somewhat pickier about casting things to bool. BUG=338884 Committed: https://crrev.com/50a133b51fa9c6a3dc2b82ce9fedcf074859cd13 Cr-Commit-Position: refs/heads/master@{#297770}

Patch Set 1 #

Total comments: 2

Patch Set 2 : rsleevi comment #

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

Messages

Total messages: 8 (2 generated)
davidben
Still working through net_unittests. The CL description not being a lie depends on https://codereview.chromium.org/618363002/
6 years, 2 months ago (2014-10-01 19:44:41 UTC) #2
Ryan Sleevi
LGTM either way on this nit. https://codereview.chromium.org/618123007/diff/1/crypto/hmac_openssl.cc File crypto/hmac_openssl.cc (right): https://codereview.chromium.org/618123007/diff/1/crypto/hmac_openssl.cc#newcode57 crypto/hmac_openssl.cc:57: return ::HMAC(hash_alg_ == ...
6 years, 2 months ago (2014-10-01 20:34:03 UTC) #3
davidben
https://codereview.chromium.org/618123007/diff/1/crypto/hmac_openssl.cc File crypto/hmac_openssl.cc (right): https://codereview.chromium.org/618123007/diff/1/crypto/hmac_openssl.cc#newcode57 crypto/hmac_openssl.cc:57: return ::HMAC(hash_alg_ == SHA1 ? EVP_sha1() : EVP_sha256(), On ...
6 years, 2 months ago (2014-10-02 00:21:36 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/618123007/20001
6 years, 2 months ago (2014-10-02 00:22:38 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001) as f7cb248137670c2978603175605dcd8da96944e7
6 years, 2 months ago (2014-10-02 02:20:50 UTC) #7
commit-bot: I haz the power
6 years, 2 months ago (2014-10-02 02:21:32 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/50a133b51fa9c6a3dc2b82ce9fedcf074859cd13
Cr-Commit-Position: refs/heads/master@{#297770}

Powered by Google App Engine
This is Rietveld 408576698