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

GitHub noreply at github.com
Sat Apr 11 20:51:54 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: cd545d20dfdcf64c50aa40a24264eb157d916f41
      https://github.com/buildbot/buildbot/commit/cd545d20dfdcf64c50aa40a24264eb157d916f41
  Author: Роман Донченко <dpb at corrigendum.ru>
  Date:   2015-04-11 (Sat, 11 Apr 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: 0f01dc0b19c7f9198ec75dd2cfd1aa033cd322de
      https://github.com/buildbot/buildbot/commit/0f01dc0b19c7f9198ec75dd2cfd1aa033cd322de
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2015-04-11 (Sat, 11 Apr 2015)

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

  Log Message:
  -----------
  Merge branch 'pull1612'


Compare: https://github.com/buildbot/buildbot/compare/5ddd8878f0b8...0f01dc0b19c7


More information about the Commits mailing list