index
:
delta/python-packages/m2crypto.git
fix_types
master
gitlab.com: m2crypto/m2crypto.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
M2Crypto
/
EC.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for CentOS 6 and Python 2.6
Matěj Cepl
2020-11-20
1
-2
/
+3
*
Replace all old-style classes with the new ones
Matěj Cepl
2018-03-13
1
-2
/
+2
*
Prefer Err module over m2.err* functions.
Matěj Cepl
2018-02-08
1
-2
/
+2
*
Missing module indentifier in the method call in EC.load_key_string_pubkey.
Matěj Cepl
2018-02-08
1
-2
/
+2
*
Change JavaDoc parameters to the Sphinx convention.
Matěj Cepl
2017-09-20
1
-45
/
+47
*
Added new method to elliptic curves warper
Kiril Grancharov
2016-12-15
1
-0
/
+47
*
Use context managers instead of leaking open file descriptors.
Matěj Cepl
2016-07-12
1
-1
/
+1
*
M2Crypto/EC.py: Add PEP-484 type hints in comments.
Matěj Cepl
2016-06-14
1
-114
/
+134
*
Fix EC tests
Matěj Cepl
2016-05-20
1
-27
/
+52
*
Make a better error handling for EC.gen_params() function.
Matěj Cepl
2016-04-28
1
-0
/
+3
*
Add implementation of the function ec_get_builtin_curves.
Matěj Cepl
2016-04-11
1
-0
/
+9
*
Fix broken imports (and PEP8ization).
Matěj Cepl
2016-03-20
1
-5
/
+8
*
Use the new absolute import syntax to fix Python 3. [PEP 328]
Craig Rodrigues
2016-03-20
1
-1
/
+3
*
Allow import/export of EC public key with binary values
Casey Deccio
2016-02-02
1
-0
/
+13
*
Fix whitespace using suggestions from autopep8
Craig Rodrigues
2015-12-01
1
-12
/
+12
*
Strip trailinig spaces and expand tabs.
Matěj Cepl
2015-11-19
1
-25
/
+25
*
Fix syntax for raising exceptions for Python 3. [PEP 3109] [PEP 0352]
Craig Rodrigues
2015-11-14
1
-1
/
+1
*
Epydoc documentation fixes.
Heikki Toivonen
2007-06-08
1
-1
/
+1
*
Bug 7285, disable flaky EC curves, by Larry Bugbee.
Heikki Toivonen
2006-12-14
1
-2
/
+9
*
Bug 5483, change some EC debug checks to be less time consuming.
Heikki Toivonen
2006-11-20
1
-4
/
+7
*
Bug 6018, added support for remaining ECs, by Larry Bugbee.
Heikki Toivonen
2006-10-31
1
-0
/
+40
*
Fix Vrije Universiteit copyright years.
Heikki Toivonen
2006-07-05
1
-1
/
+1
*
Fix minor import and indentation problems found with pylint.
Heikki Toivonen
2006-04-28
1
-1
/
+0
*
Bug 3745, ECDSA signatures and ECDH key agreement. Original
Heikki Toivonen
2006-03-07
1
-0
/
+286