1. 23 Jan, 2018 1 commit
  2. 12 Dec, 2017 2 commits
  3. 29 Nov, 2017 1 commit
  4. 23 Oct, 2017 1 commit
  5. 04 Oct, 2017 1 commit
  6. 13 Aug, 2017 1 commit
  7. 09 Aug, 2017 1 commit
  8. 14 Jun, 2017 1 commit
  9. 13 May, 2017 1 commit
  10. 19 Apr, 2017 1 commit
  11. 24 Feb, 2017 1 commit
  12. 21 Feb, 2017 1 commit
  13. 20 Dec, 2016 1 commit
  14. 02 Nov, 2016 1 commit
  15. 14 Sep, 2016 1 commit
  16. 07 Sep, 2016 1 commit
  17. 03 Aug, 2016 1 commit
  18. 21 Jul, 2016 1 commit
  19. 23 May, 2016 1 commit
  20. 17 May, 2016 1 commit
  21. 23 Mar, 2016 1 commit
  22. 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
  23. 08 Feb, 2016 1 commit
  24. 26 Jan, 2016 1 commit
  25. 01 Dec, 2015 1 commit
  26. 07 Oct, 2015 1 commit
  27. 12 Aug, 2015 2 commits
  28. 17 Jun, 2015 1 commit
  29. 29 Apr, 2015 1 commit
  30. 22 Apr, 2015 1 commit
  31. 25 Feb, 2015 1 commit
  32. 08 Jan, 2015 1 commit
  33. 05 Nov, 2014 4 commits
  34. 08 Sep, 2014 1 commit
  35. 03 Sep, 2014 1 commit