Skip to content
Snippets Groups Projects
  1. Feb 26, 2015
  2. Feb 21, 2015
  3. Feb 20, 2015
  4. Feb 19, 2015
  5. Feb 18, 2015
  6. Feb 15, 2015
  7. Feb 14, 2015
  8. Feb 13, 2015
  9. Feb 10, 2015
  10. Feb 04, 2015
  11. Jan 29, 2015
  12. Jan 28, 2015
  13. Jan 24, 2015
  14. Jan 23, 2015
    • Fedor Brunner's avatar
      Prefer stronger algorithms in algorithm negotiation. · 4122cac6
      Fedor Brunner authored
      Prefer diffie-hellman-group14-sha1 (2048 bit) over
      diffie-hellman-group1-sha1 (1024 bit).
      
      Due to meet-in-the-middle attacks the effective key length of
      three key 3DES is 112 bits. AES is stronger and faster then 3DES.
      
      Prefer to delay the start of compression until after authentication
      has completed. This avoids exposing compression code to attacks
      from unauthenticated users.
      
      (github pull request #9)
      4122cac6