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

Issue 18697003: Introduce RSAPrivateKey::SignDigest (Closed)

Created:
7 years, 5 months ago by pfeldman
Modified:
7 years, 5 months ago
Reviewers:
wtc, Ryan Sleevi
CC:
chromium-reviews
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Review comments addressed. #

Total comments: 6

Patch Set 3 : For landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -6 lines) Patch
M crypto/signature_creator.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M crypto/signature_creator_nss.cc View 1 1 chunk +23 lines, -0 lines 0 comments Download
M crypto/signature_creator_openssl.cc View 1 2 chunks +22 lines, -0 lines 0 comments Download
M crypto/signature_creator_unittest.cc View 1 2 2 chunks +48 lines, -6 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
pfeldman
7 years, 5 months ago (2013-07-08 12:59:45 UTC) #1
pfeldman
RSA verification is a part of raw ADB handshake. Device (Android) is sending 20 bytes ...
7 years, 5 months ago (2013-07-08 13:02:35 UTC) #2
Ryan Sleevi
Not LGTM. RSAPrivateKey's single responsibility is maintaining a handle to an RSA key in an ...
7 years, 5 months ago (2013-07-08 18:09:36 UTC) #3
pfeldman
https://codereview.chromium.org/18697003/diff/1/crypto/rsa_private_key.h File crypto/rsa_private_key.h (right): https://codereview.chromium.org/18697003/diff/1/crypto/rsa_private_key.h#newcode227 crypto/rsa_private_key.h:227: std::vector<uint8>* output) const; On 2013/07/08 18:09:37, Ryan Sleevi wrote: ...
7 years, 5 months ago (2013-07-08 20:42:50 UTC) #4
Ryan Sleevi
LGTM https://codereview.chromium.org/18697003/diff/22002/crypto/signature_creator.h File crypto/signature_creator.h (right): https://codereview.chromium.org/18697003/diff/22002/crypto/signature_creator.h#newcode38 crypto/signature_creator.h:38: // specified in PKCS #1. comment nit: PKCS ...
7 years, 5 months ago (2013-07-08 21:56:20 UTC) #5
Ryan Sleevi
https://codereview.chromium.org/18697003/diff/22002/crypto/signature_creator_unittest.cc File crypto/signature_creator_unittest.cc (right): https://codereview.chromium.org/18697003/diff/22002/crypto/signature_creator_unittest.cc#newcode82 crypto/signature_creator_unittest.cc:82: &signature)); style nit: I think it's only four spaces ...
7 years, 5 months ago (2013-07-08 21:57:25 UTC) #6
pfeldman
https://codereview.chromium.org/18697003/diff/22002/crypto/signature_creator.h File crypto/signature_creator.h (right): https://codereview.chromium.org/18697003/diff/22002/crypto/signature_creator.h#newcode38 crypto/signature_creator.h:38: // specified in PKCS #1. On 2013/07/08 21:56:20, Ryan ...
7 years, 5 months ago (2013-07-09 05:21:07 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pfeldman@chromium.org/18697003/30001
7 years, 5 months ago (2013-07-09 05:21:58 UTC) #8
pfeldman
7 years, 5 months ago (2013-07-09 08:33:00 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 manually as r210524 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698