Chromium Code Reviews| Index: remoting/base/rsa_key_pair.cc |
| =================================================================== |
| --- remoting/base/rsa_key_pair.cc (revision 228925) |
| +++ remoting/base/rsa_key_pair.cc (working copy) |
| @@ -93,7 +93,7 @@ |
| std::string RsaKeyPair::GenerateCertificate() const { |
| std::string der_cert; |
| - net::x509_util::CreateSelfSignedCert( |
| + net::x509_util::CreateSha1SelfSignedCert( |
| key_.get(), |
| "CN=chromoting", |
| base::RandInt(1, std::numeric_limits<int>::max()), |