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

Unified Diff: net/base/keygen_handler_openssl.cc

Issue 12220104: Wire up SSL client authentication for OpenSSL/Android through the net/ stack (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove chrome/browser changes + fix linux_redux build Created 7 years, 10 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
Index: net/base/keygen_handler_openssl.cc
diff --git a/net/base/keygen_handler_openssl.cc b/net/base/keygen_handler_openssl.cc
index cc6be2df9334d7e5da3da9f9afffdd3cf0493336..74a40451c6076a2d29558e1d8ef3828fb05ee16e 100644
--- a/net/base/keygen_handler_openssl.cc
+++ b/net/base/keygen_handler_openssl.cc
@@ -20,7 +20,7 @@ std::string KeygenHandler::GenKeyAndSignChallenge() {
EVP_PKEY* pkey = key->key();
if (stores_key_)
- OpenSSLPrivateKeyStore::GetInstance()->StorePrivateKey(url_, pkey);
+ OpenSSLPrivateKeyStore::GetInstance()->StoreKeyPair(url_, pkey);
crypto::ScopedOpenSSL<NETSCAPE_SPKI, NETSCAPE_SPKI_free> spki(
NETSCAPE_SPKI_new());

Powered by Google App Engine
This is Rietveld 408576698