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

Unified Diff: net/base/x509_util_openssl.cc

Issue 9617039: Change Origin bound certs -> Domain bound certs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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 | « net/base/x509_util_nss_unittest.cc ('k') | net/base/x509_util_openssl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/x509_util_openssl.cc
diff --git a/net/base/x509_util_openssl.cc b/net/base/x509_util_openssl.cc
index 8bebfe0c1638e2a4b26dd5c4e6c67b7aaa3ce149..b240644ac207ee6a5fd585aa02a7c966bf4d4d1c 100644
--- a/net/base/x509_util_openssl.cc
+++ b/net/base/x509_util_openssl.cc
@@ -15,9 +15,9 @@ namespace net {
namespace x509_util {
-bool CreateOriginBoundCertEC(
+bool CreateDomainBoundCertEC(
crypto::ECPrivateKey* key,
- const std::string& origin,
+ const std::string& domain,
uint32 serial_number,
base::Time not_valid_before,
base::Time not_valid_after,
« no previous file with comments | « net/base/x509_util_nss_unittest.cc ('k') | net/base/x509_util_openssl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698