summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update NEWS file for 0.13.3python-ecdsa-0.13.30.13Hubert Kario2019-10-071-0/+7
* Merge pull request #124 from tomato42/backport-sig-decodeHubert Kario2019-10-0715-29/+490
|\
| * update README with error handling of from_string() and from_der()Hubert Kario2019-10-071-2/+5
| * execute also new tests in TravisHubert Kario2019-10-078-2/+33
| * harden also key decodingHubert Kario2019-10-073-14/+207
| * ensure that the encoding is actually the minimal one for length and integerHubert Kario2019-10-073-2/+104
| * make variable names in remove_integer more aproppriateHubert Kario2019-10-071-2/+2
| * explicitly specify the distro to get py26 and py33Hubert Kario2019-10-071-0/+3
| * fix length decodingHubert Kario2019-10-072-1/+5
| * give the same handling to string encoded signatures as to DERHubert Kario2019-10-073-26/+65
| * translate the UnexpectedDER exception to BadSignatureErrorHubert Kario2019-10-072-2/+73
| * strict error checking in DER decoding of integers and sequencesHubert Kario2019-10-071-6/+21
|/
* update NEWS filepython-ecdsa-0.13.2Hubert Kario2019-04-171-0/+4
* fix CI on py2.6 and py3.2Hubert Kario2019-04-175-1/+18
* add all supported versions of pythonHubert Kario2019-04-171-0/+4
* fix setup.py on py2Hubert Kario2019-04-171-1/+2
* upload project description toopython-ecdsa-0.13.1Hubert Kario2019-04-171-0/+6
* Recreate the wheel file without .pyc filesHubert Kario2019-04-171-0/+4
* update NEWS for 0.13 releasepython-ecdsa-0.13Brian Warner2015-02-071-0/+6
* un-compatibility-break Curve argumentsBrian Warner2015-02-072-21/+14
* update NEWS for 0.12 releasepython-ecdsa-0.12Brian Warner2015-02-061-0/+7
* add coverage reportingBrian Warner2015-02-063-2/+16
* travis: enable pypy3Brian Warner2015-02-041-0/+1
* Merge pull request #41 from alex/patch-1Brian Warner2015-02-041-1/+1
|\
| * Fixed a docstring that got out of sync with the signature.Alex Gaynor2015-01-301-1/+1
|/
* README: update test-running instructionsBrian Warner2015-01-261-5/+2
* upgrade to versioneer-0.12Brian Warner2015-01-262-33/+59
* Made the rfc6979 module not dependent on the represetation of ECDSA generators.Alex Gaynor2014-12-163-8/+10
* mention "setup.py speed" in READMEBrian Warner2014-12-161-1/+1
* fix py3, which I always mess upBrian Warner2014-12-161-6/+7
* add 'setup.py speed' to run benchmarksBrian Warner2014-12-162-0/+40
* setup.py: use setuptools if available, but tolerate it being missingBrian Warner2014-07-141-1/+6
* setup.py: hush pyflakesBrian Warner2014-07-141-3/+0
* upgrade to versioneer-0.11Brian Warner2014-07-144-253/+317
* hush pyflakesBrian Warner2014-07-142-2/+1
* README: mention secp256k1Brian Warner2014-07-141-2/+4
* extend openssl tests: add NIST256p and SECP256k1Brian Warner2014-07-141-10/+22
* Curve: include openssl curve 'shortname' as a propertyBrian Warner2014-07-142-8/+15
* Merge pull request #27 from tochev/patch-1Brian Warner2014-06-221-1/+1
|\
| * util.randrange: minor doc fixTocho Tochev2014-06-161-1/+1
|/
* Merge pull request #26 from alex/patch-1Brian Warner2014-06-083-0/+4
|\
| * Declare that ecdsa is a universal wheelAlex Gaynor2014-06-081-0/+2
| * Declare Python 3.4 support in setup.pyAlex Gaynor2014-06-081-0/+1
| * Test under Python 3.4Alex Gaynor2014-06-081-0/+1
|/
* upgrade to versioneer-0.9Brian Warner2014-03-122-33/+76
* MANIFEST.in: oops, include versioneer.py here tooBrian Warner2014-03-101-1/+1
* switch to Versioneer for version-string managementBrian Warner2014-03-106-71/+968
* update NEWS for 0.11 releasepython-ecdsa-0.11Brian Warner2014-03-101-0/+9
* VerifyingKey.from_string(): add validate_point= argumentBrian Warner2014-03-101-2/+4
* Merge pull request #17 from trezor/masterBrian Warner2014-02-171-0/+18
|\