summaryrefslogtreecommitdiffstats
path: root/net/cert/x509_util_openssl.cc
diff options
context:
space:
mode:
authorrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-25 00:25:35 +0000
committerrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-25 00:25:35 +0000
commit6b8a3c74f230377bd7a54fc17de02f82bc6e9532 (patch)
treeec30246a3b6b3c81a71f736f3beecf33525e1d87 /net/cert/x509_util_openssl.cc
parent1442d7f4cb20dc35f0a138fce93186eaa688e4ea (diff)
downloadchromium_src-6b8a3c74f230377bd7a54fc17de02f82bc6e9532.zip
chromium_src-6b8a3c74f230377bd7a54fc17de02f82bc6e9532.tar.gz
chromium_src-6b8a3c74f230377bd7a54fc17de02f82bc6e9532.tar.bz2
Rename ServerBoundCert => ChannelID to reflect the current name
of this feature. TBR=darin Review URL: https://codereview.chromium.org/356713005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285432 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/cert/x509_util_openssl.cc')
-rw-r--r--net/cert/x509_util_openssl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cert/x509_util_openssl.cc b/net/cert/x509_util_openssl.cc
index 38a987c..19362f2 100644
--- a/net/cert/x509_util_openssl.cc
+++ b/net/cert/x509_util_openssl.cc
@@ -223,7 +223,7 @@ bool IsSupportedValidityRange(base::Time not_valid_before,
return true;
}
-bool CreateDomainBoundCertEC(
+bool CreateChannelIDEC(
crypto::ECPrivateKey* key,
DigestAlgorithm alg,
const std::string& domain,