[Buildbot-commits] [buildbot/buildbot] 9b7dc8: Don't hardcode TLS version to SSLv3

GitHub noreply at github.com
Fri Mar 27 06:15:24 UTC 2015


  Branch: refs/heads/eight
  Home:   https://github.com/buildbot/buildbot
  Commit: 9b7dc8d446d468edc9e1f96eccfb82a0153dfb33
      https://github.com/buildbot/buildbot/commit/9b7dc8d446d468edc9e1f96eccfb82a0153dfb33
  Author: Роман Донченко <dpb at corrigendum.ru>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

  Changed paths:
    M master/buildbot/status/mail.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Don't hardcode TLS version to SSLv3

SSL 3.0 is now considered insecure (because of the POODLE attack), and
servers are starting to turn it off. In any case, hardcoding a particular
version is a bad idea - let Twisted figure out which version to use.


  Commit: e3d65f1d723dc5aaefd3a85955de94992d70fc80
      https://github.com/buildbot/buildbot/commit/e3d65f1d723dc5aaefd3a85955de94992d70fc80
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-03-27 (Fri, 27 Mar 2015)

  Changed paths:
    M master/buildbot/status/mail.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge pull request #1612 from SpecLad/unhardcode-sslv3

Don't hardcode TLS version to SSLv3


Compare: https://github.com/buildbot/buildbot/compare/05ada3b50e72...e3d65f1d723d


More information about the Commits mailing list