summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix CHANGES for 0.28.0 (too late again)0.28.1Matěj Cepl2018-02-082-2/+8
* Generated C code0.28.0Matěj Cepl2018-02-081-95/+140
* Update docsMatěj Cepl2018-02-0894-10500/+22810
* Metadata for py3k port.Matěj Cepl2018-02-085-19/+42
* SSL package: Port to python3Matěj Cepl2018-02-087-51/+103
* Prefer Err module over m2.err* functions.Matěj Cepl2018-02-084-5/+10
* 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
* 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
* 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
* Clean tests.test_ssl.BaseSSLClientTestCase class.Matěj Cepl2018-02-081-43/+37
* 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-075-92/+129
* Restore RSA testsMatěj Cepl2018-02-062-6/+7
* Enable skipped tests in test_evp.EVPTestCaseMatěj Cepl2018-02-061-9/+6
* Python 3.6 for reasons I don't understand throws also SystemError.Matěj Cepl2018-02-061-2/+7
* 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
* Add longer IV to the cipher test.Matěj Cepl2018-02-051-4/+5
* For testing we need to use some deprecated functions.Matěj Cepl2018-02-053-12/+22
* Whitespace problems.Matěj Cepl2018-02-055-8/+9
* Testing tests.test_bio.CipherStreamTestCase.test_ciphersMatěj Cepl2018-02-051-1/+13
* Python 3.3 does not work with codecs.decode() for bytes.Matěj Cepl2018-02-051-4/+3
* OpenSSL in 1.1.* it returns -1 on failure of RAND_load_file().Matěj Cepl2018-02-051-1/+1
* Don't use util.py3bytes when you don't have to.Matěj Cepl2018-02-052-4/+3
* tests.makecerts: port to python3Craig Rodrigues2018-02-051-3/+2
* Switch off use of urllib.URLOpener for py3k.Matěj Cepl2018-02-052-5/+9
* tests.test_obj: x509_name_entry2tuple returns tuple of strs.Matěj Cepl2018-02-051-3/+5
* 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-014-5/+88
* Function AES_crypt actually didn't return anything.Matěj Cepl2018-01-311-1/+1
* Use /dev/fd/ instead of the original complicated construct.Matěj Cepl2018-01-301-13/+11
* tests: print OpenSSL version stringAllan Que2018-01-261-1/+2
* setup: add upper ver for typing module requirementAllan Que2018-01-231-2/+1
* setup: search for include paths that start with ' /'Allan Que2018-01-231-1/+1
* test_ssl: show all proto msgs when starting s_serverAllan Que2018-01-201-1/+1
* test_bio_file: support OSX and BSD file descriptorsAllan Que2018-01-201-5/+7
* Don't break tests outside of Linux, where /proc doesn't exist.Matěj Cepl2018-01-201-10/+15
* Bundle-in unittest2 0.5.1 for Python 2.6.Matěj Cepl2018-01-0814-6/+2640
* Add mention of m2crypto@lists.redcrew.org email list to README.rstMatěj Cepl2018-01-031-0/+1
* Adding unit test for IP-based SNI connection.Matěj Cepl2017-12-181-22/+61
* Add set1_host() function to explicitly specify name to check inShumon Huque2017-12-181-3/+7
* Do name checking correctly when SNI extension is used.Shumon Huque2017-12-181-1/+5