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

Issue 2391213002: Report curve types in ECDSA SSLPrivateKeys. (Closed)

Created:
4 years, 2 months ago by davidben
Modified:
4 years, 2 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, android-webview-reviews_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Report curve types in ECDSA SSLPrivateKeys. This should make ECDSA client certificates work in TLS 1.3. For simplicity, it puts all platforms through the same certificate-based key metadata lookup path. This saves code and avoids guessing based on key sizes. BUG=630150 Committed: https://crrev.com/1c09a43037481167ab735ab4a0487cad78358f0b Cr-Commit-Position: refs/heads/master@{#425123}

Patch Set 1 #

Patch Set 2 : fix mac build #

Patch Set 3 : add test, fix key type parser #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+338 lines, -384 lines) Patch
M android_webview/native/aw_contents_client_bridge.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/android/ssl_client_certificate_request.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/android/java/src/org/chromium/net/AndroidKeyStore.java View 3 chunks +0 lines, -59 lines 0 comments Download
M net/android/keystore.h View 3 chunks +0 lines, -32 lines 0 comments Download
M net/android/keystore.cc View 3 chunks +0 lines, -34 lines 0 comments Download
M net/net.gypi View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_impl.cc View 1 2 3 2 chunks +16 lines, -6 lines 0 comments Download
M net/ssl/ssl_platform_key_android.h View 1 chunk +5 lines, -2 lines 0 comments Download
M net/ssl/ssl_platform_key_android.cc View 1 2 3 2 chunks +36 lines, -74 lines 0 comments Download
M net/ssl/ssl_platform_key_android_unittest.cc View 4 chunks +12 lines, -3 lines 0 comments Download
M net/ssl/ssl_platform_key_chromecast.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/ssl_platform_key_mac.cc View 1 2 3 6 chunks +20 lines, -31 lines 0 comments Download
M net/ssl/ssl_platform_key_nss.cc View 1 2 3 8 chunks +19 lines, -29 lines 0 comments Download
D net/ssl/ssl_platform_key_task_runner.h View 1 chunk +0 lines, -38 lines 0 comments Download
D net/ssl/ssl_platform_key_task_runner.cc View 1 chunk +0 lines, -32 lines 0 comments Download
A net/ssl/ssl_platform_key_util.h View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
A net/ssl/ssl_platform_key_util.cc View 1 2 1 chunk +107 lines, -0 lines 0 comments Download
A net/ssl/ssl_platform_key_util_unittest.cc View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
M net/ssl/ssl_platform_key_win.cc View 1 2 3 4 chunks +3 lines, -35 lines 0 comments Download
M net/ssl/ssl_private_key.h View 1 chunk +9 lines, -1 line 0 comments Download
M net/ssl/test_ssl_private_key.cc View 1 2 3 3 chunks +20 lines, -3 lines 0 comments Download

Messages

Total messages: 39 (27 generated)
davidben
4 years, 2 months ago (2016-10-10 23:36:25 UTC) #16
svaldez
Simplified code! lgtm
4 years, 2 months ago (2016-10-11 16:03:02 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2391213002/40001
4 years, 2 months ago (2016-10-11 18:39:01 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/84302) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 2 months ago (2016-10-11 18:41:28 UTC) #21
davidben
sgurun for android_webview miguelg for chrome/browser/ui/android
4 years, 2 months ago (2016-10-11 18:44:52 UTC) #25
sgurun-gerrit only
On 2016/10/11 18:44:52, davidben wrote: > sgurun for android_webview > miguelg for chrome/browser/ui/android aw lgtm. ...
4 years, 2 months ago (2016-10-11 20:09:06 UTC) #26
davidben
On 2016/10/11 20:09:06, sgurun wrote: > On 2016/10/11 18:44:52, davidben wrote: > > sgurun for ...
4 years, 2 months ago (2016-10-11 20:11:13 UTC) #27
davidben
+tedchoc for c/b/ui/android. I forgot to check if miguelg was OOO.
4 years, 2 months ago (2016-10-13 17:17:16 UTC) #31
Ted C
On 2016/10/13 17:17:16, davidben wrote: > +tedchoc for c/b/ui/android. I forgot to check if miguelg ...
4 years, 2 months ago (2016-10-13 18:16:29 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2391213002/60001
4 years, 2 months ago (2016-10-13 18:17:46 UTC) #35
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-10-13 19:18:00 UTC) #37
commit-bot: I haz the power
4 years, 2 months ago (2016-10-13 19:20:26 UTC) #39
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/1c09a43037481167ab735ab4a0487cad78358f0b
Cr-Commit-Position: refs/heads/master@{#425123}

Powered by Google App Engine
This is Rietveld 408576698