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

Issue 63089: Implement the signature verification API. (Closed)

Created:
11 years, 8 months ago by wtc
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Implement the signature verification API. R=erikkay,avi BUG=6305 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13508

Patch Set 1 #

Patch Set 2 : Implemented for all three platforms #

Patch Set 3 : Ready for review #

Total comments: 17

Patch Set 4 : Address review comments #

Patch Set 5 : Upload before checkin #

Patch Set 6 : Upload before checkin #

Unified diffs Side-by-side diffs Delta from patch set Stats (+876 lines, -0 lines) Patch
M base/base.gyp View 1 2 3 4 5 6 chunks +18 lines, -0 lines 0 comments Download
A base/crypto/cssm_init.h View 1 chunk +17 lines, -0 lines 0 comments Download
A base/crypto/cssm_init.cc View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
A base/crypto/signature_verifier.h View 1 2 3 1 chunk +105 lines, -0 lines 0 comments Download
A base/crypto/signature_verifier_mac.cc View 1 2 3 1 chunk +143 lines, -0 lines 0 comments Download
A base/crypto/signature_verifier_nss.cc View 2 3 1 chunk +114 lines, -0 lines 0 comments Download
A base/crypto/signature_verifier_unittest.cc View 1 2 3 4 1 chunk +259 lines, -0 lines 0 comments Download
A base/crypto/signature_verifier_win.cc View 1 2 3 1 chunk +148 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
wtc
erikkay: please review all files. You may want to focus on the API specified in ...
11 years, 8 months ago (2009-04-07 23:57:18 UTC) #1
Erik does not do reviews
Mostly nits and minor issues since I don't know these libraries. http://codereview.chromium.org/63089/diff/1010/1011 File base/base.gyp (right): ...
11 years, 8 months ago (2009-04-08 00:36:43 UTC) #2
Avi (use Gerrit)
A few notes beyond what Erik had to say, but he's right on. The missing ...
11 years, 8 months ago (2009-04-08 02:02:17 UTC) #3
wtc
Erik, Avi, thanks a lot for your comments. I made all of your suggested changes, ...
11 years, 8 months ago (2009-04-09 20:07:15 UTC) #4
Erik does not do reviews
11 years, 8 months ago (2009-04-09 20:23:04 UTC) #5
LGTM.  thanks!

Powered by Google App Engine
This is Rietveld 408576698