summaryrefslogtreecommitdiff
path: root/SWIG
Commit message (Expand)AuthorAgeFilesLines
* Add correct generated filesMatěj Cepl2020-01-291-2/+11
* NULL is legal argument for key and iv paramters of EVP_CipherInit(3)Matěj Cepl2020-01-291-2/+11
* Add correct generated filesMatěj Cepl2020-01-151-3407/+1761
* Expose X509_V_FLAG_ALLOW_PROXY_CERTS verification flag and X509_STORE_SET_FLA...Christophe Haen2020-01-152-1761/+3452
* Add generated SWIG/_m2crypto_wrap.cMatěj Cepl2019-06-081-10/+17
* Expose CRLs verification flagsChristophe Haen2019-06-081-0/+4
* Stub wchar_t helpers and ignore unused WCHAR defsmakepost2019-02-091-0/+8
* Handle set_serial overflow on python 2.6Daniel Wozniak2018-10-031-3/+5
* Fix py2 testsDaniel Wozniak2018-10-021-6/+4
* Centeralize py3 compatDaniel Wozniak2018-10-022-17/+2
* Fix asn1_integer_set metho used by x509 serialDaniel Wozniak2018-10-021-2/+18
* Update SWIG/_m2crypto_wrap.c with swig 2.*Matěj Cepl2018-07-231-3/+16
* Show detailed OpenSSL error messagesKonstantin Shemyak2018-07-231-2/+15
* Correct SWIG binding of SSL_MODE_ACCEPT_MOVING_WRITE_BUFFERChristophe Haen2018-06-111-1/+1
* SSLv3 should just go.Matěj Cepl2018-04-122-37/+0
* Generated C codeMatěj Cepl2018-02-231-63/+869
* Wean off AppLink API'sDaniel A. Wozniak2018-02-231-8/+48
* Build on windows using Visual C++ for PythonDaniel A. Wozniak2018-02-234-5/+16
* Rearrange Windows header filesMatěj Cepl2018-02-221-8/+6
* Don't use __WINDOWS__ or _MSC_VER, but _WIN32Matěj Cepl2018-02-224-10/+10
* MSVC expects C89 and declarations must be at the top of functionsMatěj Cepl2018-02-222-3/+7
* Use __FUNCTION__ instead of __func__.Matěj Cepl2018-02-222-5/+7
* Add missing definition of fd (as WSAPOLLFD) for Windows.Matěj Cepl2018-02-221-17/+21
* Don’t put size of the object into the error message.Matěj Cepl2018-02-221-2/+1
* Generated C code0.28.0Matěj Cepl2018-02-081-95/+140
* Add explicit declarations to 0 for int variables to make GCC happy.Matěj Cepl2018-02-0810-36/+36
* PyUnicode_AsUTF8 returns const char* in Python 3.7+Matěj Cepl2018-02-082-5/+6
* We use default value, no need to abort.Matěj Cepl2018-02-081-13/+7
* py3k version leaked memory for PyObject with the file name.Matěj Cepl2018-02-083-19/+27
* Replace use of PyString_AsString by PyUnicode_AsUTF8 shim provided by Python.Matěj Cepl2018-02-083-4/+5
* ssl_verify_callback: build instance with PyObject_CallObjectMarkus Heiser2018-02-081-11/+3
* Make BIO Py3 compliantMatěj Cepl2018-02-072-33/+55
* Generated C codeMatěj Cepl2018-02-011-24/+25
* Do not use old buffer protocol, but PyBytes_AsStringAndSize instead.Matěj Cepl2018-02-011-6/+6
* Don't put PyObject into AES_*crypt functions.Matěj Cepl2018-02-011-2/+2
* Add tests for functions from SWIG/_aes.i module.Matěj Cepl2018-02-011-4/+4
* Function AES_crypt actually didn't return anything.Matěj Cepl2018-01-311-1/+1
* Fixing PyBytesMatěj Cepl2017-10-3021-759/+280
* Class local exception should inherit from ValueError.Matěj Cepl2017-10-303-6/+6
* Add generated C codeMatěj Cepl2017-10-301-635/+951
* Add exception production for x509v3_ext_conf and x509v3_set_nconf.Matěj Cepl2017-10-301-0/+28
* Add exception producing for x509_crl_read_pem.Matěj Cepl2017-10-301-0/+13
* Add exception sending for bio_new_file and bio_free.Matěj Cepl2017-10-301-5/+26
* Add exceptions generating for ssl_session_read_pemMatěj Cepl2017-10-301-0/+11
* Added exception to C functions rand_pseudo_bytes and rand_bytes.Matěj Cepl2017-10-301-9/+21
* Added exception to C functions pkey_read_pem_pubkey, pkey_read_pem, pkey_new.Matěj Cepl2017-10-301-2/+13
* Add exceptions to pkey_get1_rsa function.Matěj Cepl2017-10-301-7/+53
* Adding proper exceptions to couple of pkcs7_* functions.Matěj Cepl2017-10-301-22/+44
* Add exception for get_digestbynameMatěj Cepl2017-10-301-3/+22
* Add exceptions for dsa_generate_parameters, dsa_read_{params,pub_key,key}Matěj Cepl2017-10-191-37/+62