summaryrefslogtreecommitdiff
path: root/tests/test_ssl.py
Commit message (Expand)AuthorAgeFilesLines
* Switch off Twisted.Matěj Cepl2023-02-041-0/+1
* Changed required to pass tests on OpenSSL 3.0Petr Mensik2023-02-041-0/+1
* On Windows skip over a test requiring os.mkfifoMatěj Cepl2023-02-021-0/+1
* Skip over problematic tests on WindowsMatěj Cepl2023-02-021-0/+1
* Replace 'from . import' with absolute imports.Matěj Cepl2021-01-141-1/+1
* Allow verify_cb_* to be called with ok=TrueCasey Deccio2021-01-081-2/+12
* Mass removal of deprecated constructs.Matěj Cepl2020-12-021-13/+13
* Remove support for CentOS 6 and Python 2.6Matěj Cepl2020-11-201-6/+3
* tests/test_ssl: use -ciphercuites for TLS1.3 cipher in openssl1.1Sebastian Andrzej Siewior2019-03-071-1/+2
* Fix openssl 1.1 devel installation.Matěj Cepl2018-11-081-20/+35
* Fix test_26_compat on OSXDaniel Wozniak2018-10-031-1/+1
* Taken a longer millisecond timeout to avoid handling rounding.Konstantin Shemyak2018-07-241-11/+13
* Enabled timeout case with microsecs and fixed for WindowsAndreas Maier2018-06-081-2/+19
* PEP8isationMatěj Cepl2018-03-201-4/+1
* Replace util.py3{bytes,str} with six.ensure_{binary,text}Matěj Cepl2018-03-191-8/+8
* Do not by-pass a potential transfer decoding in m2urllib2Marcus Huewe2018-03-131-0/+22
* 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-051-26/+2
* Fix SSL.Connection.__del__Marcus Huewe2018-03-041-0/+47
* SSL package: Port to python3Matěj Cepl2018-02-081-30/+35
* Clean tests.test_ssl.BaseSSLClientTestCase class.Matěj Cepl2018-02-081-43/+37
* For testing we need to use some deprecated functions.Matěj Cepl2018-02-051-3/+9
* Switch off use of urllib.URLOpener for py3k.Matěj Cepl2018-02-051-4/+3
* test_ssl: show all proto msgs when starting s_serverAllan Que2018-01-201-1/+1
* 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
* 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
* 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
* 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
* Elimination of all open() statements w/o context managers.Matěj Cepl2016-12-151-14/+10
* Clean up imports and PEP8izationMatěj Cepl2016-12-151-22/+7
* Be a bit more easy on loggingMatěj Cepl2016-10-301-2/+0
* Actually do check, whether we have SSLv2 compiled in.Matěj Cepl2016-07-251-2/+3
* Twisted doesn't work well with python 2.6Matěj Cepl2016-07-221-3/+5
* SSL and SMIME modules: Add PEP-484 type hints in comments.Matěj Cepl2016-06-301-138/+86
* Replace util.py3k with six.PY3Matěj Cepl2016-05-121-1/+15
* Fix broken callbackMatěj Cepl2016-03-201-1/+1
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-12/+9
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-3/+2
* PEP8ize.Matěj Cepl2016-03-201-4/+4
* Disable tests with weak ciphers on DebainMatěj Cepl2016-03-171-35/+2
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-6/+6
* Most likely Fedora-only ... don't test export ciphers.Miloslav Trmač2015-11-181-0/+2
* Remove more plain assertsMatěj Cepl2015-11-181-22/+26
* Python < 2.6 is not supported anymore, so we don’t need to work around it.Matěj Cepl2015-11-181-76/+75
* Use print as a function for Python 3. [PEP 3105]Craig Rodrigues2015-11-161-1/+3
* Fix exception handling syntax for Python 3. [PEP-3110]Craig Rodrigues2015-11-131-16/+16