|
|
Remove dependency on V2Authenticator from ThirdParty and pairing authenticators.
Previously third-party and pairing authenticators were responsible for
creation for the underlying SPAKE2 authenticators. Now they get a
callback that they should use instead. This will allow to use them with
Spake2Authenticator.
Also made some minor cleanups in pairiting authenticators, particularly
in the code responsible for fetching the pin after paired auth fails.
BUG= 589698
Committed: https://crrev.com/12e320ad7dd026121c0ff50bc7e5cb99a13aa983
Cr-Commit-Position: refs/heads/master@{#379858}
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+168 lines, -195 lines) |
Patch |
 |
M |
remoting/protocol/authenticator.h
|
View
|
1
|
4 chunks |
+19 lines, -12 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/negotiating_authenticator_base.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/protocol/negotiating_client_authenticator.cc
|
View
|
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/negotiating_host_authenticator.cc
|
View
|
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/pairing_authenticator_base.h
|
View
|
|
2 chunks |
+7 lines, -18 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/pairing_authenticator_base.cc
|
View
|
1
|
5 chunks |
+23 lines, -51 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/pairing_client_authenticator.h
|
View
|
|
1 chunk |
+15 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/pairing_client_authenticator.cc
|
View
|
|
3 chunks |
+26 lines, -15 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/pairing_host_authenticator.h
|
View
|
|
4 chunks |
+8 lines, -13 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/pairing_host_authenticator.cc
|
View
|
|
5 chunks |
+24 lines, -30 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/third_party_authenticator_base.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/protocol/third_party_authenticator_unittest.cc
|
View
|
|
2 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/third_party_client_authenticator.h
|
View
|
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/third_party_client_authenticator.cc
|
View
|
|
3 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/third_party_host_authenticator.h
|
View
|
|
3 chunks |
+9 lines, -13 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/third_party_host_authenticator.cc
|
View
|
|
2 chunks |
+6 lines, -12 lines |
0 comments
|
Download
|
Total messages: 21 (11 generated)
|