1. 18 11月, 2011 11 次提交
  2. 17 11月, 2011 1 次提交
    • M
      tls: Use TLSv1_client_method for OpenSSL · 92db95e9
      Martin Storsjö 提交于
      TLSv1 is compatible with SSLv3, so this doesn't change much
      in terms of compatibility. By explicitly using TLSv1, OpenSSL
      sends the server name indication (SNI) header, which we
      already set using SSL_set_tlsext_host_name (earlier, this
      didn't have any effect).
      
      SNI allows servers to serve SSL content for different host
      names with separate certificates on one single port (vhosts).
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      92db95e9
  3. 16 11月, 2011 10 次提交
  4. 14 11月, 2011 5 次提交
  5. 13 11月, 2011 13 次提交