1. 28 Mar, 2007 1 commit
  2. 25 Mar, 2007 2 commits
  3. 23 Mar, 2007 2 commits
  4. 22 Mar, 2007 1 commit
  5. 21 Mar, 2007 2 commits
  6. 20 Mar, 2007 6 commits
  7. 16 Mar, 2007 1 commit
  8. 05 Mar, 2007 1 commit
  9. 02 Mar, 2007 4 commits
  10. 27 Feb, 2007 2 commits
  11. 26 Feb, 2007 4 commits
  12. 23 Feb, 2007 1 commit
  13. 22 Feb, 2007 2 commits
  14. 21 Feb, 2007 7 commits
  15. 20 Feb, 2007 3 commits
  16. 19 Feb, 2007 1 commit
    • Bodo Möller's avatar
      Include "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make sure that a · 0a05123a
      Bodo Möller authored
      ciphersuite string such as "DEFAULT:RSA" cannot enable
      authentication-only ciphersuites.
      
      Also, change ssl_create_cipher_list() so that it no longer
      starts with an arbitrary ciphersuite ordering, but instead
      uses the logic that we previously had in SSL_DEFEAULT_CIPHER_LIST.
      SSL_DEFAULT_CIPHER_LIST simplifies into just "ALL:!aNULL:!eNULL".
      0a05123a