* Changed "(request-line)" to "(request-target)" to comply with Draft 3.
1.0.3
-------------------
* Unified the default signing algo under one setting. Setting httpsig.sign.DEFAULT_SIGN_ALGORITHM changes it for all future instances. * Handle invalid params a little better.
1.0.2
-------------------
* Ensure we treat headers as ASCII strings. * Handle a case in the authorization header where there's garbage (non-keypairs) after the method name.
1.0.1
~~~~~~~~~~~~~~~~~~~
* Python 3 support (2.7 + 3.2-3.4) * Updated tox and Travis CI configs to test the supported Python versions. * Updated README.