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

Unified Diff: chrome/browser/renderer_host/x509_user_cert_resource_handler.cc

Issue 2668005: Bring the handling of <keygen> and support for the application/x-x509-user-ce... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Whitespace/style Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/crypto/scoped_capi_types.h ('k') | chrome/browser/ssl/ssl_host_state_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/x509_user_cert_resource_handler.cc
===================================================================
--- chrome/browser/renderer_host/x509_user_cert_resource_handler.cc (revision 49024)
+++ chrome/browser/renderer_host/x509_user_cert_resource_handler.cc (working copy)
@@ -99,7 +99,7 @@
AssembleResource();
scoped_refptr<net::X509Certificate> cert =
net::X509Certificate::CreateFromBytes(resource_buffer_->data(),
- content_length_);
+ content_length_, net::X509Certificate::FORMAT_AUTO);
// The handler will run the UI and delete itself when it's finished.
new SSLAddCertHandler(request_, cert);
return true;
« no previous file with comments | « base/crypto/scoped_capi_types.h ('k') | chrome/browser/ssl/ssl_host_state_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698