Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1575411 - Disable EMS for tests, a=bustage
  • Loading branch information
martinthomson committed Oct 29, 2019
1 parent 4569252 commit a01e109
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gtests/ssl_gtest/tls_agent.cc
Expand Up @@ -286,6 +286,9 @@ bool TlsAgent::EnsureTlsSetup(PRFileDesc* modelSocket) {
EXPECT_EQ(SECSuccess, rv);
if (rv != SECSuccess) return false;

// All these tests depend on having this disabled to start with.
SetOption(SSL_ENABLE_EXTENDED_MASTER_SECRET, PR_FALSE);

return true;
}

Expand Down

0 comments on commit a01e109

Please sign in to comment.