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

Issue 1563903002: Add public key and signature verification to browser-side API keys

Created:
4 years, 11 months ago by iclelland
Modified:
4 years, 11 months ago
Reviewers:
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@keys
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add public key and signature verification to browser-side API keys This adds the ability for experimental API keys to be cryptographically verified in the browser. There is currently a single fixed signing key, whose public key is embeddded in the browser code. This makes use of Ed25519 cryptographic signature verification in boringssl, so boringssl is added as a dependency to content/browser for all platforms (except iOS) BUG=543215

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -12 lines) Patch
M content/browser/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
A content/browser/experiments/api_key_signature_verifier.h View 1 chunk +27 lines, -0 lines 0 comments Download
A content/browser/experiments/api_key_signature_verifier.cc View 1 chunk +55 lines, -0 lines 0 comments Download
A content/browser/experiments/api_key_signature_verifier_unittest.cc View 1 chunk +72 lines, -0 lines 0 comments Download
M content/common/experiments/api_key.h View 1 chunk +7 lines, -0 lines 0 comments Download
M content/common/experiments/api_key.cc View 3 chunks +4 lines, -7 lines 0 comments Download
M content/common/experiments/api_key_unittest.cc View 2 chunks +18 lines, -3 lines 0 comments Download
M content/content_browser.gypi View 2 chunks +3 lines, -1 line 0 comments Download
M content/content_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Depends on Patchset:

Powered by Google App Engine
This is Rietveld 408576698