| Index: remoting/protocol/negotiating_authenticator_base.cc
|
| diff --git a/remoting/protocol/negotiating_authenticator_base.cc b/remoting/protocol/negotiating_authenticator_base.cc
|
| index d31ad5720952125c1b50afabe73f8db00dc85c30..296d5acc7f6e59364c223125168a407c6f9333a6 100644
|
| --- a/remoting/protocol/negotiating_authenticator_base.cc
|
| +++ b/remoting/protocol/negotiating_authenticator_base.cc
|
| @@ -24,6 +24,9 @@ namespace {
|
|
|
| const NameMapElement<NegotiatingAuthenticatorBase::Method>
|
| kAuthenticationMethodStrings[] = {
|
| + {NegotiatingAuthenticatorBase::Method::SHARED_SECRET_PLAIN_SPAKE2_P224,
|
| + "spake2_plain"},
|
| +
|
| {NegotiatingAuthenticatorBase::Method::SHARED_SECRET_SPAKE2_P224,
|
| "spake2_hmac"},
|
| {NegotiatingAuthenticatorBase::Method::SHARED_SECRET_SPAKE2_CURVE25519,
|
|
|