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

Issue 9430028: Add function for generating validation signatures. (Closed)

Created:
8 years, 10 months ago by Nick Bray (chromium)
Modified:
8 years, 2 months ago
Reviewers:
Mark Seaborn, bsy
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Add function for generating validation signatures. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2515 TEST= ./scons run_validation_caching_test

Patch Set 1 #

Total comments: 10

Patch Set 2 : Fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+334 lines, -2 lines) Patch
M DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
M SConstruct View 1 chunk +1 line, -0 lines 0 comments Download
A src/trusted/validator/caching/build.scons View 1 chunk +30 lines, -0 lines 0 comments Download
A src/trusted/validator/caching/hashing_interface.h View 1 1 chunk +24 lines, -0 lines 0 comments Download
A src/trusted/validator/caching/validation_caching_test.cc View 1 1 chunk +194 lines, -0 lines 0 comments Download
A src/trusted/validator/caching/validation_signature.h View 1 chunk +40 lines, -0 lines 0 comments Download
A src/trusted/validator/caching/validation_signature.cc View 1 1 chunk +30 lines, -0 lines 0 comments Download
M src/trusted/validator/x86/nacl_cpuid.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/trusted/validator_arm/cpuid_arm.h View 2 chunks +9 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Nick Bray (chromium)
8 years, 10 months ago (2012-02-22 01:27:53 UTC) #1
bsy
did you intend the arm changes to be part of this CL? https://chromiumcodereview.appspot.com/9430028/diff/1/src/trusted/validator/caching/hashing_interface.h File src/trusted/validator/caching/hashing_interface.h ...
8 years, 10 months ago (2012-02-22 01:43:35 UTC) #2
Nick Bray (chromium)
FYI, a late night discussion with BradN gave me the idea of merging this interface ...
8 years, 10 months ago (2012-02-22 03:07:28 UTC) #3
bsy
https://chromiumcodereview.appspot.com/9430028/diff/1/src/trusted/validator/caching/hashing_interface.h File src/trusted/validator/caching/hashing_interface.h (right): https://chromiumcodereview.appspot.com/9430028/diff/1/src/trusted/validator/caching/hashing_interface.h#newcode15 src/trusted/validator/caching/hashing_interface.h:15: void *(*create)(const unsigned char *key, const unsigned int length); ...
8 years, 10 months ago (2012-02-22 18:28:14 UTC) #4
Mark Seaborn
8 years, 2 months ago (2012-09-27 02:30:13 UTC) #5
Mind if I close this issue (since it's in my queue)?  This change was superseded
by doing the hashing on the Chrome side...

Powered by Google App Engine
This is Rietveld 408576698