| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
This makes the RSAPrivateKey dependency encapsulated inside KeyPair, and makes it a refcounted object, rather than copying the private key on every authenticator constructor. It also allows authenticators to use the KeyPair methods (such as GetSignature() or GetPublicKey()).
BUG=115899
Review URL: https://chromiumcodereview.appspot.com/12316083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186709 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
then call a callback
This is so that ProcessMessage can potentially require user input (or use the result of a network operation) without blocking the network thread on JingleSession.
BUG=115899
Review URL: https://chromiumcodereview.appspot.com/12389010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185492 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously all error of the auth protocol were interpreted as invalid
credentials even when the error was due to some other reason, e.g.
incompatible protocol.
BUG=105214
Review URL: http://codereview.chromium.org/9270052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118894 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/9240033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118407 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
BUG=105214
Review URL: http://codereview.chromium.org/9158003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116968 0039d316-1c4b-4281-b951-d872f2087c98
|
|
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
|