Blame SOURCES/nss-disable-curve25519-gtests.patch

5f1c2b
diff -up nss/gtests/ssl_gtest/ssl_ecdh_unittest.cc.disable-curve25519 nss/gtests/ssl_gtest/ssl_ecdh_unittest.cc
5f1c2b
--- nss/gtests/ssl_gtest/ssl_ecdh_unittest.cc.disable-curve25519	2017-02-17 11:35:40.794056778 +0100
5f1c2b
+++ nss/gtests/ssl_gtest/ssl_ecdh_unittest.cc	2017-02-17 11:35:50.905842897 +0100
5f1c2b
@@ -287,20 +287,6 @@ TEST_P(TlsConnectStreamPre13, Configured
5f1c2b
             ssl_sig_rsa_pss_sha256);
5f1c2b
 }
5f1c2b
 
5f1c2b
-TEST_P(TlsKeyExchangeTest, Curve25519) {
5f1c2b
-  Reset(TlsAgent::kServerEcdsa256);
5f1c2b
-  const std::vector<SSLNamedGroup> groups = {
5f1c2b
-      ssl_grp_ec_curve25519, ssl_grp_ec_secp256r1, ssl_grp_ec_secp521r1};
5f1c2b
-  EnsureKeyShareSetup();
5f1c2b
-  ConfigNamedGroups(groups);
5f1c2b
-  Connect();
5f1c2b
-
5f1c2b
-  CheckKeys(ssl_kea_ecdh, ssl_grp_ec_curve25519, ssl_auth_ecdsa,
5f1c2b
-            ssl_sig_ecdsa_secp256r1_sha256);
5f1c2b
-  const std::vector<SSLNamedGroup> shares = {ssl_grp_ec_curve25519};
5f1c2b
-  CheckKEXDetails(groups, shares);
5f1c2b
-}
5f1c2b
-
5f1c2b
 TEST_P(TlsConnectGenericPre13, GroupPreferenceServerPriority) {
5f1c2b
   EnsureTlsSetup();
5f1c2b
   client_->DisableAllCiphers();