Skip to content
  1. Oct 09, 2017
  2. Oct 08, 2017
  3. Oct 07, 2017
  4. Oct 06, 2017
  5. Oct 05, 2017
  6. Oct 04, 2017
  7. Oct 03, 2017
    • 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