summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/negotiating_authenticator_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove spake2_plain authentication method.sergeyu2016-03-171-53/+30
* Add Curve25519 version of pairing authenticatorssergeyu2016-03-171-33/+124
* Enable Curve25519 in host and client for PIN-based and third-party auth.sergeyu2016-03-121-13/+16
* Move NegotiatingClientAuthentication creation to ChromotingClient.sergeyu2016-03-121-6/+9
* Revert of Move NegotiatingClientAuthentication creation to ChromotingClient. ...alexmos2016-03-111-9/+6
* Move NegotiatingClientAuthentication creation to ChromotingClient.sergeyu2016-03-111-6/+9
* Replace ThirdPartyClientAuthenticator::TokenFetcher with a callback.sergeyu2016-03-101-1/+1
* Cleanup AuthenticationMethod usage.sergeyu2016-03-091-43/+43
* Simplify AuthenticationMethod type and PIN hash handling.sergeyu2016-03-041-62/+49
* Switch to standard integer types in remoting/.avi2015-12-221-0/+1
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-3/+3
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-2/+1
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-2/+1
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-1/+1
* Roll WebRTC 7011:7046 libjingle: 7007:7045niklase2014-09-081-1/+1
* Enable and fix CRLSet and remoting tests on non-Android OpenSSL.davidben@chromium.org2014-08-181-19/+12
* Disable authenticator unittests on Androidlambroslambrou@chromium.org2013-12-131-12/+20
* Refactored PairingRegistry::Delegate such that it can retrieve/modify for a s...alexeypa@chromium.org2013-08-021-12/+3
* Linux pairing registry delegate implementationjamiewalch@chromium.org2013-06-231-4/+4
* Changes to PairingRegistry to facilitate per-platform implementions.jamiewalch@chromium.org2013-06-181-4/+5
* Make the mapping from client id -> secret asynchronous.jamiewalch@chromium.org2013-06-141-42/+41
* This CL adds the "request pairing" implementation between the web-app and the...jamiewalch@chromium.org2013-06-041-0/+1
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-4/+5
* Show a 'remember me' checkbox in the web-app when connecting to a host that s...jamiewalch@chromium.org2013-05-241-2/+8
* PairingAuthenticator implementation and plumbing.jamiewalch@chromium.org2013-05-221-25/+135
* Client plugin changes to support third party authentication. rmsousa@chromium.org2013-04-061-1/+2
* Host-side third party token validationrmsousa@chromium.org2013-04-061-2/+2
* Separate Client and Host side of NegotiatingAuthenticator, and make the proto...rmsousa@chromium.org2013-04-031-6/+7
* Protocol / client plugin changes to support interactively asking for a PIN.rmsousa@chromium.org2013-03-231-37/+31
* Move HostKeyPair into protocol::KeyPair.rmsousa@chromium.org2013-03-071-1/+2
* Implement NegotiatingAuthenticator.sergeyu@chromium.org2012-01-301-0/+150