summaryrefslogtreecommitdiff
path: root/SWIG/_lib.i
Commit message (Expand)AuthorAgeFilesLines
* Show detailed OpenSSL error messagesKonstantin Shemyak2018-07-231-2/+15
* MSVC expects C89 and declarations must be at the top of functionsMatěj Cepl2018-02-221-2/+5
* Use __FUNCTION__ instead of __func__.Matěj Cepl2018-02-221-1/+3
* Add explicit declarations to 0 for int variables to make GCC happy.Matěj Cepl2018-02-081-9/+9
* py3k version leaked memory for PyObject with the file name.Matěj Cepl2018-02-081-12/+24
* ssl_verify_callback: build instance with PyObject_CallObjectMarkus Heiser2018-02-081-11/+3
* Fixing PyBytesMatěj Cepl2017-10-301-67/+6
* Make sure that every exceptional return throws and exception and vice versa.Matěj Cepl2017-10-051-9/+8
* Replace complicated PyErr_SetString construct with our own functoin (m2_PyErr...Matěj Cepl2017-09-291-0/+11
* Don't use deprecated *_generate_key functions, update.Matěj Cepl2017-09-201-5/+7
* X509_STORE_CTX_get_ex_data() doesn’t seem to work. Don’t use it!Matěj Cepl2017-09-201-1/+1
* Fix use of 'const BIGNUM' in calls to getters and setters.Matěj Cepl2017-09-201-3/+3
* Fix RSA_size shim.Matěj Cepl2017-09-191-1/+3
* Add also OpenSSL 1.0.2 compatbility shim for RHEL-6.Matěj Cepl2017-09-191-0/+56
* Fixes to make pyfd_* functions work on Linux.Matěj Cepl2017-09-191-5/+5
* Invoke OPENSSL_SetApplink()Jim Carroll2017-09-151-3/+21
* Include OpenSSL 1.1 compatibility functions into build.Matěj Cepl2017-09-151-0/+3
* Add possibility to set custom callback for X509 verification.Konstantin Shemyak2016-12-111-0/+47
* Add forgotten release of GIL.Matěj Cepl2016-05-231-0/+1
* Work with bytes() and str() on py3k and py2k alternatively.Matěj Cepl2016-05-201-22/+99
* Remove code for Python version < 2.6Craig Rodrigues2015-12-011-21/+0
* Fix build with SWIG 3.0.5Miloslav Trmač2015-10-131-0/+4
* Fix handling of buffer() objects as input data to SSLMiloslav Trmač2015-10-131-0/+58
* Bug 12775, allow more blocking OpenSSL functions to run without GIL, by Milos...Heikki Toivonen2009-07-241-7/+7
* Bug 11813, reverted the incorrect GIL change done in 0.18 to m2.passphrase_ca...Heikki Toivonen2008-06-121-3/+7
* Bug 9415, callbacks missing GIL management, by Keith Jackson.Heikki Toivonen2007-06-051-0/+6
* Bug 7521, 64-bit corretness fixes, original patch by Miloslav Trmac.Heikki Toivonen2007-05-081-8/+58
* Bug 7532, added Err.peek_error_code, by Thomas Uram.Heikki Toivonen2006-12-141-0/+2
* Bug 7036, added PKey.get_modulus, X509.get_fingerprint, X509_Name.as_der andHeikki Toivonen2006-12-061-0/+18
* Specifying the language name in %typemap is deprecated inHeikki Toivonen2006-04-041-8/+8
* Bug 5318, use PyMem_Malloc and other Python memory managementHeikki Toivonen2006-03-171-22/+24
* Bug 5365, fix swig warnings (%name to %rename).Heikki Toivonen2006-03-081-8/+12
* Bug 5317, remove blocks that were guarded with PYTHON_API_VERSIONHeikki Toivonen2006-03-071-113/+4
* Fix set_tmp_rsa_callback crash by ensuring/releasing GIL. Heikki Toivonen2005-06-301-7/+21
* Bug 3121, fix set_tmp_dh_callback crash by ensuring/releasing GIL. Heikki Toivonen2005-06-301-7/+21
* Of course these need to be enabled...Heikki Toivonen2005-06-301-3/+3
* Bug 1721, wrap Python C API calls with GIL ensure/release to fix crashHeikki Toivonen2005-06-301-7/+21
* Make Id keyword expand in Subversion.Heikki Toivonen2005-06-031-1/+1
* Bug 3094, replace more raw pointers from interfaces withHeikki Toivonen2005-06-011-22/+101
* *** empty log message ***Ng Pheng Siong2004-03-251-31/+129
* *** empty log message ***Ng Pheng Siong2004-03-211-2/+6
* Support ssl_set_tmp_dh_callback.Ng Pheng Siong2003-10-261-7/+60
* *** empty log message ***Ng Pheng Siong2003-06-221-0/+258