1. 27 Dec, 2014 1 commit
  2. 21 Dec, 2014 2 commits
  3. 20 Dec, 2014 3 commits
  4. 18 Dec, 2014 3 commits
  5. 17 Dec, 2014 11 commits
  6. 10 Dec, 2014 1 commit
  7. 25 Nov, 2014 2 commits
  8. 03 Nov, 2014 1 commit
  9. 27 Oct, 2014 2 commits
  10. 26 Oct, 2014 1 commit
  11. 25 Oct, 2014 12 commits
  12. 24 Oct, 2014 1 commit
    • ssl: dump the SSL ciphers in favour of TLS · 5757c020
      All versions of SSL are considered deprecated now, so let's ask OpenSSl
      to only use TLSv1. We still ask it to load those ciphers for
      compatibility with servers which want to use an older hello but will use
      TLS for encryption.
      
      For good measure we also disable compression, which can be exploitable,
      if the OpenSSL version supports it.
      Carlos Martín Nieto committed