ahknight / httpsig

HTTP Signature for Python
https://datatracker.ietf.org/doc/draft-cavage-http-signatures/
MIT License
36 stars 20 forks source link

Pycrypto is dead, requirement could switch to Pycryptodome? #10

Closed adpeters closed 6 years ago

adpeters commented 6 years ago

PyCrypto is dead, #https://github.com/dlitz/pycrypto/issues/238, and it won't work with Python 3.6 on Windows.

Perhaps httpsig should require pycryptodome instead of pycrypto. I created a fork with these changes and it seems to work fine so far with all tests passing.

iandouglas commented 6 years ago

I submitted a PR for this, hopefully @ahknight or @atl can look into this soon. https://github.com/ahknight/httpsig/pull/11

ahknight commented 6 years ago

Merged. Thanks!