| Index: net/base/x509_util_openssl.cc
|
| ===================================================================
|
| --- net/base/x509_util_openssl.cc (revision 112390)
|
| +++ net/base/x509_util_openssl.cc (working copy)
|
| @@ -15,7 +15,7 @@
|
|
|
| namespace x509_util {
|
|
|
| -bool CreateOriginBoundCertRSA(
|
| +bool CreateOriginBoundCert(
|
| crypto::RSAPrivateKey* key,
|
| const std::string& origin,
|
| uint32 serial_number,
|
| @@ -25,16 +25,6 @@
|
| return false;
|
| }
|
|
|
| -bool CreateOriginBoundCertEC(
|
| - crypto::ECPrivateKey* key,
|
| - const std::string& origin,
|
| - uint32 serial_number,
|
| - base::TimeDelta valid_duration,
|
| - std::string* der_cert) {
|
| - NOTIMPLEMENTED();
|
| - return false;
|
| -}
|
| -
|
| bool ParsePrincipalKeyAndValueByIndex(X509_NAME* name,
|
| int index,
|
| std::string* key,
|
|
|