Skip to content
  1. Nov 13, 2018
  2. Nov 09, 2018
  3. Oct 31, 2018
  4. Oct 29, 2018
  5. Oct 28, 2018
  6. Oct 25, 2018
    • Richard Levitte's avatar
      Windows: Produce a static version of the public libraries, always · 85299451
      Richard Levitte authored
      
      
      When building shared libraries on Windows, we had a clash between
      'libcrypto.lib' the static routine library and 'libcrypto.lib' the
      import library.
      
      We now change it so the static versions of our libraries get '_static'
      appended to their names.  These will never get installed, but can
      still be used for our internal purposes, such as internal tests.
      
      When building non-shared, the renaming mechanism doesn't come into
      play.  In that case, the static libraries 'libcrypto.lib' and
      'libssl.lib' are installed, just as always.
      
      Fixes #7492
      
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/7496)
      
      (cherry picked from commit b3023ced6b6a4aece6f4d4ec1f6a93b1c03712b6)
      85299451
  7. Oct 21, 2018
    • Richard Levitte's avatar
      build file templates: have targets for all shared library names · 132fd512
      Richard Levitte authored
      
      
      We only had targets for the "simple" shared library names (libfoo.so
      and not libfoo.so.x.y on Unix, import library libfoo.lib but not
      libfoo.dll on Windows).  This has created some confusion why it wasn't
      possible to rebuild the less "simple" name directly (just as an
      example, someone who mistook the import library on Windows for a
      static library, removed the DLL and then found it was difficult to
      rebuild directly), so we change the target to include all possible
      names.
      
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/7451)
      
      (cherry picked from commit d8cac50b023be249cdaba054f43acecf17025ce4)
      132fd512
  8. Oct 19, 2018
  9. Oct 17, 2018
  10. Sep 21, 2018
  11. Aug 24, 2018
  12. Aug 12, 2018
  13. Aug 02, 2018
  14. Jul 26, 2018
  15. Jul 24, 2018
  16. Jul 23, 2018
  17. Jul 11, 2018
  18. Jul 09, 2018
  19. Jun 22, 2018
  20. Jun 21, 2018
  21. Jun 19, 2018
  22. Jun 14, 2018
  23. Jun 13, 2018
  24. Jun 12, 2018
  25. Jun 08, 2018
  26. May 20, 2018
  27. May 15, 2018
  28. May 07, 2018
  29. May 05, 2018