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