summaryrefslogtreecommitdiff
path: root/src/urllib3/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fix io_refs bug with pyopenssl.WrappedSocket and securetransport.WrappedSocke...Thomas Grainger2023-04-222-28/+32
* Require pyOpenSSL 17.1.0+ to support cryptography 39+Quentin Pradet2022-11-231-9/+1
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-215-96/+100
* Change deprecation warnings to explicitly mention v2.1.0 for removalsSeth Michael Larson2022-11-152-2/+2
* Fix type annotation in contrib/pyopensslAlex Gaynor2022-09-181-2/+2
* Drop support for OpenSSL <1.1.1 (#2705)Seth Michael Larson2022-08-222-27/+0
* Add deprecation warnings for pyOpenSSL and the [secure] extraivanllt2022-08-121-0/+9
* Added deprecation warning for urllib3.contrib.securetransport moduleivanllt2022-08-041-0/+9
* Fix type annotation for pyopenssl.WrappedSocket.getpeercert (#2688)Nikita Sobolev2022-07-251-1/+1
* Consistently wrap errors in load_cert_chainSamuel Freilich2022-06-101-6/+9
* Update mypy to 0.950Hasan Ramezani2022-04-291-1/+1
* Disallow pyOpenSSL from using SSLv2 and SSLv3Seth Michael Larson2022-02-121-34/+24
* Update mypy to 0.930Hasan Ramezani2021-12-222-8/+8
* Update black to 21.12b0Hasan Ramezani2021-12-061-1/+0
* Add type hints to test.with_dummyserver.test_socketlevel (#2436)Hasan Ramezani2021-10-041-1/+1
* Revert urllib3.contrib.socks exception chainingQuentin Pradet2021-09-131-1/+3
* Use 'SSLContext.minimum|maximum_version' when passed 'ssl_version'Seth Michael Larson2021-08-172-4/+99
* Explicitly chain or don't chain exceptions (#2340)Ran Benita2021-08-155-24/+28
* Remove leftover type stubsQuentin Pradet2021-08-121-0/+0
* Specify the error code for mypy type ignoresHasan Ramezani2021-08-104-45/+48
* Remove the deprecated urllib3.contrib.ntlmpool moduleRan Benita2021-07-261-122/+0
* Reraise error after free in certificate array from PEM loaderRan Benita2021-07-261-0/+1
* Upgrade mypy to 0.910 and fix IncompleteRead exception typesHasan Ramezani2021-07-081-4/+4
* Add type hints to urllib3.contrib.pyopensslHasan Ramezani2021-07-031-61/+87
* Add type hints to urllib3.contrib.securetransportHasan Ramezani2021-06-293-130/+171
* Add type hints to urllib3.contrib._securetransport.low_levelHasan Ramezani2021-06-211-20/+36
* Make all type aliases private and the same formatVishwas B Sharma2021-06-211-2/+2
* Ignore type checks for urllib3.contrib._securetransport.bindingsHasan Ramezani2021-06-211-1/+5
* Add type hints to urllib3.contrib.ntlmpoolHasan Ramezani2021-06-191-14/+18
* Add type hints to urllib3.contrib.socks Hasan Ramezani2021-06-181-12/+30
* Fix ssl deprecation warnings in Python 3.10Seth Michael Larson2021-06-072-4/+8
* Change from str.format() to f-stringsFranek Magiera2021-05-011-3/+1
* Lean on SSLContext to verify hostnames when possible (#2178)Quentin Pradet2021-03-162-4/+7
* Many minor code quality and readability improvementsShubhendra Singh Chauhan2021-03-141-1/+1
* Use system TLS ciphers if using OpenSSL 1.1.1+ or SecureTransportSeth Michael Larson2021-01-073-88/+12
* Replace deprecated socket.error with OSErrorAaron Niskode-Dossett2020-12-232-6/+4
* Attach errno to SocketError when raised from OpenSSL.SSL.SysCallErrorAaron Niskode-Dossett2020-12-231-3/+3
* Remove backported socket.makefile()Quentin Pradet2020-11-272-40/+15
* Remove six (#2078)Hasan Ramezani2020-11-232-5/+2
* Remove Python 2 branches, HTTPHeaderDict.from_httplibHasan Ramezani2020-11-181-21/+5
* Remove Python 2 support from SecureTransport makefile function (#2063)Hasan Ramezani2020-11-161-20/+6
* Remove unnecessary parens around exceptQuentin Pradet2020-11-152-3/+3
* Remove support for Google App Engine StandardHugo van Kemenade2020-11-152-349/+0
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-157-74/+55
* Terminate connection when custom verification fails (SecureTransport) (#1977)hodbn2020-11-012-9/+53
* Sort imports with 'isort'Quentin Pradet2020-10-017-24/+28
* Integrate TLS-in-TLS support into urllib3 (#1923)Jorge2020-09-291-197/+0
* Include filepost.pyi and util/url.pyi (#1955)Ezzeri Esa2020-09-151-0/+0
* Overhaul and re-theme documentationSeth Michael Larson2020-09-083-16/+26
* Blacken using black==20.8b1hodbn2020-08-261-1/+3