summaryrefslogtreecommitdiff
path: root/tests/test_ecdsa.py
Commit message (Expand)AuthorAgeFilesLines
* Replace 'from . import' with absolute imports.Matěj Cepl2021-01-141-1/+1
* Mass removal of deprecated constructs.Matěj Cepl2020-12-021-2/+2
* PEP8isationMatěj Cepl2018-03-201-4/+1
* Clean up imports and PEP8izationMatěj Cepl2016-12-151-1/+1
* Fix EC testsMatěj Cepl2016-05-201-3/+3
* One forgotten hard-coded curve.Matěj Cepl2016-04-131-2/+2
* Make tests passing.Matěj Cepl2016-04-121-2/+5
* Use only EC curves which are available.Matěj Cepl2016-04-121-3/+8
* Allow import/export of EC public key with binary valuesCasey Deccio2016-02-021-0/+10
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-1/+0
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-3/+3
* Remove more plain assertsMatěj Cepl2015-11-181-3/+3
* Replace deprecated md5 and sha libs with hashlib.Matěj Cepl2015-11-021-2/+2
* Change self.assertRaises to context managers.Matěj Cepl2015-10-271-4/+8
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-2/+5
* Fixed memory leak in ecdsa_verify.Heikki Toivonen2007-06-131-4/+4
* Fixed memory leak in ecdsa_verify.Heikki Toivonen2007-06-131-4/+4
* Fixed memory leak in m2.ec_key_new_by_curve_name.Heikki Toivonen2007-06-121-5/+5
* Make all test methods start with test_, so that running individual suites works,Heikki Toivonen2006-12-151-8/+8
* Bug 7077, test command to setup.py. setuptools are now required to run unit t...Heikki Toivonen2006-12-061-3/+3
* Bug 5483, change some EC debug checks to be less time consuming.Heikki Toivonen2006-11-201-0/+3
* Fix Vrije Universiteit copyright years.Heikki Toivonen2006-07-051-1/+1
* Bug 3745, ECDSA signatures and ECDH key agreement. OriginalHeikki Toivonen2006-03-071-0/+72