summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New release0.38.0Matěj Cepl2021-06-142-1/+14
* Adjust GitHub Actions fileMatěj Cepl2021-06-141-1/+1
* Remove the last use of setup.py test idiom.Matěj Cepl2021-06-143-4/+4
* Add generated filesMatěj Cepl2021-06-142-6616/+5369
* Remove unnecessary ret variable.Matěj Cepl2021-06-141-1/+0
* Install openssl explicitly on openSUSE.Matěj Cepl2021-06-141-1/+1
* Use m2_PyObject_AsReadBuffer instead of PyObject_AsReadBuffer.Matěj Cepl2021-06-135-16/+13
* parameterized is actually not required for every run of M2Crypto.Matěj Cepl2021-04-231-2/+2
* Use the latest WinOpenSSLMatěj Cepl2021-04-181-2/+2
* Add support for arm64 big endianSteev Klimaszewski2021-04-181-0/+2
* Make support of RSA_SSLV23_PADDING optional.Matěj Cepl2021-02-254-24/+11
* Use current verison of WinOpenSSLMatěj Cepl2021-02-221-5/+5
* Use of RSA_SSLV23_PADDING has been deprecated.Matěj Cepl2021-02-191-5/+0
* Replace 'from . import' with absolute imports.Matěj Cepl2021-01-1428-28/+28
* Remove superfluous variables in test_bn.Matěj Cepl2021-01-141-9/+9
* Remove deprecation warningsMatěj Cepl2021-01-142-4/+4
* Move project to src/ layoutMatěj Cepl2021-01-1468-9/+12
* Fix main.ymlMatěj Cepl2021-01-143-13/+24
* Allow verify_cb_* to be called with ok=TrueCasey Deccio2021-01-081-2/+12
* Bump Windows OpenSSL versionMatěj Cepl2020-12-171-2/+2
* Be prepared if any of constants in x509_vfy.h is not available.Matěj Cepl2020-12-172-19/+68
* We don't support 2.6, really.Matěj Cepl2020-12-091-1/+1
* But we do support 3.8Matěj Cepl2020-12-081-0/+1
* We DO NOT support Python 2.6.Matěj Cepl2020-12-081-1/+0
* Updated SWIG/_m2crypto_wrap.c0.37.1Matěj Cepl2020-12-081-43/+85
* Fix typo parametrized -> parameterizedMatěj Cepl2020-12-084-7/+7
* Administrative tasks to create release 0.37.0.37.0Matěj Cepl2020-12-0849-933/+6445
* Add centos7 GitLab-CI targetMatěj Cepl2020-12-081-0/+10
* Stop playing with swig, we don't support swig 1.* anymore.Matěj Cepl2020-12-082-46/+3
* Fix dereferencing of pointersCasey Deccio2020-12-081-2/+2
* Replace deprecated PyObject_AsReadBuffer with our own shim.Matěj Cepl2020-12-086-44/+93
* Some distros don't distribute parameterizedMatěj Cepl2020-12-074-6/+9
* Use parametrized to create parametrized tests.Matěj Cepl2020-12-038-5461/+6617
* Mass removal of deprecated constructs.Matěj Cepl2020-12-0229-79/+78
* Only use DigestSign() and DigestUpdate() with OpenSSL >= 1.1.1Casey Deccio2020-11-214-1/+18
* Add conditional exclusion of X509_V_FLAG_NO_CHECK_TIMEMatěj Cepl2020-11-211-1/+5
* Use generated C file from RHEL-7 swig.Matěj Cepl2020-11-211-6492/+5321
* Fix a typoMatěj Cepl2020-11-201-3/+7
* Remove SSL.verify_allow_proxy_certsChristophe Haen2020-11-201-1/+0
* Expose all the X509_V_FLAGChristophe Haen2020-11-202-2/+44
* Remove support for CentOS 6 and Python 2.6Matěj Cepl2020-11-2061-12934/+20192
* Remove tests.vendor moduleMatěj Cepl2020-11-2012-2630/+0
* Create python-package.ymlMatěj Cepl2020-11-201-0/+35
* Add support for DigestSign* and DigestVerify*Casey Deccio2020-11-207-5/+303
* Update appveyor.ymlMatěj Cepl2020-11-091-2/+2
* Update M2Crypto.six to 1.15.0Matěj Cepl2020-11-091-28/+47
* setup.py: move swig default includes before opensslFabrice Fontaine2020-11-081-2/+3
* Just cleanup of spaces in setup.pyMatěj Cepl2020-11-021-15/+18
* New release0.36.0Matěj Cepl2020-07-132-1/+36
* wrap SocketIO in io.Buffered* for makefilelethliel2020-07-131-1/+1