1. 04 11月, 2016 1 次提交
  2. 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
  3. 01 11月, 2016 2 次提交
  4. 29 10月, 2016 1 次提交
  5. 26 10月, 2016 1 次提交
  6. 20 9月, 2016 1 次提交
  7. 13 9月, 2016 1 次提交
    • A
      Configure: impose ^X on whole build procedure. · 758baa3d
      Andy Polyakov 提交于
      Traditionally Configure passed $ENV{PERL} to Makefile. But this
      resulted in ambiguilty as Configure script could be executed by
      interpreter different from one executing remaining scripts. Since
      we separate compile- and run-time interpreters with HASHBANGPERL
      variable, there is no reason to segment the build procedure.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      758baa3d
  8. 02 9月, 2016 2 次提交
  9. 01 9月, 2016 3 次提交
  10. 06 8月, 2016 1 次提交
  11. 03 8月, 2016 2 次提交
  12. 02 8月, 2016 1 次提交
  13. 17 7月, 2016 1 次提交
  14. 04 7月, 2016 1 次提交
  15. 22 6月, 2016 1 次提交
  16. 04 6月, 2016 1 次提交
  17. 03 6月, 2016 1 次提交
  18. 02 6月, 2016 1 次提交
  19. 23 5月, 2016 2 次提交
  20. 09 5月, 2016 2 次提交
  21. 26 4月, 2016 1 次提交
  22. 18 4月, 2016 1 次提交
  23. 15 4月, 2016 1 次提交
  24. 14 4月, 2016 2 次提交
  25. 24 3月, 2016 1 次提交
  26. 18 3月, 2016 2 次提交
  27. 11 3月, 2016 1 次提交
  28. 09 3月, 2016 1 次提交
  29. 08 3月, 2016 2 次提交
  30. 13 2月, 2016 1 次提交
    • R
      Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefix · 3c65577f
      Richard Levitte 提交于
      INSTALL_PREFIX is a confusing name, as there's also --prefix.
      Instead, tag along with the rest of the open source world and adopt
      the Makefile variable DESTDIR to designate the desired staging
      directory.
      
      The Configure option --install_prefix is removed, the only way to
      designate a staging directory is with the Makefile variable (this is
      also implemented for VMS' descrip.mms et al).
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      3c65577f