Skip to content
  1. May 08, 2019
    • 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
  2. May 07, 2019
    • 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
  3. May 06, 2019
  4. May 05, 2019
  5. May 04, 2019
  6. May 03, 2019
  7. May 02, 2019
  8. May 01, 2019
  9. Apr 30, 2019
  10. Apr 29, 2019
  11. Apr 28, 2019
  12. Apr 27, 2019
  13. Apr 23, 2019
  14. Apr 22, 2019
  15. Apr 21, 2019