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

Unified Diff: net/cert/x509_util_openssl_unittest.cc

Issue 27832002: Sign self-signed certs with SHA256. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 2 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/cert/x509_util_openssl_unittest.cc
===================================================================
--- net/cert/x509_util_openssl_unittest.cc (revision 229411)
+++ net/cert/x509_util_openssl_unittest.cc (working copy)
@@ -46,6 +46,7 @@
std::string der_cert;
EXPECT_FALSE(x509_util::CreateDomainBoundCertEC(
private_key.get(),
+ x509_util::DIGEST_SHA1,
domain, 1,
now,
now + base::TimeDelta::FromDays(1),

Powered by Google App Engine
This is Rietveld 408576698