summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Replace all old-style classes with the new onesMatěj Cepl2018-03-131-2/+2
* Remove all checks of Linux distros.Matěj Cepl2018-03-052-33/+2
* Fix SSL.Connection.__del__Marcus Huewe2018-03-041-0/+47
* Fix tests to run on Windows.Daniel A. Wozniak2018-02-233-41/+63
* SSL package: Port to python3Matěj Cepl2018-02-081-30/+35
* Clean tests.test_ssl.BaseSSLClientTestCase class.Matěj Cepl2018-02-081-43/+37
* Make BIO Py3 compliantMatěj Cepl2018-02-071-3/+4
* Restore RSA testsMatěj Cepl2018-02-061-5/+6
* 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
* 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
* 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-051-1/+1
* tests.makecerts: port to python3Craig Rodrigues2018-02-051-3/+2
* Switch off use of urllib.URLOpener for py3k.Matěj Cepl2018-02-051-4/+3
* tests.test_obj: x509_name_entry2tuple returns tuple of strs.Matěj Cepl2018-02-051-3/+5
* Add tests for functions from SWIG/_aes.i module.Matěj Cepl2018-02-013-1/+84
* 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
* 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-0813-0/+2636
* Adding unit test for IP-based SNI connection.Matěj Cepl2017-12-181-22/+61
* Refactor SNI-related tests to separate class.Matěj Cepl2017-12-181-11/+17
* Add exception for get_digestbynameMatěj Cepl2017-10-301-1/+2
* X509: C functions now throw Python exceptions correctly.Matěj Cepl2017-10-191-17/+20
* Make sure changed strings are securely mangled.Matěj Cepl2017-10-111-3/+14
* AuthCookie: made more Py3 compliantMarkus Heiser2017-10-111-19/+18
* Remove all PGP modules.Matěj Cepl2017-10-072-50/+0
* Mitigate a race in test_HTTPSConnection_SNI_supportMiloslav Trmač2017-10-071-0/+6
* SSL.TwistedProtocolWrapper: some effort to PEP484-ize and port to py3k.Matěj Cepl2017-10-051-3/+6
* restore backwards compatibility for rsa_set_e and rsa_set_nHubert Kario2017-09-291-0/+31
* Attempt to create SNI testing.Matěj Cepl2017-09-271-0/+16
* Don’t do fork/exec manually, but use subprocess.Popen for tests.Matěj Cepl2017-09-271-15/+11
* Don't use deprecated *_generate_key functions, update.Matěj Cepl2017-09-201-0/+1
* X509_STORE_CTX_get_ex_data() doesn’t seem to work. Don’t use it!Matěj Cepl2017-09-201-1/+3
* Be more liberal about the error message in test_ssl.*.test_tls1_nokMatěj Cepl2017-09-201-1/+1
* Don't check the length of tests/der_encoded_seq.b64Jim Carroll2017-09-191-2/+2
* Corrected inheritance of unittestJim Carroll2017-09-191-1/+1
* Clean up after test_ssl.WriteLoadTestCase tests.Jim Carroll2017-09-191-2/+7
* Corrected search for Rand.rand_file_name() on windowsJim Carroll2017-09-151-5/+7
* Corrected testing failure results to include (0, -1)Jim Carroll2017-09-151-4/+4
* Migrated to m2.rsa_set_en_bin() and m2.rsa_set_en()Jim Carroll2017-09-151-3/+3
* Added test coverageJim Carroll2017-09-151-0/+18
* M2Crypto.BIO: Fixing BIO for python3Matěj Cepl2017-09-143-23/+37
* Add M2Crypto.SSL.Context().set_default_verify_paths() method.Matěj Cepl2017-05-171-0/+6