summaryrefslogtreecommitdiff
path: root/tests/test_ec_curves.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-5/+1
* One forgotten hard-coded curve.Matěj Cepl2016-04-131-1/+0
* Use only EC curves which are available.Matěj Cepl2016-04-121-98/+104
* Add implementation of the function ec_get_builtin_curves.Matěj Cepl2016-04-111-1/+6
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-12/+12
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-0/+2
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-3/+3
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-21/+21
* Remove more plain assertsMatěj Cepl2015-11-181-5/+5
* Change self.assertRaises to context managers.Matěj Cepl2015-10-271-4/+4
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-1/+5
* Fixed memory leak in ecdsa_verify.Heikki Toivonen2007-06-131-1/+1
* Fixed memory leak in m2.ec_key_new_by_curve_name.Heikki Toivonen2007-06-121-2/+2
* Make all test methods start with test_, so that running individual suites works,Heikki Toivonen2006-12-151-2/+2
* Bug 7285, disable flaky EC curves, by Larry Bugbee.Heikki Toivonen2006-12-141-16/+18
* Bug 6018, added support for remaining ECs, by Larry Bugbee.Heikki Toivonen2006-10-311-0/+157