1. 09 May, 2019 4 commits
  2. 08 May, 2019 2 commits
    • Marcel Raad's avatar
    • Ricky Leverence's avatar
      OpenSSL: Report -fips in version if OpenSSL is built with FIPS · 3a03e590
      Ricky Leverence authored
      Older versions of OpenSSL report FIPS availabilty via an OPENSSL_FIPS
      define. It uses this define to determine whether to publish -fips at
      the end of the version displayed. Applications that utilize the version
      reported by OpenSSL will see a mismatch if they compare it to what curl
      reports, as curl is not modifying the version in the same way. This
      change simply adds a check to see if OPENSSL_FIPS is defined, and will
      alter the reported version to match what OpenSSL itself provides. This
      only appears to be applicable in versions of OpenSSL <1.1.1
      
      Closes #3771
      3a03e590
  3. 07 May, 2019 1 commit
    • Frank Gevaerts's avatar
      nss: allow fifos and character devices for certificates. · 191ffd07
      Frank Gevaerts authored
      Currently you can do things like --cert <(cat ./cert.crt) with (at least) the
      openssl backend, but that doesn't work for nss because is_file rejects fifos.
      
      I don't actually know if this is sufficient, nss might do things internally
      (like seeking back) that make this not work, so actual testing is needed.
      
      Closes #3807
      191ffd07
  4. 06 May, 2019 2 commits
  5. 05 May, 2019 4 commits
  6. 04 May, 2019 1 commit
  7. 03 May, 2019 5 commits
  8. 02 May, 2019 2 commits
  9. 01 May, 2019 7 commits
  10. 30 Apr, 2019 1 commit
  11. 29 Apr, 2019 3 commits
  12. 28 Apr, 2019 1 commit
  13. 27 Apr, 2019 1 commit
  14. 23 Apr, 2019 5 commits
  15. 22 Apr, 2019 1 commit
    • Daniel Stenberg's avatar
      docs/BUG-BOUNTY: bug bounty time [skip ci] · 10e4dd6a
      Daniel Stenberg authored
      Introducing the curl bug bounty program on hackerone. We now recommend
      filing security issues directly in the hackerone ticket system which
      only is readable to curl security team members.
      
      Assisted-by: Daniel Gustafsson
      
      Closes #3488
      10e4dd6a