Skip to content
  1. May 10, 2016
  2. May 09, 2016
  3. May 04, 2016
  4. May 03, 2016
  5. May 02, 2016
  6. May 01, 2016
  7. Apr 29, 2016
  8. Apr 25, 2016
  9. Apr 21, 2016
  10. Apr 20, 2016
  11. Apr 19, 2016
  12. Apr 18, 2016
  13. Apr 15, 2016
  14. Apr 14, 2016
  15. Apr 13, 2016
    • Richard Levitte's avatar
      Fix the handling of --with-zlib-include · da430a55
      Richard Levitte authored
      
      
      The handling was Unix centric, already in Configure.  Change that to
      just collect the value and let the build file templates figure out
      what to do with it.
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      da430a55
    • Richard Levitte's avatar
      Remake the way dynamic zlib is loaded · 5a5c0b95
      Richard Levitte authored
      
      
      Instead of absolute hard coding of the libz library name, have it use
      the macro LIBZ, which is set to defaults we know in case it's
      undefined.
      
      This allows our configuration to set something that's sane on current
      or older platforms, and allows the user to override it by defining
      LIBZ themselves.
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      5a5c0b95
    • Richard Levitte's avatar
    • Richard Levitte's avatar
      Fix zlib configuration options. · 62890f47
      Richard Levitte authored
      
      
      The macros ZLIB and ZLIB_SHARED weren't appropriately defined,
      deviating wrongly from how they worked in earlier OpenSSL versions.
      So, restore it so that ZLIB is defined if configured "enable-zlib" and
      so that ZLIB and ZLIB_SHARED are defined if configured
      "enable-zlib-dynamic".
      
      Additionally, correct the interpretation of the --with-zlib-lib value
      on Windows and VMS, where it's used to indicate the actual zlib
      zlib library file / logical name, as that can differ depending on zlib
      version and packaging on those platforms.
      
      Finally for Windows and VMS, we also define the macro LIBZ with that
      file name / logical name when configured "zlib-dynamic", so the
      compression unit can pick it up and use it.
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      62890f47
  16. Apr 07, 2016