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

Unified Diff: remoting/protocol/spake2_authenticator_unittest.cc

Issue 1780403002: Enable Curve25519 in host and client for PIN-based and third-party auth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « remoting/protocol/spake2_authenticator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/spake2_authenticator_unittest.cc
diff --git a/remoting/protocol/spake2_authenticator_unittest.cc b/remoting/protocol/spake2_authenticator_unittest.cc
index 9f5e5d024656a2e573a2c3a9f8582a9334f1b877..1b1d31533123b9ac66aef4016862737c8500a81e 100644
--- a/remoting/protocol/spake2_authenticator_unittest.cc
+++ b/remoting/protocol/spake2_authenticator_unittest.cc
@@ -42,8 +42,8 @@ class Spake2AuthenticatorTest : public AuthenticatorTestBase {
protected:
void InitAuthenticators(const std::string& client_secret,
const std::string& host_secret) {
- host_ = Spake2Authenticator::CreateForHost(kHostId, kClientId, host_secret,
- host_cert_, key_pair_,
+ host_ = Spake2Authenticator::CreateForHost(kHostId, kClientId, host_cert_,
+ key_pair_, host_secret,
Authenticator::WAITING_MESSAGE);
client_ = Spake2Authenticator::CreateForClient(
kClientId, kHostId, client_secret, Authenticator::MESSAGE_READY);
« no previous file with comments | « remoting/protocol/spake2_authenticator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698