summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/v2_authenticator_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Implement NegotiatingAuthenticator.sergeyu@chromium.org2012-01-301-2/+3
| | | | | | | | BUG=105214 Review URL: https://chromiumcodereview.appspot.com/9284034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119765 0039d316-1c4b-4281-b951-d872f2087c98
* Move common authenticators code to a separate file.sergeyu@chromium.org2012-01-251-118/+2
| | | | | | | | | | | | | Pulled code common between V1AuthenticatorTest and V2AuthenticatorTest to a separate file. It will be later used for NegotiatingAuthenticator unittest. BUG=105214 Review URL: http://codereview.chromium.org/9285022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119001 0039d316-1c4b-4281-b951-d872f2087c98
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-11/+12
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9240033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118407 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup AuthenticatorFactory implementations.sergeyu@chromium.org2012-01-111-2/+2
| | | | | | | | | | | | 1. Removed V1HostAuthenticatorFactory and V2HostAuthenticatorFactory, as they are not used anywhere. 2. Changed the code to pass RSAPrivateKey by reference instead of pointer. Review URL: http://codereview.chromium.org/9150014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117176 0039d316-1c4b-4281-b951-d872f2087c98
* EKE-based Authenticator implementation.sergeyu@chromium.org2011-12-221-0/+210
BUG=105214 Review URL: http://codereview.chromium.org/8969009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115625 0039d316-1c4b-4281-b951-d872f2087c98