summaryrefslogtreecommitdiff
path: root/M2Crypto/EC.py
Commit message (Expand)AuthorAgeFilesLines
* Move project to src/ layoutMatěj Cepl2021-01-141-460/+0
* Remove support for CentOS 6 and Python 2.6Matěj Cepl2020-11-201-2/+3
* Replace all old-style classes with the new onesMatěj Cepl2018-03-131-2/+2
* Prefer Err module over m2.err* functions.Matěj Cepl2018-02-081-2/+2
* Missing module indentifier in the method call in EC.load_key_string_pubkey.Matěj Cepl2018-02-081-2/+2
* Change JavaDoc parameters to the Sphinx convention.Matěj Cepl2017-09-201-45/+47
* Added new method to elliptic curves warperKiril Grancharov2016-12-151-0/+47
* Use context managers instead of leaking open file descriptors.Matěj Cepl2016-07-121-1/+1
* M2Crypto/EC.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-141-114/+134
* Fix EC testsMatěj Cepl2016-05-201-27/+52
* Make a better error handling for EC.gen_params() function.Matěj Cepl2016-04-281-0/+3
* Add implementation of the function ec_get_builtin_curves.Matěj Cepl2016-04-111-0/+9
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-5/+8
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-1/+3
* Allow import/export of EC public key with binary valuesCasey Deccio2016-02-021-0/+13
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-12/+12
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-25/+25
* Fix syntax for raising exceptions for Python 3. [PEP 3109] [PEP 0352]Craig Rodrigues2015-11-141-1/+1
* Epydoc documentation fixes.Heikki Toivonen2007-06-081-1/+1
* Bug 7285, disable flaky EC curves, by Larry Bugbee.Heikki Toivonen2006-12-141-2/+9
* Bug 5483, change some EC debug checks to be less time consuming.Heikki Toivonen2006-11-201-4/+7
* Bug 6018, added support for remaining ECs, by Larry Bugbee.Heikki Toivonen2006-10-311-0/+40
* Fix Vrije Universiteit copyright years.Heikki Toivonen2006-07-051-1/+1
* Fix minor import and indentation problems found with pylint.Heikki Toivonen2006-04-281-1/+0
* Bug 3745, ECDSA signatures and ECDH key agreement. OriginalHeikki Toivonen2006-03-071-0/+286