Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Tags: ahknight/httpsig

Tags

v1.3.0

Toggle v1.3.0's commit message
1.3

v1.1.2

Toggle v1.1.2's commit message
Use constant-time compare for HMAC verification.

v1.1.0

Toggle v1.1.0's commit message

v1.0.3

Toggle v1.0.3's commit message
Handle invalid params a little better.

v1.0.2

Toggle v1.0.2's commit message
Ensure we treat headers as ASCII strings.

v1.0.1

Toggle v1.0.1's commit message
1.0.1 (2014-Jul-02)

* Python 3 support (2.7 + 3.2-3.4)
* Updated tox and Travis CI configs to test the supported Python versions.
* Updated README.

v1.0.0

Toggle v1.0.0's commit message
Calling 1.0. There will be other versions for other fixes. :)

v1.0b2

Toggle v1.0b2's commit message
Lots of updates for 1.0b2

* Written against http://tools.ietf.org/html/draft-cavage-http-signatures-02
* Added "setup.py test" and tox support.
* Added sign/verify unit tests for all currently-supported algorithms.
* HeaderSigner and HeaderVerifier now share the same message-building logic.
* The HTTP method in the message is now properly lower-case.
* Resolved unit test failures.
* Updated Verifier and HeaderVerifier to handle verifying both RSA and HMAC sigs.
* Updated versioneer.
* Updated contact/author info.
* Removed stray keypair in test dir.
* Removed SSH agent support.
* Removed suport for reading keyfiles from disk as this is a huge security hole if this is used in a server framework like drf-httpsig.

v1.0b1

Toggle v1.0b1's commit message