summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix OpenSSL-1.0.0 interop-test compatibilityBrian Warner2010-11-281-14/+34
* clean up unit test runner: import+call rather than use subprocess.Popen()Brian Warner2010-11-265-23/+25
* don't use tuple unpacking in sigdecode_strings, make life easier for 2to3Brian Warner2010-11-261-1/+2
* replace all integer "/" division operations with "//"Brian Warner2010-11-264-16/+16
* replace ecdsa.py's use of obsolete 'sha' library with hashlib.Brian Warner2010-11-262-2/+11
* setup.py: use --tags when asking git about the revision, otherwise it fails.python-ecdsa-0.6Brian Warner2010-10-151-1/+2
* update NEWS for 0.6 releaseBrian Warner2010-10-151-0/+5
* __init__.py: hush pyflakes warnings in use of __version__Brian Warner2010-06-051-2/+4
* fix version-setting code, tolerate lack of git or .git/ (work from sdists)Brian Warner2010-06-051-12/+23
* ignore generated MANIFEST and dist/ filesBrian Warner2010-06-051-0/+2
* fix all unit tests to exit with rc!=0 on failure, add 'setup.py test' commandBrian Warner2010-06-055-21/+54
* Add Git version-handling code. Generated __version__ now lives in _version.pyBrian Warner2010-06-053-6/+60
* release 0.5, with NEWS, LICENSE, etc.python-ecdsa-0.5Brian Warner2010-04-276-7/+61
* mention that our PRNG is for short-term use onlyBrian Warner2010-04-251-1/+4
* key-generation cleanups: remove SigningKey.from_seed, hashfunc=Brian Warner2010-04-255-161/+241
* hush pyflakesBrian Warner2010-04-211-1/+2
* README: got speed numbers from Crypto++, about 30-40x faster.Brian Warner2010-04-181-2/+3
* switch to string_to_randrange_trytryagain, add more randrange options, testsBrian Warner2010-04-183-28/+100
* ellipticcurve.py: add test for INFINITY.double()==INFINITY, update READMEBrian Warner2010-04-182-1/+14
* README: module is now named 'ecdsa', not 'pyecdsa'Brian Warner2010-04-181-24/+26
* ellipticcurve.Point.double: check for INFINITY, suggested by Dcoder.Brian Warner2010-04-181-0/+3
* remove old oid.txt fileBrian Warner2010-04-181-59/+0
* renamed directory to 'ecdsa', renamed package to 'python-ecdsa', removed 'set...Brian Warner2010-04-1810-46/+7
* oops, chmod -x der.pyBrian Warner2010-04-181-0/+0
* Built wrapper around raw ecdsa.py code, basic docs, unit tests, setup.pyBrian Warner2010-04-1814-1/+1363
* snapshot of pure-python ECDSA implementation by Peter PearsonBrian Warner2010-04-134-0/+1435