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

Issue 6297008: The SSL server's RSA private key must be imported with the... (Closed)

Created:
9 years, 11 months ago by wtc
Modified:
9 years, 7 months ago
Reviewers:
Alpha Left Google
CC:
chromium-reviews, cbentzel+watch_chromium.org, brettw-cc_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

The SSL server's RSA private key must be imported with the KU_KEY_ENCIPHERMENT key usage to support the RSA key exchange algorithm. Remove the incorrect workarounds for this bug. In the SSLServerSocketTest.DataTransfer unit test, do not proceed to data transfer if the SSL connection cannot be established. Not required for fixing this bug: create an RSA private key with all applicable key usage bits to be future-proof. R=hclam BUG=67928 TEST=net_unittests --gtest_filter=SSLServerSocketTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71739

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -14 lines) Patch
M base/crypto/rsa_private_key_nss.cc View 1 chunk +7 lines, -3 lines 0 comments Download
MM net/socket/ssl_server_socket_nss.cc View 1 chunk +7 lines, -1 line 0 comments Download
MM net/socket/ssl_server_socket_unittest.cc View 2 chunks +4 lines, -10 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
wtc
9 years, 11 months ago (2011-01-18 23:29:19 UTC) #1
Alpha Left Google
9 years, 11 months ago (2011-01-18 23:40:07 UTC) #2
LGTM! And thanks for explaining to me!

Powered by Google App Engine
This is Rietveld 408576698