summaryrefslogtreecommitdiff
path: root/M2Crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-151-67/+41
* Expose X509_V_FLAG_ALLOW_PROXY_CERTS verification flag and X509_STORE_SET_FLA...Christophe Haen2020-01-153-41/+78
* New release0.35.2Matěj Cepl2019-06-101-1/+1
* Expose CRLs verification flagsChristophe Haen2019-06-081-0/+2
* New release.0.35.1Matěj Cepl2019-06-081-1/+1
* New version0.34.0Matěj Cepl2019-05-301-1/+1
* Be resilient against the situation when no erorr happened.Matěj Cepl2019-05-301-8/+12
* Correct URL of https://www.schneier.com/academic/smime/Matěj Cepl2019-05-141-0/+3
* New release 0.33.00.33.0Matěj Cepl2019-04-261-1/+1
* Fix use of urlunsplitAndreas Schwab2019-04-251-1/+1
* Release 0.32.00.32.0Matěj Cepl2019-03-041-1/+1
* Release 0.31.00.31.0Matěj Cepl2018-11-081-1/+1
* Make ctrl_cmd_string method more robust against type of arguments.Matěj Cepl2018-09-051-5/+8
* Enabled timeout case with microsecs and fixed for WindowsAndreas Maier2018-06-083-7/+22
* Fixed socket timeout on WindowsAndreas Maier2018-06-041-4/+18
* Add missing absolute_import.Byron Clark2018-05-181-0/+2
* Fix packaging.0.30.1Matěj Cepl2018-04-291-1/+1
* Release 0.30.00.30.0Matěj Cepl2018-04-251-1/+1
* PEP8isationMatěj Cepl2018-03-201-1/+1
* Replace util.py3{bytes,str} with six.ensure_{binary,text}Matěj Cepl2018-03-1912-113/+69
* Add updated version of six.py 1.11.0Matěj Cepl2018-03-191-16/+98
* Do not by-pass a potential transfer decoding in m2urllib2Marcus Huewe2018-03-131-1/+1
* Replace all old-style classes with the new onesMatěj Cepl2018-03-1321-47/+47
* Fix SSL.Connection.__del__Marcus Huewe2018-03-041-4/+2
* Two tiny typos to make mypy happy.Matěj Cepl2018-02-282-2/+2
* Add a record to ChangeLog.0.29.0Matěj Cepl2018-02-231-1/+1
* Generated C codeMatěj Cepl2018-02-231-0/+1
* Wean off AppLink API'sDaniel A. Wozniak2018-02-231-1/+1
* ForkingMixIn is only availiable on posix like OSesDaniel A. Wozniak2018-02-222-8/+13
* MSVC expects C89 and declarations must be at the top of functionsMatěj Cepl2018-02-222-2/+2
* Add comment to SSL.Connection.__del__ about need to close connection first.Matěj Cepl2018-02-221-0/+3
* Let's sneak one more commit tu 0.280.28.2Matěj Cepl2018-02-081-1/+1
* Fix CHANGES for 0.28.0 (too late again)0.28.1Matěj Cepl2018-02-081-1/+1
* Metadata for py3k port.Matěj Cepl2018-02-081-1/+1
* SSL package: Port to python3Matěj Cepl2018-02-086-21/+68
* Prefer Err module over m2.err* functions.Matěj Cepl2018-02-084-5/+10
* Comparing ASN1_Integer with SOMETHING ELSE should throw an exception.Matěj Cepl2018-02-081-9/+9
* Missing module indentifier in the method call in EC.load_key_string_pubkey.Matěj Cepl2018-02-081-2/+2
* Fix syntax of docstring for SSL.TwistedProtocolWrapper.Matěj Cepl2018-02-081-3/+3
* M2Crypto.m2urllib2: make HTTPSHandler working with py3k as well.Matěj Cepl2018-02-071-2/+8
* Make BIO Py3 compliantMatěj Cepl2018-02-072-56/+70
* Make Rand.rand_file_name() return str both on py2k and py3k.Matěj Cepl2018-02-051-2/+2
* Deal with base64.encodestring being deprecated in py3k.Matěj Cepl2018-02-052-3/+10