summaryrefslogtreecommitdiff
path: root/SWIG/_ec.i
Commit message (Expand)AuthorAgeFilesLines
* Add explicit declarations to 0 for int variables to make GCC happy.Matěj Cepl2018-02-081-4/+4
* Fixing PyBytesMatěj Cepl2017-10-301-53/+4
* Replace complicated PyErr_SetString construct with our own functoin (m2_PyErr...Matěj Cepl2017-09-291-16/+16
* Fix use of 'const BIGNUM' in calls to getters and setters.Matěj Cepl2017-09-201-2/+2
* Added support for OpenSSL 1.1.0 getter/setters.Jim Carroll2017-09-151-6/+21
* Work with bytes() and str() on py3k and py2k alternatively.Matěj Cepl2016-05-201-0/+22
* Add implementation of the function ec_get_builtin_curves.Matěj Cepl2016-04-111-0/+51
* Remove trailing whitespaceMatěj Cepl2016-02-021-12/+12
* Allow import/export of EC public key with binary valuesCasey Deccio2016-02-021-0/+63
* Bug 12935, 0.20 started releasing Python locks even around some operations thatHeikki Toivonen2010-02-131-3/+6
* Bug 12775, allow more blocking OpenSSL functions to run without GIL, by Milos...Heikki Toivonen2009-07-241-0/+15
* Fix the botched ecdsa_verify memory leak fix; it was causing crashes. The new...Heikki Toivonen2007-06-131-6/+2
* Fixed memory leak in ecdsa_verify.Heikki Toivonen2007-06-131-0/+4
* Fixed memory leak in m2.ec_key_new_by_curve_name.Heikki Toivonen2007-06-121-1/+1
* Bug 7521, 64-bit corretness fixes, original patch by Miloslav Trmac.Heikki Toivonen2007-05-081-13/+13
* Bug 6018, added support for remaining ECs, by Larry Bugbee.Heikki Toivonen2006-10-311-0/+39
* Fix Vrije Universiteit copyright years.Heikki Toivonen2006-07-051-1/+1
* Bug 6031, OpenSSL can be configured without EC so needHeikki Toivonen2006-06-121-2/+7
* Bug 5365, fix swig warnings (%name to %rename).Heikki Toivonen2006-03-081-5/+10
* Bug 5317, remove blocks that were guarded with PYTHON_API_VERSIONHeikki Toivonen2006-03-071-54/+5
* Bug 3745, ECDSA signatures and ECDH key agreement. OriginalHeikki Toivonen2006-03-071-0/+401