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

Unified Diff: net/base/x509_certificate_unittest.cc

Issue 8368015: Record when certificates signed with md[2,4,5] are encountered when using OpenSSL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Extract AppendPublicKeyHashes Created 9 years, 1 month 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_certificate_openssl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/x509_certificate_unittest.cc
diff --git a/net/base/x509_certificate_unittest.cc b/net/base/x509_certificate_unittest.cc
index 21416b15dfb50bae00b658972a0baafaf1b4ad7c..2c7c39b30151e5c0d45af9148dec2dd6a6090838 100644
--- a/net/base/x509_certificate_unittest.cc
+++ b/net/base/x509_certificate_unittest.cc
@@ -1489,9 +1489,6 @@ TEST_P(X509CertificateNameVerifyTest, VerifyHostname) {
INSTANTIATE_TEST_CASE_P(, X509CertificateNameVerifyTest,
testing::ValuesIn(kNameVerifyTestData));
-// Not implemented on OpenSSL - http://crbug.com/101123
-#if defined(USE_NSS) || defined(OS_WIN) || defined(OS_MACOSX)
-
struct WeakDigestTestData {
const char* root_cert_filename;
const char* intermediate_cert_filename;
@@ -1696,6 +1693,4 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
X509CertificateWeakDigestTest,
testing::ValuesIn(kVerifyMixedTestData));
-#endif // defined(USE_NSS) || defined(OS_WIN) || defined(OS_MACOSX)
-
} // namespace net
« no previous file with comments | « net/base/x509_certificate_openssl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698