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

Issue 11260015: Fix Android cryptographic key pair storage. (Closed)

Created:
8 years, 2 months ago by digit1
Modified:
8 years, 1 month ago
Reviewers:
joth, Satish, bulach, Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Fix Android cryptographic key pair storage. This patch fixes an issue with the way public/private key pairs that were generated from keygen are installed on the system. - First, the generated data bytes were not in a format that the system supports. - Second, the public and private key pairs were swapped when they were sent to the CertInstaller activity. This fixes both issues at the same time. BUG=124660 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=164088

Patch Set 1 #

Total comments: 15

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -22 lines) Patch
M net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java View 1 2 chunks +18 lines, -10 lines 0 comments Download
M net/android/network_library.h View 1 chunk +8 lines, -1 line 0 comments Download
M net/base/openssl_private_key_store_android.cc View 1 2 chunks +23 lines, -11 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
digit1
Note that this was isolated from the larger patch at https://chromiumcodereview.appspot.com/11031043/ to make it easier ...
8 years, 2 months ago (2012-10-24 12:35:55 UTC) #1
joth
lgtm. (I believe the main substance of the change was already reviewed in the m18 ...
8 years, 1 month ago (2012-10-24 19:40:28 UTC) #2
Ryan Sleevi
LGTM, mod nits. http://codereview.chromium.org/11260015/diff/1/net/base/openssl_private_key_store_android.cc File net/base/openssl_private_key_store_android.cc (right): http://codereview.chromium.org/11260015/diff/1/net/base/openssl_private_key_store_android.cc#newcode26 net/base/openssl_private_key_store_android.cc:26: // Important: Do not use i2d_PublicKey() ...
8 years, 1 month ago (2012-10-24 21:16:18 UTC) #3
digit1
https://codereview.chromium.org/11260015/diff/1/net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java File net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java (right): https://codereview.chromium.org/11260015/diff/1/net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java#newcode35 net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java:35: * @param context: current activity context. That's correct, updated. ...
8 years, 1 month ago (2012-10-25 14:34:32 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/digit@chromium.org/11260015/6002
8 years, 1 month ago (2012-10-25 14:39:03 UTC) #5
commit-bot: I haz the power
8 years, 1 month ago (2012-10-25 16:28:47 UTC) #6
Change committed as 164088

Powered by Google App Engine
This is Rietveld 408576698