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

Issue 420883003: Desupport AES-192 in crypto::SymmetricKey. (Closed)

Created:
6 years, 5 months ago by davidben
Modified:
6 years, 5 months ago
Reviewers:
Ryan Sleevi
CC:
chromium-reviews
Project:
chromium
Visibility:
Public.

Description

Desupport AES-192 in crypto::SymmetricKey. BoringSSL does not support AES-192. No current consumer uses AES-192, so remove the test which asserts it works. This fixes crypto_unittests in the Mac OpenSSL port. Blacklist AES-192 in the NSS implementation so that we do not accidentally grow a new dependency on it. BUG=338885 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285678

Patch Set 1 #

Patch Set 2 : Missed a spot #

Patch Set 3 : Whitelist rather than blacklist #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -27 lines) Patch
M crypto/encryptor_unittest.cc View 1 chunk +0 lines, -26 lines 0 comments Download
M crypto/symmetric_key_nss.cc View 1 2 3 chunks +22 lines, -1 line 0 comments Download
M crypto/symmetric_key_openssl.cc View 1 2 3 chunks +24 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
davidben
6 years, 5 months ago (2014-07-25 18:46:52 UTC) #1
Ryan Sleevi
Feels like it'd be better to whitelist key sizes, in both _openssl and _nss, but ...
6 years, 5 months ago (2014-07-25 18:50:11 UTC) #2
davidben
Switched to a whitelist.
6 years, 5 months ago (2014-07-25 19:08:55 UTC) #3
Ryan Sleevi
lgtm
6 years, 5 months ago (2014-07-25 19:30:22 UTC) #4
davidben
The CQ bit was checked by davidben@chromium.org
6 years, 5 months ago (2014-07-25 19:34:36 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/davidben@chromium.org/420883003/30003
6 years, 5 months ago (2014-07-25 19:36:43 UTC) #6
commit-bot: I haz the power
6 years, 5 months ago (2014-07-25 21:04:22 UTC) #7
Message was sent while issue was closed.
Change committed as 285678

Powered by Google App Engine
This is Rietveld 408576698