1. 14 Jun, 2019 1 commit
    • cmake: Modulize our TLS & hash detection · 94fc83b6
      The interactions between `USE_HTTPS` and `SHA1_BACKEND` have been
      streamlined. Previously we would have accepted not quite working
      configurations (like, `-DUSE_HTTPS=OFF -DSHA1_BACKEND=OpenSSL`) and, as
      the OpenSSL detection only ran with `USE_HTTPS`, the link would fail.
      
      The detection was moved to a new `USE_SHA1`, modeled after `USE_HTTPS`,
      which takes the values "CollisionDetection/Backend/Generic", to better
      match how the "hashing backend" is selected, the default (ON) being
      "CollisionDetection".
      
      Note that, as `SHA1_BACKEND` is still used internally, you might need to
      check what customization you're using it for.
      Etienne Samson committed
  2. 21 May, 2019 1 commit
  3. 28 Feb, 2019 2 commits
  4. 14 Feb, 2019 2 commits
  5. 28 Jan, 2019 1 commit
  6. 27 Jan, 2019 1 commit
  7. 26 Jan, 2019 1 commit
  8. 19 Jan, 2019 1 commit
  9. 11 Jan, 2019 1 commit
  10. 26 Oct, 2018 1 commit
  11. 25 Oct, 2018 1 commit
  12. 21 Oct, 2018 4 commits