summaryrefslogtreecommitdiff
path: root/tests/test_ecdh.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
* Use only EC curves which are available.Matěj Cepl2016-04-121-6/+9
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-2/+1
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-1/+1
* Remove more plain assertsMatěj Cepl2015-11-181-2/+2
* Change self.assertRaises to context managers.Matěj Cepl2015-10-271-1/+2
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-3/+5
* Make all test methods start with test_, so that running individual suites works,Heikki Toivonen2006-12-151-4/+4
* Bug 7077, test command to setup.py. setuptools are now required to run unit t...Heikki Toivonen2006-12-061-1/+1
* Fix Vrije Universiteit copyright years.Heikki Toivonen2006-07-051-1/+1
* Bug 3745, ECDSA signatures and ECDH key agreement. OriginalHeikki Toivonen2006-03-071-0/+49