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

Issue 661653002: [webcrypto] Implement RSA-PSS using BoringSSL. (Closed)

Created:
6 years, 2 months ago by eroman
Modified:
6 years, 2 months ago
Reviewers:
Ryan Sleevi, *davidben
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@refactor_rsassa
Project:
chromium
Visibility:
Public.

Description

[webcrypto] Implement RSA-PSS using BoringSSL. BUG=399090 Committed: https://crrev.com/8793ece2780573ef52e6adf163ccfe2b2d711dec Cr-Commit-Position: refs/heads/master@{#300327}

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Remove comment on PS1 #

Patch Set 3 : Add some tests from fips 186-2, covering sha-{256, 384, 512} #

Total comments: 4

Patch Set 4 : Address feedback from davidben #

Patch Set 5 : rebase onto master #

Patch Set 6 : rebase onto master (corrected) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+484 lines, -29 lines) Patch
M content/child/webcrypto/algorithm_registry.cc View 3 chunks +5 lines, -1 line 0 comments Download
M content/child/webcrypto/nss/util_nss.cc View 1 chunk +5 lines, -0 lines 0 comments Download
A + content/child/webcrypto/openssl/rsa_pss_openssl.cc View 1 5 chunks +16 lines, -10 lines 0 comments Download
M content/child/webcrypto/openssl/rsa_sign_openssl.h View 1 chunk +7 lines, -1 line 0 comments Download
M content/child/webcrypto/openssl/rsa_sign_openssl.cc View 1 2 3 4 5 7 chunks +53 lines, -3 lines 0 comments Download
M content/child/webcrypto/openssl/rsa_ssa_openssl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/child/webcrypto/platform_crypto.h View 1 chunk +1 line, -0 lines 0 comments Download
A content/child/webcrypto/test/rsa_pss_unittest.cc View 1 2 3 1 chunk +302 lines, -0 lines 0 comments Download
M content/child/webcrypto/test/test_helpers.h View 1 2 3 4 1 chunk +7 lines, -3 lines 0 comments Download
M content/child/webcrypto/test/test_helpers.cc View 1 2 3 4 3 chunks +23 lines, -5 lines 0 comments Download
M content/child/webcrypto/webcrypto_util.cc View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download
M content/content_child.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
A content/test/data/webcrypto/rsa_pss.json View 1 2 1 chunk +58 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (10 generated)
eroman
6 years, 2 months ago (2014-10-15 23:44:24 UTC) #5
Ryan Sleevi
David should review the BoringSSL bits. He was suggesting there was a bug in BoringSSL ...
6 years, 2 months ago (2014-10-17 21:08:14 UTC) #8
eroman
https://codereview.chromium.org/661653002/diff/50015/content/child/webcrypto/openssl/rsa_pss_openssl.cc File content/child/webcrypto/openssl/rsa_pss_openssl.cc (right): https://codereview.chromium.org/661653002/diff/50015/content/child/webcrypto/openssl/rsa_pss_openssl.cc#newcode26 content/child/webcrypto/openssl/rsa_pss_openssl.cc:26: // TODO(eroman): Is this right? Not enumerated in WebCrypto ...
6 years, 2 months ago (2014-10-17 22:53:38 UTC) #9
davidben
lgtm with a couple of comments. > David should review the BoringSSL bits. He was ...
6 years, 2 months ago (2014-10-19 03:42:34 UTC) #10
eroman
https://codereview.chromium.org/661653002/diff/90001/content/child/webcrypto/openssl/rsa_sign_openssl.cc File content/child/webcrypto/openssl/rsa_sign_openssl.cc (right): https://codereview.chromium.org/661653002/diff/90001/content/child/webcrypto/openssl/rsa_sign_openssl.cc#newcode61 content/child/webcrypto/openssl/rsa_sign_openssl.cc:61: salt_length_bytes_int.ValueOrDie())) { On 2014/10/19 03:42:34, David Benjamin wrote: > ...
6 years, 2 months ago (2014-10-20 18:44:53 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/661653002/130001
6 years, 2 months ago (2014-10-20 18:46:24 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/661653002/170001
6 years, 2 months ago (2014-10-20 19:04:46 UTC) #17
commit-bot: I haz the power
Committed patchset #6 (id:170001)
6 years, 2 months ago (2014-10-20 20:47:24 UTC) #18
commit-bot: I haz the power
6 years, 2 months ago (2014-10-20 20:48:41 UTC) #19
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/8793ece2780573ef52e6adf163ccfe2b2d711dec
Cr-Commit-Position: refs/heads/master@{#300327}

Powered by Google App Engine
This is Rietveld 408576698