summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* SSL.Connection.close accepts an argument to force the socket closingChristophe Haen2020-07-131-11/+27
* SSL.Connection: make the clientPostConnectionCheck an instance attributeChristophe Haen2020-07-131-1/+4
* Fixed bug with usage of unexisting method getreply at SSL_Transportroman-nagaev2020-07-131-5/+5
* Add appveyor builds for python 3.7 and 3.8Daniel A. Wozniak2020-05-222-5/+38
* Fixed syntax warning on line 44.randomfox2020-04-141-1/+1
* Update M2Crypto.six to 1.13.0 (the last version supporting Python 2.6)Matěj Cepl2020-03-091-3/+16
* base64.decodestring() was finally removed in Python 3.8.Matěj Cepl2020-03-091-3/+9
* CleanupMatěj Cepl2020-03-091-8/+8
* wrap SocketIO in io.Buffered* for makefilelethliel2020-03-091-2/+6
* 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-292-2/+16
* Add correct generated filesMatěj Cepl2020-01-152-3474/+1802
* Expose X509_V_FLAG_ALLOW_PROXY_CERTS verification flag and X509_STORE_SET_FLA...Christophe Haen2020-01-155-1802/+3530
* Stop testing for 2.6 and 3.4 on Travis. Start testing 3.8Matěj Cepl2020-01-151-4/+2
* Extend test cert validity to 2049Bernhard M. Wiedemann2019-11-264-74/+74
* Revert using typing module in 2.6. It is just not worthy.Matěj Cepl2019-11-252-2428/+5
* Update Debian/stable SSL as wellMatěj Cepl2019-11-241-1/+1
* Make tests pass again.Matěj Cepl2019-11-243-2/+2429
* Stop using string module, which has been deprecated.Matěj Cepl2019-11-242-3/+4
* Tiny fixes to make pyls more happyMatěj Cepl2019-11-141-3/+6
* CI: Rework Fedora CI configurationNeal Gompa2019-06-271-5/+13
* New release0.35.2Matěj Cepl2019-06-101-1/+1
* tests.test_rsa: Fix typo to match for proper exceptionSebastian Andrzej Siewior2019-06-081-1/+1
* Add generated SWIG/_m2crypto_wrap.cMatěj Cepl2019-06-081-10/+17
* Expose CRLs verification flagsChristophe Haen2019-06-082-0/+6
* New release.0.35.1Matěj Cepl2019-06-082-1/+15
* Limit tests.test_rsa.RSATestCase.test_public_encrypt just to OpenSSL which su...Matěj Cepl2019-06-071-3/+5
* Remove duplicate call of the error code.Matěj Cepl2019-06-071-2/+0
* New version0.34.0Matěj Cepl2019-05-301-1/+1
* Use more recent version of OpenSSL on WindowsMatěj Cepl2019-05-301-2/+2
* Be resilient against the situation when no erorr happened.Matěj Cepl2019-05-303-8/+41
* Correct URL of https://www.schneier.com/academic/smime/Matěj Cepl2019-05-1478-6254/+6254
* Use shlex.split() for CPPMike Gilbert2019-05-061-3/+4
* New release 0.33.00.33.0Matěj Cepl2019-04-262-1/+11
* Stop pretending to support Python 3.4.Matěj Cepl2019-04-263-8/+3
* Fix use of urlunsplitAndreas Schwab2019-04-251-1/+1
* tests/test_ssl: use -ciphercuites for TLS1.3 cipher in openssl1.1Sebastian Andrzej Siewior2019-03-071-1/+2
* There are apparently multiword CPP variables. Taking that into account.Matěj Cepl2019-03-071-1/+3