1. 10 May, 2019 2 commits
  2. 09 May, 2019 10 commits
  3. 08 May, 2019 11 commits
  4. 07 May, 2019 16 commits
  5. 06 May, 2019 1 commit
    • Gregory P. Smith's avatar
      bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124) · 2cc0223f
      Gregory P. Smith authored
      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.
      2cc0223f