1. 19 3月, 2018 1 次提交
  2. 13 10月, 2016 1 次提交
    • R
      Remove automatic RPATH - adapt shlib_wrap.sh · 71d8ff1a
      Richard Levitte 提交于
      Looking for something starting with '-Wl,-rpath,' isn't good enough,
      as someone might give something like '-Wl,--enable-new-dtags,-rpath,/PATH'.
      Looking for ',-rpath,' should be safe enough.
      
      We could remove the preloading stuff entirely, but just in case the
      user has chosen to given RPATH setting arguments at configuration,
      we'd better make sure testing will still work.  Fair warning, there
      are some configuration options that do not work with preloaded OpenSSL
      libraries, such as the sanity checking ones.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      71d8ff1a
  3. 08 9月, 2016 1 次提交
    • R
      Allow asan, msan and ubsan to be configured with shared libraries · 342a1a23
      Richard Levitte 提交于
      The background story is that util/shlib_wrap.sh was setting LD_PRELOAD
      or similar platform dependent variables, just in case the shared
      libraries were built with -rpath.  Unfortunately, this doesn't work
      too well with asan, msan or ubsan.
      
      So, the solution is to forbid the combination of shared libraries,
      -rpath and any of the sanity analyzers we can configure.
      
      This changes util/shlib_wrap.sh so it only contains the code that sets
      LD_PRELOAD when -rpath has been used when configuring.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      342a1a23
  4. 09 3月, 2016 2 次提交
  5. 14 10月, 2015 1 次提交
  6. 13 11月, 2013 1 次提交
  7. 16 11月, 2009 1 次提交
    • D
      PR: 2101 (additional) · 320d3fd6
      Dr. Stephen Henson 提交于
      Submitted by: Roumen Petrov <openssl@roumenpetrov.info>
      Approved by: steve@openssl.org
      
      Another mingw fix.
      320d3fd6
  8. 17 6月, 2009 1 次提交
    • D
      PR: 1958 · 4f33534c
      Dr. Stephen Henson 提交于
      Submitted by: Sean Boudreau <seanb@qnx.com>
      Approved by: steve@openssl.org
      
      qnx6 support.
      4f33534c
  9. 27 8月, 2007 2 次提交
  10. 16 7月, 2007 1 次提交
  11. 06 2月, 2005 1 次提交
  12. 02 2月, 2005 1 次提交