1. 01 4月, 2017 1 次提交
  2. 29 3月, 2017 1 次提交
  3. 24 3月, 2017 1 次提交
  4. 06 3月, 2017 1 次提交
  5. 28 2月, 2017 2 次提交
  6. 24 2月, 2017 1 次提交
  7. 23 2月, 2017 1 次提交
  8. 21 2月, 2017 1 次提交
  9. 18 2月, 2017 1 次提交
  10. 02 2月, 2017 1 次提交
  11. 01 2月, 2017 1 次提交
  12. 29 12月, 2016 1 次提交
  13. 06 12月, 2016 1 次提交
  14. 03 12月, 2016 2 次提交
  15. 26 11月, 2016 1 次提交
  16. 15 11月, 2016 4 次提交
  17. 10 11月, 2016 1 次提交
  18. 04 11月, 2016 2 次提交
  19. 03 11月, 2016 1 次提交
  20. 02 11月, 2016 1 次提交
    • M
      Update Configure to know about tls1_3 · 84a68336
      Matt Caswell 提交于
      Also we disable TLS1.3 by default (use enable-tls1_3 to re-enable). This is
      because this is a WIP and will not be interoperable with any other TLS1.3
      implementation.
      
      Finally, we fix some tests that started failing when TLS1.3 was disabled by
      default.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      84a68336
  21. 01 11月, 2016 2 次提交
  22. 14 10月, 2016 2 次提交
  23. 13 10月, 2016 1 次提交
  24. 12 10月, 2016 1 次提交
  25. 22 9月, 2016 1 次提交
  26. 18 9月, 2016 1 次提交
  27. 16 9月, 2016 2 次提交
  28. 13 9月, 2016 2 次提交
  29. 09 9月, 2016 1 次提交
  30. 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