1. 27 Mar, 2019 1 commit
  2. 06 Feb, 2019 1 commit
  3. 09 Jan, 2019 1 commit
  4. 02 Jan, 2019 1 commit
  5. 01 Jan, 2019 1 commit
  6. 31 Dec, 2018 1 commit
  7. 30 Dec, 2018 2 commits
  8. 12 Dec, 2018 1 commit
  9. 30 Oct, 2018 1 commit
  10. 04 Sep, 2018 1 commit
  11. 11 Jul, 2018 1 commit
  12. 15 May, 2018 1 commit
  13. 13 Mar, 2018 1 commit
  14. 05 Mar, 2018 1 commit
  15. 04 Mar, 2018 1 commit
  16. 23 Jan, 2018 1 commit
  17. 12 Dec, 2017 2 commits
  18. 29 Nov, 2017 1 commit
  19. 23 Oct, 2017 1 commit
  20. 04 Oct, 2017 1 commit
  21. 13 Aug, 2017 1 commit
  22. 09 Aug, 2017 1 commit
  23. 14 Jun, 2017 1 commit
  24. 13 May, 2017 1 commit
  25. 19 Apr, 2017 1 commit
  26. 24 Feb, 2017 1 commit
  27. 21 Feb, 2017 1 commit
  28. 20 Dec, 2016 1 commit
  29. 02 Nov, 2016 1 commit
  30. 14 Sep, 2016 1 commit
  31. 07 Sep, 2016 1 commit
  32. 03 Aug, 2016 1 commit
  33. 21 Jul, 2016 1 commit
  34. 23 May, 2016 1 commit
  35. 17 May, 2016 1 commit
  36. 23 Mar, 2016 1 commit
  37. 09 Feb, 2016 1 commit
    • David Benjamin's avatar
      openssl: remove most BoringSSL #ifdefs. · 39c803cb
      David Benjamin authored
      As of https://boringssl-review.googlesource.com/#/c/6980/, almost all of
      BoringSSL #ifdefs in cURL should be unnecessary:
      
      - BoringSSL provides no-op stubs for compatibility which replaces most
        #ifdefs.
      
      - DES_set_odd_parity has been in BoringSSL for nearly a year now. Remove
        the compatibility codepath.
      
      - With a small tweak to an extend_key_56_to_64 call, the NTLM code
        builds fine.
      
      - Switch OCSP-related #ifdefs to the more generally useful
        OPENSSL_NO_OCSP.
      
      The only #ifdefs which remain are Curl_ossl_version and the #undefs to
      work around OpenSSL and wincrypt.h name conflicts. (BoringSSL leaves
      that to the consumer. The in-header workaround makes things sensitive to
      include order.)
      
      This change errs on the side of removing conditionals despite many of
      the restored codepaths being no-ops. (BoringSSL generally adds no-op
      compatibility stubs when possible. OPENSSL_VERSION_NUMBER #ifdefs are
      bad enough!)
      
      Closes #640
      39c803cb
  38. 08 Feb, 2016 1 commit