1. 30 3月, 2018 1 次提交
  2. 19 3月, 2018 2 次提交
  3. 16 3月, 2018 1 次提交
  4. 09 3月, 2018 1 次提交
  5. 12 2月, 2018 1 次提交
  6. 08 2月, 2018 1 次提交
  7. 31 1月, 2018 1 次提交
  8. 30 1月, 2018 2 次提交
  9. 29 1月, 2018 1 次提交
  10. 28 1月, 2018 1 次提交
    • R
      Processing GNU-style "make variables" - implementation · 5b18235a
      Richard Levitte 提交于
      Support the following "make variables":
      
      AR              (GNU compatible)
      ARFLAGS         (GNU Compatible)
      AS              (GNU Compatible)
      ASFLAGS         (GNU Compatible)
      CC              (GNU Compatible)
      CFLAGS          (GNU Compatible)
      CXX             (GNU Compatible)
      CXXFLAGS        (GNU Compatible)
      CPP             (GNU Compatible)
      CPPFLAGS        (GNU Compatible)
      CPPDEFINES      List of CPP macro definitions.  Alternative for -D
      CPPINCLUDES     List of CPP inclusion directories.  Alternative for -I
      HASHBANGPERL    Perl invocation to be inserted after '#!' in public
                      perl scripts.
      LDFLAGS         (GNU Compatible)
      LDLIBS          (GNU Compatible)
      RANLIB          Program to generate library archive index
      RC              Program to manipulate Windows resources
      RCFLAGS         Flags for $(RC)
      RM              (GNU Compatible)
      
      Setting one of these overrides the corresponding data from our config
      targets.  However, flags given directly on the configuration command
      line are additional, and are therefore added to the flags coming from
      one of the variables above or the config target.
      
      Fixes #2420
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/5177)
      5b18235a
  11. 08 12月, 2017 2 次提交
  12. 06 11月, 2017 2 次提交
  13. 31 10月, 2017 1 次提交
  14. 25 8月, 2017 2 次提交
  15. 12 6月, 2017 1 次提交
  16. 18 5月, 2017 1 次提交
  17. 15 5月, 2017 2 次提交
  18. 24 3月, 2017 1 次提交
  19. 11 3月, 2017 1 次提交
  20. 02 3月, 2017 1 次提交
  21. 02 2月, 2017 1 次提交
  22. 26 11月, 2016 1 次提交
  23. 15 11月, 2016 1 次提交
  24. 14 11月, 2016 1 次提交
  25. 08 11月, 2016 1 次提交
  26. 04 11月, 2016 3 次提交
  27. 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
  28. 01 11月, 2016 2 次提交
  29. 29 10月, 2016 1 次提交
  30. 26 10月, 2016 1 次提交
  31. 20 9月, 2016 1 次提交