1. 13 May, 2019 2 commits
    • Terry Jan Reedy's avatar
    • Gregory P. Smith's avatar
      [2.7] bpo-35925: Skip SSL tests that fail due to weak external certs or old... · 7346a16e
      Gregory P. Smith authored
      [2.7] bpo-35925: Skip SSL tests that fail due to weak external certs or old TLS (GH-13124) (GH-13253)
      
      Modern Linux distros such as Debian Buster have default OpenSSL system
      configurations that reject connections to servers with weak certificates
      by default. This causes our test suite run with external networking
      resources enabled to skip these tests when they encounter such a
      failure.
      
      Fixing the network servers is a separate issue.
      (cherry picked from commit 2cc0223f)
      
      Changes to test_ssl.py required as 2.7 has legacy protocol tests.
      
      The test_httplib.py change is omitted from this backport as
      self-signed.pythontest.net's certificate was updated and the
      test_nntplib.py change is not applicable on 2.7.
      
      Authored-by: Gregory P. Smith greg@krypto.org
      7346a16e
  2. 12 May, 2019 1 commit
  3. 09 May, 2019 1 commit
  4. 08 May, 2019 1 commit
  5. 02 May, 2019 2 commits
  6. 01 May, 2019 1 commit
  7. 30 Apr, 2019 1 commit
  8. 29 Apr, 2019 1 commit
  9. 25 Apr, 2019 1 commit
  10. 22 Apr, 2019 1 commit
  11. 13 Apr, 2019 1 commit
  12. 12 Apr, 2019 1 commit
  13. 09 Apr, 2019 5 commits
  14. 03 Apr, 2019 1 commit
  15. 31 Mar, 2019 1 commit
  16. 28 Mar, 2019 1 commit
  17. 27 Mar, 2019 3 commits
  18. 26 Mar, 2019 2 commits
  19. 25 Mar, 2019 2 commits
  20. 20 Mar, 2019 2 commits
  21. 19 Mar, 2019 3 commits
  22. 18 Mar, 2019 2 commits
  23. 15 Mar, 2019 1 commit
  24. 14 Mar, 2019 3 commits