index
:
delta/python-packages/urllib3.git
1.18-series
1.19-series
1.24-series
1.25-series
1.26.x
2016-api-revamp
SethMichaelLarson-patch-1
SethMichaelLarson-patch-2
add-code-of-conduct-1
appveyor-py37
backport-pr-2141
bug/907
cache-pip-gha
cert-log-warning
choose-boundary
cleanup
conditional-uninstall-oclint
cov-nox
delete-makefile
dependabot/pip/cryptography-3.2
dependabot/pip/cryptography-3.3.2
dev-version
factorout-connectioncls
filepost-stream
fix-644
fix-gae
fix-skipped-tests
funding-add-gitcoin
funding-yml
gae-to-pytest
github-actions-ubuntu
hackathon
haikuginger-fix-travis-macos-2.7
haikuginger/inline-typing-collections-exceptions
httpheaderdict-requests
ipvfuture
macos-github-actions
main
master
new-connections
no-default-preload
org-links
pquentin-maintainer
pquentin-patch-1
pyopenssl-pin-python-2.6
python-3.10.0b4
readme-maintainers
release
release-1.24.3
release-1.26.8
remove-extra-dependencies
req-bump
request-body
retries
revert-634-no_assert
sanever
security-nagging
self-to-cls
sessionmanager
sethmlarson-patch-1
sethmlarson-patch-2
sigmavirus24-patch-1
skip-3.8-dev
socks-proxy
ssl_sni
tag-deploy
target-passthrough
test-pyopenssl-coverage
tornado-4
transport-security-manager
travis-integration-tests
travis-master-only
travis-pypy
travis-python-nightly
unpin-minor-pyenv
upload-coverage-report
urllib4
v2
github.com: shazow/urllib3.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
urllib3
/
util
/
ssl_.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the typing namespace and from __future__ import annotations
Bastian Venthur
2022-11-21
1
-61
/
+63
*
Change deprecation warnings to explicitly mention v2.1.0 for removals
Seth Michael Larson
2022-11-15
1
-2
/
+1
*
Stop considering LibreSSL for HAS_NEVER_CHECK_COMMON_NAME
Quentin Pradet
2022-11-11
1
-24
/
+9
*
Update mypy to 0.990
Hasan Ramezani
2022-11-08
1
-2
/
+2
*
Drop support for OpenSSL <1.1.1 (#2705)
Seth Michael Larson
2022-08-22
1
-89
/
+5
*
Respect 'SSLContext.hostname_checks_common_name' when available and set
Hasan Ramezani
2022-01-14
1
-10
/
+26
*
Update mypy to 0.930
Hasan Ramezani
2021-12-22
1
-5
/
+7
*
Use SSLContext.check_hostname when SSLContext.hostname_checks_common_name is ...
Quentin Pradet
2021-10-08
1
-0
/
+61
*
Strip brackets from IPv6 hosts before certificate hostname matching
Derek Higgins
2021-09-16
1
-2
/
+2
*
Default to setting 'SSLContext.minimum_version=TLSVersion.TLSv1_2'
Seth Michael Larson
2021-08-17
1
-0
/
+3
*
Use 'SSLContext.minimum|maximum_version' when passed 'ssl_version'
Seth Michael Larson
2021-08-17
1
-5
/
+62
*
Explicitly chain or don't chain exceptions (#2340)
Ran Benita
2021-08-15
1
-1
/
+1
*
Fail on bytes/string comparisons
Quentin Pradet
2021-08-13
1
-1
/
+1
*
Specify the error code for mypy type ignores
Hasan Ramezani
2021-08-10
1
-6
/
+6
*
Drop support for Python 3.6
Hasan Ramezani
2021-07-27
1
-2
/
+4
*
Make all type aliases private and the same format
Vishwas B Sharma
2021-06-21
1
-2
/
+2
*
Fix ssl deprecation warnings in Python 3.10
Seth Michael Larson
2021-06-07
1
-4
/
+19
*
Add type hints for proxy, ssl_, ssltransport and wait modules
Franek Magiera
2021-04-20
1
-16
/
+71
*
Add type hints to connection modules
Franek Magiera
2021-04-12
1
-19
/
+27
*
Lean on SSLContext to verify hostnames when possible (#2178)
Quentin Pradet
2021-03-16
1
-16
/
+7
*
Always pass server_hostname to wrap_socket()
Quentin Pradet
2021-03-10
1
-11
/
+4
*
Remove hasattr for 'check_hostname' as should always exist in Python 3.6+
Quentin Pradet
2021-02-12
1
-6
/
+3
*
Add types to URL parser, remove get_host() and split_first() (#2139)
Seth Michael Larson
2021-02-09
1
-2
/
+2
*
Use system TLS ciphers if using OpenSSL 1.1.1+ or SecureTransport
Seth Michael Larson
2021-01-07
1
-2
/
+26
*
Remove _const_compare_digest
jianghang
2020-11-26
1
-16
/
+1
*
Remove backported SSLContext and careful ssl imports
Quentin Pradet
2020-11-15
1
-93
/
+16
*
Remove support for Python 2 and 3.5
Hugo van Kemenade
2020-11-15
1
-11
/
+6
*
Import features from ssl module with more granularity
Seth Michael Larson
2020-11-12
1
-1
/
+9
*
Upgrade to Ubuntu 20.04, PyPy 3.6 and CPython 3.9 final
Quentin Pradet
2020-11-12
1
-1
/
+1
*
Don't set keylog_filename for empty values
Seth Michael Larson
2020-10-04
1
-2
/
+4
*
Sort imports with 'isort'
Quentin Pradet
2020-10-01
1
-8
/
+8
*
Integrate TLS-in-TLS support into urllib3 (#1923)
Jorge
2020-09-29
1
-3
/
+32
*
Disable the use of session tickets on TLSv1.2 by default
PleasantMachine9
2020-09-25
1
-1
/
+12
*
Remove duplicate dict key and except block
hodbn
2020-09-09
1
-8
/
+1
*
Don't raise SNI warning on SecureTransport with server_hostname=None
hodbn
2020-08-23
1
-9
/
+12
*
Send "http/1.1" ALPN extension during TLS handshake
hodbn
2020-07-16
1
-0
/
+7
*
Feature/support env var sslkeylogfile (#1867)
Bastiaan Bakker
2020-06-11
1
-0
/
+7
*
Fix linting for flake8 v3.8
Quentin Pradet
2020-05-12
1
-2
/
+2
*
Allow the CA certificate data to be passed as a string (#1804)
Benno Rice
2020-02-22
1
-3
/
+10
*
Document actual default value for resolve_cert_reqs() (#1767)
Dominique Martinet
2019-12-03
1
-1
/
+1
*
Release 1.25.5 (#1685)
1.25.5
Seth Michael Larson
2019-09-19
1
-2
/
+7
*
Fix for Python 4 (#1669)
Hugo van Kemenade
2019-08-25
1
-1
/
+1
*
Enable TLS 1.3 post-handshake authentication (#1635)
Christian Heimes
2019-08-16
1
-0
/
+7
*
Percent-encode invalid characters within auth section (#1647)
Seth Michael Larson
2019-07-26
1
-10
/
+2
*
Auto formatting using black
Ratan Kulshreshtha
2019-05-25
1
-71
/
+82
*
is_ipaddress shouldn't detect IPvFuture addresses (#1583)
Seth Michael Larson
2019-04-25
1
-4
/
+4
*
Apply changes from 1.24.2 release to master (#1566)
Seth Michael Larson
2019-04-19
1
-1
/
+2
*
Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)
Seth Michael Larson
2019-02-27
1
-13
/
+23
*
Use cert_reqs=CERT_REQUIRED by default (#1507)
Seth Michael Larson
2019-01-25
1
-2
/
+2
*
Add support for password-protected client keyfiles (#1489)
Seth Michael Larson
2019-01-22
1
-3
/
+24
[next]