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

Issue 5105003: Implements Signature Creator & Verifier for openssl (Closed)

Created:
10 years, 1 month ago by joth
Modified:
9 years, 7 months ago
Reviewers:
bulach, wtc
CC:
chromium-reviews, brettw-cc_chromium.org, Ryan Sleevi, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Implements Signature Creator & Verifier for openssl Also adds a little more infrastructure to assist in openssl error handling. BUG=None TEST=base_unittests RSA* and Sign* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=66622

Patch Set 1 #

Patch Set 2 : lint #

Total comments: 16

Patch Set 3 : rename self to result #

Patch Set 4 : bulach comments #

Total comments: 2

Patch Set 5 : wtc comments - change error stack tracer to use FROM_HERE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -50 lines) Patch
M base/crypto/encryptor_openssl.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/crypto/rsa_private_key.h View 1 chunk +3 lines, -1 line 0 comments Download
M base/crypto/rsa_private_key_openssl.cc View 4 chunks +3 lines, -7 lines 0 comments Download
M base/crypto/signature_creator.h View 2 chunks +7 lines, -2 lines 0 comments Download
M base/crypto/signature_creator_openssl.cc View 1 2 3 4 1 chunk +27 lines, -6 lines 0 comments Download
M base/crypto/signature_verifier.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M base/crypto/signature_verifier_openssl.cc View 1 2 3 4 2 chunks +59 lines, -7 lines 0 comments Download
M base/crypto/symmetric_key_openssl.cc View 2 chunks +9 lines, -19 lines 0 comments Download
M base/openssl_util.h View 1 2 3 4 2 chunks +29 lines, -3 lines 0 comments Download
M base/openssl_util.cc View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M net/base/cert_test_util.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
joth
Slowly getting there...!
10 years, 1 month ago (2010-11-17 13:24:13 UTC) #1
bulach
LGTM few suggestion, it'd be great to have some openssl expert to look at it ...
10 years, 1 month ago (2010-11-17 14:35:09 UTC) #2
bulach
LGTM few suggestion, it'd be great to have some openssl expert to look at it ...
10 years, 1 month ago (2010-11-17 14:35:09 UTC) #3
joth
Cheers. http://codereview.chromium.org/5105003/diff/2001/base/crypto/signature_creator_openssl.cc File base/crypto/signature_creator_openssl.cc (right): http://codereview.chromium.org/5105003/diff/2001/base/crypto/signature_creator_openssl.cc#newcode19 base/crypto/signature_creator_openssl.cc:19: scoped_ptr<SignatureCreator> self(new SignatureCreator); On 2010/11/17 14:35:09, bulach wrote: ...
10 years, 1 month ago (2010-11-17 14:49:31 UTC) #4
wtc
I only reviewed the .h files, and skimmed the .cc files. LGTM (please consider this ...
10 years, 1 month ago (2010-11-17 20:30:48 UTC) #5
joth
New snapshot uploaded pulls in a few more files due to ClearOpenSSLStack knock on. Would ...
10 years, 1 month ago (2010-11-18 12:52:47 UTC) #6
bulach
10 years, 1 month ago (2010-11-18 13:48:25 UTC) #7
LGTM

FROM_HERE certainly looks nicer, thanks!

Powered by Google App Engine
This is Rietveld 408576698