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