summaryrefslogtreecommitdiff
path: root/SWIG
Commit message (Expand)AuthorAgeFilesLines
* Fix a syntax typo.Matěj Cepl2017-09-221-2/+2
* Add new generated C source.Matěj Cepl2017-09-201-1/+1
* Generated C file for RHEL-6Matěj Cepl2017-09-201-257/+267
* Don't use deprecated *_generate_key functions, update.Matěj Cepl2017-09-206-66/+101
* Add missing BN_GENCB_new and BN_GENCB_free.Matěj Cepl2017-09-201-0/+26
* Ignore possibility of the memleak for methods_fdp variable in _bio.i.Matěj Cepl2017-09-201-0/+1
* Run HMAC_CTX_init() after alloc in HMAC_CTX_new()Matěj Cepl2017-09-201-3/+5
* OpenSSL 1.1.0 should not need thread locking.Matěj Cepl2017-09-201-7/+5
* X509_STORE_CTX_get_ex_data() doesn’t seem to work. Don’t use it!Matěj Cepl2017-09-203-30/+9
* Work out properly dealing with STACK_OF(X509)Matěj Cepl2017-09-201-3/+6
* output of PyErr_Format cannot be returned from bio_new_pyfile.Matěj Cepl2017-09-201-8/+11
* Make sure __WCHAR_MAX__ and __WCHAR_MIN__ are defined.Matěj Cepl2017-09-201-0/+5
* rand_file_name doesn't take any arguments.Matěj Cepl2017-09-201-1/+1
* Fix use of 'const BIGNUM' in calls to getters and setters.Matěj Cepl2017-09-207-25/+25
* Switch OpenSSL DEPRECATEDIN_1_1_0 function into Python warnings.Matěj Cepl2017-09-205-0/+24
* Fix RSA_size shim.Matěj Cepl2017-09-195-18/+436
* Replace deprecated HMAC_Init(3) with HMAC_Init_ex(3).Matěj Cepl2017-09-192-14/+2
* Add also OpenSSL 1.0.2 compatbility shim for RHEL-6.Matěj Cepl2017-09-194-18/+120
* Fix missing symbols for OpenSSL 1.0Matěj Cepl2017-09-194-1177/+195
* Remove wrong end of groupMatěj Cepl2017-09-191-1/+0
* Fixes to make pyfd_* functions work on Linux.Matěj Cepl2017-09-193-16/+33
* Implemented BIO_s_pyfd()Jim Carroll2017-09-191-55/+13
* Removed deprecated _fp functions.Jim Carroll2017-09-191-2/+0
* Fixe _rsa.i ... #if directive and use RSA_size().Jim Carroll2017-09-191-3/+13
* Fixes of setup.py for OpenSSL 1.1.0 on RHEL-6.Jim Carroll2017-09-191-0/+3
* Added support for deprecated CRYPTO_NUM_LOCKS macro.Jim Carroll2017-09-151-4/+7
* Removed deprecated constants -- not used anywhere in M2CryptoJim Carroll2017-09-151-2/+0
* For Win32 buildsJim Carroll2017-09-151-5/+51
* Invoke OPENSSL_SetApplink()Jim Carroll2017-09-154-34/+27
* Added support for OpenSSL 1.1.0 getter/setters.Jim Carroll2017-09-157-556/+1660
* Switched from obsolete BN_init() to the recommended BN_new()Jim Carroll2017-09-151-14/+22
* Suppress swig warning 454 about variable may leak memory.Jim Carroll2017-09-155-0/+6
* Added test coverageJim Carroll2017-09-151-0/+238
* Include OpenSSL 1.1 compatibility functions into build.Matěj Cepl2017-09-154-2/+9
* Add patches for OpenSSL 1.1.0 compatibility from OpenSSH.Matěj Cepl2017-09-152-0/+467
* Update generated code for RHEL-6Matěj Cepl2017-09-141-19/+63
* Add M2Crypto.SSL.Context().set_default_verify_paths() method.Matěj Cepl2017-05-172-0/+33
* SSLv2_method Error in Ubuntu 16.04 #162Markus Heiser2017-03-032-17/+0
* Don’t use BIO_new_fd.Matěj Cepl2016-12-152-0/+118
* Use the defined macro Py_RETURN_NONE instead of DIY.Matěj Cepl2016-12-1510-96/+48
* Fix the commit to the current master branch.Matěj Cepl2016-12-132-591/+261
* Use swig generated python loaderJoe Julian2016-12-133-2/+27
* Updated generated files for builds in environments without swig.Konstantin Shemyak2016-12-111-91/+249
* Add possibility to set custom callback for X509 verification.Konstantin Shemyak2016-12-113-0/+58
* Updated generated file for builds in environments without swig.Konstantin Shemyak2016-11-281-274/+659
* Add possibility to sign PKCS7 with a non-default digest.Konstantin Shemyak2016-11-281-6/+20
* Update generated files to the most recent versionMatěj Cepl2016-10-141-86/+56
* Add ASN1_UTCTIME synonym for ASN1_TIME for backwards compatibility.Andrew Waters2016-10-141-172/+197
* Replace ASN1_UTCTIME with ASN1_TIME which supports both UTCTime andAndrew Waters2016-10-142-23/+23
* make RC4 optional: comply with openssl cpompiled w/o RC4 ciphert0b32016-10-023-0/+13