Stefano Rivera pushed to branch branch/py2.7-openssl3 at PyPy / pypy


Commits:
56e381e4 by Stefano Rivera at 2022-01-21T17:28:46-04:00
Avoid forcing the use of TLS 1.0 in SSL Tests

OpenSSL 3 disables TLS 1.0 and 1.1 by default:
> The security strength of SHA1 and MD5 based signatures in TLS has been 
reduced.
> This results in SSL 3, TLS 1.0, TLS 1.1 and DTLS 1.0 no longer working at 
the
> default security level of 1 and instead requires security level 0.

Use an unspecified version where possible, and skip tests where that isn't
possible.

--HG--
branch : py2.7-openssl3

- - - - -
290361ce by Stefano Rivera at 2022-01-21T17:29:52-04:00
Requests TLS 1.2 in tests that requested 1.0 previously but don't support 
1.3

OpenSSL 3 makes TLS 1.0 and 1.1 unuseable by default.

--HG--
branch : py2.7-openssl3

- - - - -
a8954847 by Stefano Rivera at 2022-01-21T17:30:30-04:00
Fix backporting typos, these are .format() strings

--HG--
branch : py2.7-openssl3

- - - - -


1 changed file:

- lib-python/2.7/test/test_ssl.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/1b5a918975dadf1a68b64dcfe32a085ff0a85111...a895484730bd6affe30d39170db35fc093828d60

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/1b5a918975dadf1a68b64dcfe32a085ff0a85111...a895484730bd6affe30d39170db35fc093828d60
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to