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

Issue 10377025: Parse an application/x-x509-user-cert response with (Closed)

Created:
8 years, 7 months ago by wtc
Modified:
8 years, 7 months ago
Reviewers:
Ryan Sleevi, mattm
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, cbentzel+watch_chromium.org, jam
Visibility:
Public.

Description

[This CL is for reference only.] Parse an application/x-x509-user-cert response with net::X509Certificate::CreateCertificateListFromBytes(), which supports three formats (in particular PKCS #7). Save the response in a file named "keygen-response". Print messages about the format and contents of the response. Import the intermediate CA certificates in the response (only implemented for NSS). NOTE: we must verify the CA certificates before importing them. Sign PublicKeyAndChallenge with sha1WithRSAEncryption. R=rsleevi@chromium.org,mattm@chromium.org BUG=37142 TEST=none

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -4 lines) Patch
M content/browser/renderer_host/x509_user_cert_resource_handler.cc View 1 chunk +19 lines, -2 lines 0 comments Download
M net/base/cert_database_nss.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M net/base/x509_certificate.cc View 4 chunks +10 lines, -1 line 0 comments Download
M net/third_party/mozilla_security_manager/nsKeygenHandler.h View 1 chunk +1 line, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698