summaryrefslogtreecommitdiff
path: root/SWIG/_dh.i
Commit message (Expand)AuthorAgeFilesLines
* Add explicit declarations to 0 for int variables to make GCC happy.Matěj Cepl2018-02-081-1/+1
* Fixing PyBytesMatěj Cepl2017-10-301-4/+0
* Replace complicated PyErr_SetString construct with our own functoin (m2_PyErr...Matěj Cepl2017-09-291-7/+7
* Don't use deprecated *_generate_key functions, update.Matěj Cepl2017-09-201-20/+25
* Fix use of 'const BIGNUM' in calls to getters and setters.Matěj Cepl2017-09-201-4/+4
* 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-35/+26
* Use the defined macro Py_RETURN_NONE instead of DIY.Matěj Cepl2016-12-151-4/+2
* Work with bytes() and str() on py3k and py2k alternatively.Matěj Cepl2016-05-201-1/+7
* Bug 12775, allow more blocking OpenSSL functions to run without GIL, by Milos...Heikki Toivonen2009-07-241-0/+4
* Bug 7521, 64-bit corretness fixes, original patch by Miloslav Trmac.Heikki Toivonen2007-05-081-3/+3
* 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-27/+3
* Make Id keyword expand in Subversion.Heikki Toivonen2005-06-031-1/+1
* *** empty log message ***Ng Pheng Siong2003-06-221-0/+201