AntonKueltz / fastecdsa

Python library for fast elliptic curve crypto
https://pypi.python.org/pypi/fastecdsa
The Unlicense
264 stars 78 forks source link

fixed urlopen giving error 403 in tests by adding User-Agent #91

Closed nicolapace closed 12 months ago

nicolapace commented 12 months ago

test_rfc6979_ecdsa fails because "https://tools.ietf.org/rfc/rfc6979.txt" somehow returns error 403 without an User-Agent, so I propose to add user-agents to all request.

AntonKueltz commented 12 months ago

Nice catch, thanks! Not sure when this changed, but was able to repro locally as well. Merging!