1. 24 Jan, 2012 1 commit
    • Daniel Stenberg's avatar
      OpenSSL: don't disable security work-around · db1a856b
      Daniel Stenberg authored
      OpenSSL added a work-around for a SSL 3.0/TLS 1.0 CBC vulnerability
      (http://www.openssl.org/~bodo/tls-cbc.txt). In 0.9.6e they added a bit
      to SSL_OP_ALL that _disables_ that work-around despite the fact that
      SSL_OP_ALL is documented to do "rather harmless" workarounds.
      
      The libcurl code uses the SSL_OP_ALL define and thus logically always
      disables the OpenSSL fix.
      
      In order to keep the secure work-around workding, the
      SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS bit must not be set and this change
      makes sure of this.
      
      Reported by: product-security at Apple
      db1a856b
  2. 22 Jan, 2012 1 commit
  3. 21 Jan, 2012 2 commits
  4. 20 Jan, 2012 1 commit
  5. 19 Jan, 2012 5 commits
  6. 18 Jan, 2012 12 commits
  7. 17 Jan, 2012 3 commits
  8. 16 Jan, 2012 5 commits
  9. 15 Jan, 2012 2 commits
  10. 14 Jan, 2012 1 commit
  11. 13 Jan, 2012 3 commits
  12. 12 Jan, 2012 2 commits
  13. 09 Jan, 2012 2 commits