DescriptionAdd python-crypto and python-openssl for rietveld uploads to work w/ oauth.
In order for us to support OAuth-authenticated access to Rietveld, we
need to be able to generate signed authorization requests in the Rietveld
upload scripts. That requires us to have either the python OpenSSL wrappers
plus OpenSSL itself installed, or to use the python pyCrypto library.
Currently the bots use python-openssl, but don't work on Windows as a result.
We add the python-openssl wrapper to be consistent, but want to switch
to pycrypto, so once we have all the bots using pycrypto, we can drop
python-openssl from the list.
R=thestig@chromium.org
BUG=371620, 375971
NOTRY=true
Committed: https://crrev.com/fedbbb0aa762826ba2fc85a2b934dc9660639aa7
Cr-Commit-Position: refs/heads/master@{#297021}
Patch Set 1 #
Total comments: 1
Patch Set 2 : merge to HEAD, update w/ review feedback #Messages
Total messages: 7 (1 generated)
|