Skip to content
  1. Feb 05, 2019
  2. Feb 04, 2019
  3. Jan 31, 2019
  4. Jan 28, 2019
  5. Jan 04, 2019
  6. Dec 12, 2018
  7. Dec 05, 2018
  8. Nov 27, 2018
  9. Nov 24, 2018
  10. Nov 23, 2018
  11. Nov 19, 2018
  12. Nov 13, 2018
  13. Nov 09, 2018
  14. Oct 31, 2018
  15. Oct 29, 2018
  16. Oct 28, 2018
  17. 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
  18. 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
  19. Oct 19, 2018
  20. Oct 17, 2018
  21. Sep 21, 2018
  22. Aug 24, 2018
  23. Aug 12, 2018
  24. Aug 02, 2018
  25. Jul 26, 2018
  26. Jul 24, 2018
  27. Jul 23, 2018
  28. Jul 11, 2018
  29. Jul 09, 2018
  30. Jun 22, 2018