summaryrefslogtreecommitdiff
path: root/SWIG/_dsa.i
Commit message (Expand)AuthorAgeFilesLines
* Add explicit declarations to 0 for int variables to make GCC happy.Matěj Cepl2018-02-081-5/+5
* Fixing PyBytesMatěj Cepl2017-10-301-4/+0
* Add exceptions for dsa_generate_parameters, dsa_read_{params,pub_key,key}Matěj Cepl2017-10-191-37/+62
* Replace complicated PyErr_SetString construct with our own functoin (m2_PyErr...Matěj Cepl2017-09-291-14/+16
* Don't use deprecated *_generate_key functions, update.Matěj Cepl2017-09-201-19/+25
* Fix use of 'const BIGNUM' in calls to getters and setters.Matěj Cepl2017-09-201-10/+10
* Switch OpenSSL DEPRECATEDIN_1_1_0 function into Python warnings.Matěj Cepl2017-09-201-0/+4
* Added support for OpenSSL 1.1.0 getter/setters.Jim Carroll2017-09-151-65/+62
* Use the defined macro Py_RETURN_NONE instead of DIY.Matěj Cepl2016-12-151-8/+4
* Work with bytes() and str() on py3k and py2k alternatively.Matěj Cepl2016-05-201-3/+9
* Add DSA.pub_key_from_params() factory functionCasey Deccio2016-02-021-0/+19
* Bug 12935, 0.20 started releasing Python locks even around some operations thatHeikki Toivonen2010-02-131-5/+10
* Bug 12775, allow more blocking OpenSSL functions to run without GIL, by Milos...Heikki Toivonen2009-07-241-0/+21
* Bug 7521, 64-bit corretness fixes, original patch by Miloslav Trmac.Heikki Toivonen2007-05-081-11/+12
* Bug 5519, various DSA enhancements, by Larry Bugbee.Heikki Toivonen2006-05-101-0/+41
* Bug 5365, fix swig warnings (%name to %rename).Heikki Toivonen2006-03-081-4/+8
* Bug 5317, remove blocks that were guarded with PYTHON_API_VERSIONHeikki Toivonen2006-03-071-72/+7
* Fix memory leaks is dsa_sign.Heikki Toivonen2006-03-041-53/+3
* Make Id keyword expand in Subversion.Heikki Toivonen2005-06-031-1/+1
* Bug 2835, fix some memory leaks. Reviewed by Robin Dunn.Heikki Toivonen2005-05-141-0/+4
* *** empty log message ***Ng Pheng Siong2003-06-221-0/+388