summaryrefslogtreecommitdiff
path: root/test/test_ssl.py
Commit message (Expand)AuthorAgeFilesLines
* Add coverage for all raise branchesBastian Venthur2021-05-221-1/+12
* Add type hints to connection modulesFranek Magiera2021-04-121-1/+7
* Lean on SSLContext to verify hostnames when possible (#2178)Quentin Pradet2021-03-161-24/+0
* Always pass server_hostname to wrap_socket()Quentin Pradet2021-03-101-6/+2
* Use system TLS ciphers if using OpenSSL 1.1.1+ or SecureTransportSeth Michael Larson2021-01-071-158/+181
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-3/+1
* Sort imports with 'isort'Quentin Pradet2020-10-011-3/+4
* Allow the CA certificate data to be passed as a string (#1804)Benno Rice2020-02-221-1/+1
* Use decorators to mark tests as xfail in PyPy2Quentin Pradet2019-11-041-6/+3
* Fix PyPy tests (#1694)Quentin Pradet2019-09-251-0/+6
* Enable TLS 1.3 post-handshake authentication (#1635)Christian Heimes2019-08-161-0/+15
* Auto formatting using blackRatan Kulshreshtha2019-05-251-43/+55
* is_ipaddress shouldn't detect IPvFuture addresses (#1583)Seth Michael Larson2019-04-251-2/+14
* Apply changes from 1.24.2 release to master (#1566)Seth Michael Larson2019-04-191-0/+37
* Restore context.set_ciphers() to create_urllib3_context() (#1463)Seth M. Larson2018-11-011-0/+18
* Remove unnecessary use of six.binary_type and six.b (#1440)Jon Dufresne2018-09-141-3/+2
* Remove create_autospec on socketsSeth Michael Larson2018-04-251-3/+2
* Use mock.create_autospec on mocked interfacesSethMichaelLarson2018-04-251-4/+5
* Fix tests expecting to warn without server_hostnameSethMichaelLarson2018-04-251-3/+6
* Move None check outside is_ipadress()lars48392018-04-251-2/+2
* Add server_hostname=None cases, simplify logicSeth Michael Larson2018-04-251-2/+6
* Don't emit SNIMissingWarning when using IP addressSeth Michael Larson2018-04-251-0/+44
* Detect IP addresses before starting SNISethMichaelLarson2018-04-251-0/+22