summaryrefslogtreecommitdiff
path: root/test/contrib/test_pyopenssl.py
Commit message (Expand)AuthorAgeFilesLines
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-0/+2
* [2.0] Add tests for IPv6 proxy subjectAltNamesSeth Michael Larson2022-02-081-1/+2
* Add type hints to test.contrib.test_pyopensslHasan Ramezani2021-10-081-7/+7
* Test all host formats in one fixture (#2421)Seth Michael Larson2021-09-241-2/+1
* Use system TLS ciphers if using OpenSSL 1.1.1+ or SecureTransportSeth Michael Larson2021-01-071-1/+4
* Remove fallback on commonName in match_hostname()Hasan Ramezani2020-12-231-2/+0
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-8/+7
* Sort imports with 'isort'Quentin Pradet2020-10-011-6/+7
* Don't raise SNI warning on SecureTransport with server_hostname=Nonehodbn2020-08-231-0/+1
* Fix linting for flake8 v3.8Quentin Pradet2020-05-121-2/+2
* Ensure load_verify_locations raises SSLError for all backends (#1812)Quentin Pradet2020-03-161-0/+1
* Stop using unittest (#1649)Quentin Pradet2019-07-051-2/+1
* Update assertions to pytest style (#1614)Ratan Kulshreshtha2019-05-281-6/+6
* Auto formatting using blackRatan Kulshreshtha2019-05-251-16/+24
* Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)Seth Michael Larson2019-02-271-1/+5
* Fix inject/extract_from_urllib3 in tests (#1480)Seth M. Larson2018-11-261-1/+1
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-2/+2
* Fix skip logic in PyOpenSSL testsSeth M. Larson2018-04-241-14/+21
* add test which triggers x509.DuplicateExtensionJeremy Lainé2018-03-221-0/+21
* Remove all uses of nose from the codebaseAlex Chan2017-08-091-2/+2
* Add support for SecureTransport TLS backendCory Benfield2017-03-061-1/+3
* Re-add PyOpenSSL testing.Cory Benfield2017-02-151-0/+4
* F401 Entity imported but unusedSeth Michael Larson2017-01-231-5/+0
* Tests for #979Cory Benfield2016-09-181-1/+38
* Enable PyOpenSSL testing on Python 3.Cory Benfield2016-01-261-3/+0
* Disable PyOpenSSL tests by default.Andrey Petrov2014-08-251-4/+8
* visually clean up importsThomas Weißschuh2014-08-241-3/+3
* always test PyOpenSSL on python2Thomas Weißschuh2014-08-241-2/+8
* test everything on pyopensslThomas Weißschuh2014-08-241-6/+2
* Tests for urllib3.contrib.pyopenssl.Sune Kirkeby2013-03-201-0/+17