Skip to content
  1. Mar 11, 2019
    • Jay Satiro's avatar
      doh: inherit some SSL options from user's easy handle · 9e6af114
      Jay Satiro authored
      - Inherit SSL options for the doh handle but not SSL client certs,
        SSL ALPN/NPN, SSL engine, SSL version, SSL issuer cert,
        SSL pinned public key, SSL ciphers, SSL id cache setting,
        SSL kerberos or SSL gss-api settings.
      
      - Fix inheritance of verbose setting.
      
      - Inherit NOSIGNAL.
      
      There is no way for the user to set options for the doh (DNS-over-HTTPS)
      handles and instead we inherit some options from the user's easy handle.
      
      My thinking for the SSL options not inherited is they are most likely
      not intended by the user for the DOH transfer. I did inherit insecure
      because I think that should still be in control of the user.
      
      Prior to this change doh did not work for me because CAINFO was not
      inherited. Also verbose was set always which AFAICT was a bug (#3660).
      
      Fixes https://github.com/curl/curl/issues/3660
      Closes https://github.com/curl/curl/pull/3661
      9e6af114
  2. Mar 09, 2019
  3. Mar 08, 2019
  4. Mar 07, 2019
  5. Mar 06, 2019
  6. Mar 05, 2019
  7. Mar 04, 2019
  8. Mar 03, 2019
  9. Mar 02, 2019
  10. Mar 01, 2019
  11. Feb 28, 2019