summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1/rfc5849/signature.py
Commit message (Expand)AuthorAgeFilesLines
* add HMAC-SHA256 signature validationHamish Moffatt2019-07-251-0/+30
* Renamed construct_base_string to signature_base_string.Hoylen Sue2019-02-221-9/+14
* Fixed space encoding in base string URI used in the signature base string.Hoylen Sue2019-02-191-7/+31
* Remove unnecessary workaround for bytes typeJon Dufresne2018-09-141-2/+2
* Rtd docs fix (#515)Jonathan Huot2018-02-281-43/+43
* Add support for HMAC-SHA256 (builds on PR#388) (#498)Viktor Haag2017-11-141-0/+57
* Sorted imports.Omer Katz2017-09-171-3/+5
* Only log signature base string when verification fails.Hoylen Sue2017-08-011-5/+6
* Extra logging for verifying signatures.Hoylen Sue2017-08-011-3/+16
* Check for rsa_key when it's actually neededDavid Baumgold2015-05-061-0/+2
* Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ...Joseph Tate2015-04-141-17/+24
* Fix docs - python-rsa is not usedanatoly techtonik2014-11-171-2/+0
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-10/+12
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-1/+2
* Enforcing a common interface for `sign_*()` methods...David Rogers2014-03-251-0/+13
* Fix scheme check for python 2.6.Ib Lundgren2013-09-121-2/+2
* Merge pull request #144 from matthewlmcclure/fix-doc-string-20130502Ib Lundgren2013-05-051-1/+1
|\
| * Fix a copy-paste-o in a link to RFC 3986Matt McClure2013-05-021-1/+1
* | Make normalize_base_string_uri handle scheme and path more conformantlyMatt McClure2013-05-031-0/+12
* | Update, comment on, and test the implementation.Matt McClure2013-05-021-2/+21
* | Fix defect in choice of authority for signature base stringMatt McClure2013-05-011-2/+2
|/
* Use urldecode instead of parse_qslIb Lundgren2013-02-121-2/+3
* Fix #83Ib Lundgren2013-02-071-1/+1
* Correct typo that set the default value of with_realm. This was caught by the...Silas Snider2012-11-091-1/+1
* change returned request object so that it contains the realm paramter if one ...Silas Snider2012-11-091-3/+3
* fix some byte/unicode arguments for Python 2.6's benefitMichael Terry2012-09-031-1/+1
* Support Python 3Michael Terry2012-08-311-27/+32
* Verification methodsIb Lundgren2012-06-251-1/+51
* Soft dependency on PyCryptoIb Lundgren2012-06-121-7/+7
* Use python-rsa instead of pycryptoIdan Gazit2012-05-061-9/+5
* Removing an errant comma (oops). NOTE: 2 tests are currently broken: tests.oa...David Gouldin2012-04-241-2/+1
* Changing signatures.construct_base_string to more closely follow the spec doc...David Gouldin2012-04-241-16/+29
* Merge remote-tracking branch 'origin/master'David Gouldin2012-04-241-11/+11
|\
| * Document that collect_parameters expects headers as a dictIdan Gazit2012-04-231-0/+2
| * PEP8, whitespace cleanup. Unused code/imports removal.Idan Gazit2012-04-231-3/+0
| * Merge branch 'master' into features/request_objectIdan Gazit2012-04-231-17/+17
| |\
| * | Use extract_params to normalize behavior in signature.pyIdan Gazit2012-04-231-10/+8
* | | Improving in-line documentation of oauth1 rfc5849 signatures (section 3.4) fo...David Gouldin2012-04-241-37/+339
| |/ |/|
* | Normalizing as much as possible to unicode, pulling in non-unicode functions ...David Gouldin2012-04-201-17/+16
* | Revert "Add support to OAuth1 for including body in the base string based on"Caleb Brown2012-04-191-13/+9
* | Allow empty secrets when generating the OAuth1 HMAC SHA1 Signature.Caleb Brown2012-04-191-2/+3
* | Add support to OAuth1 for including body in the base string based onCaleb Brown2012-04-181-9/+13
* | Fix a bug in oauth1.signature.collect_parameters preventing unescaping.Caleb Brown2012-04-181-1/+1
|/
* PEP8 cleanupIdan Gazit2012-04-111-2/+2
* Restructuring to provide parity between code/tests, oauth1/oauth2.David Gouldin2012-04-071-0/+191