summaryrefslogtreecommitdiffstats
path: root/remoting/tools/keygen.py
Commit message (Collapse)AuthorAgeFilesLines
* Basic OAuth2 support using the native app flow.ajwong@chromium.org2011-05-201-11/+11
| | | | | | | | | | | | | Currently, OAuth2 does not support redirection to chrome-extension URLs. So, temporarily, we will use the native app flow. In the future, this should be replaced with the "PostMessage" flow. BUG=none TEST=Invoke javascript functions by hand and see that we get an access token. Review URL: http://codereview.chromium.org/7046012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86034 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed register_host.py, so it works on windows.sergeyu@chromium.org2010-08-121-7/+19
| | | | | | | | | BIG=None TEST=register_host.py works on Windows. Review URL: http://codereview.chromium.org/3032062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55964 0039d316-1c4b-4281-b951-d872f2087c98
* Added RSA key generator for register_host.pysergeyu@chromium.org2010-07-141-0/+27
TEST=None BUG=None Review URL: http://codereview.chromium.org/2958001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52406 0039d316-1c4b-4281-b951-d872f2087c98