| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
(GH-19251)
(cherry picked from commit cd16661f903153ecac55f190ed682e576c5deb24)
|
|
|
|
|
|
| |
(GH-11879)
multissltests: fix _build_src(), add 'cwd' variable.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(GH-10607)
Change TLS 1.3 cipher suite settings for compatibility with OpenSSL
1.1.1-pre6 and newer. OpenSSL 1.1.1 will have TLS 1.3 cipers enabled by
default.
Also update multissltests to test with latest OpenSSL.
Signed-off-by: Christian Heimes <christian@python.org>.
(cherry picked from commit 3e630c541b35c96bfe5619165255e559f577ee71)
Co-authored-by: Christian Heimes <christian@python.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
LibreSSL 2.7 introduced OpenSSL 1.1.0 API. The ssl module now detects
LibreSSL 2.7 and only provides API shims for OpenSSL < 1.1.0 and
LibreSSL < 2.7.
Documentation updates and fixes for failing tests will be provided in
another patch set.
Signed-off-by: Christian Heimes <christian@python.org>.
(cherry picked from commit 4ca0739c9d97ac7cd45499e0d31be68dc659d0e1)
Co-authored-by: Christian Heimes <christian@python.org>
|
|
|
|
| |
Signed-off-by: Christian Heimes <christian@python.org>.
(cherry picked from commit d3b9f97e6d92bbfcf956638344fd827a40837b96)
|
| |
|
|
|
|
|
| |
A contribution of Alex Gaynor and David Reid with the generous support of
Rackspace. May God have mercy on their souls.
|
|
|
|
|
|
| |
requires them. Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface.
|
| |
|
|
While cleaning up Bill's C style, I may have cleaned up some code
he didn't touch as well (in _ssl.c).
|