1. 09 Oct, 2017 7 commits
  2. 08 Oct, 2017 10 commits
  3. 07 Oct, 2017 3 commits
  4. 06 Oct, 2017 7 commits
  5. 05 Oct, 2017 2 commits
  6. 04 Oct, 2017 9 commits
  7. 03 Oct, 2017 2 commits
    • Michael Kaufmann's avatar
      idn: fix source code comment · 5f1fa582
      Michael Kaufmann authored
      5f1fa582
    • Michael Kaufmann's avatar
      vtls: compare and clone ssl configs properly · 9d3dde37
      Michael Kaufmann authored
      Compare these settings in Curl_ssl_config_matches():
      - verifystatus (CURLOPT_SSL_VERIFYSTATUS)
      - random_file (CURLOPT_RANDOM_FILE)
      - egdsocket (CURLOPT_EGDSOCKET)
      
      Also copy the setting "verifystatus" in Curl_clone_primary_ssl_config(),
      and copy the setting "sessionid" unconditionally.
      
      This means that reusing connections that are secured with a client
      certificate is now possible, and the statement "TLS session resumption
      is disabled when a client certificate is used" in the old advisory at
      https://curl.haxx.se/docs/adv_20170419.html is obsolete.
      
      Reviewed-by: Daniel Stenberg
      
      Closes #1917
      9d3dde37