1. 25 2月, 2015 1 次提交
    • R
      Move build config table to separate files. · f09e7ca9
      Rich Salz 提交于
      Move the build configuration table into separate files.  The Configurations
      file is standard configs, and Configurations.team is for openssl-team
      members.  Any other file, Configurations*, found in the same directory
      as the Configure script, is loaded.
      
      To add another file, use --config=FILE flags (which should probably be
      an absolute path).
      
      Written by Stefen Eissing <stefan.eissing@greenbytes.de> and Rich Salz
      <rsalz@openssl.org>, contributed by Akamai Technologies.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      f09e7ca9
  2. 22 2月, 2015 2 次提交
    • R
      Restore -DTERMIO/-DTERMIOS on Windows platforms. · ba4bdee7
      Richard Levitte 提交于
      The previous defaulting to TERMIOS took away -DTERMIOS / -DTERMIO a
      bit too enthusiastically.  Windows/DOSish platforms of all sorts get
      identified as OPENSSL_SYS_MSDOS, and they get a different treatment
      altogether UNLESS -DTERMIO or -DTERMIOS is explicitely given with the
      configuration.  The answer is to restore those macro definitions for
      the affected configuration targets.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      ba4bdee7
    • R
      Assume TERMIOS is default, remove TERMIO on all Linux. · 64e6bf64
      Richard Levitte 提交于
      The rationale for this move is that TERMIOS is default, supported by
      POSIX-1.2001, and most definitely on Linux.  For a few other systems,
      TERMIO may still be the termnial interface of preference, so we keep
      -DTERMIO on those in Configure.
      
      crypto/ui/ui_openssl.c is simplified in this regard, and will define
      TERMIOS for all systems except a select few exceptions.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      64e6bf64
  3. 12 2月, 2015 1 次提交
  4. 11 2月, 2015 1 次提交
  5. 10 2月, 2015 2 次提交
  6. 05 2月, 2015 2 次提交
  7. 31 1月, 2015 1 次提交
  8. 27 1月, 2015 1 次提交
  9. 24 1月, 2015 1 次提交
  10. 23 1月, 2015 1 次提交
  11. 22 1月, 2015 1 次提交
  12. 12 1月, 2015 1 次提交
  13. 05 1月, 2015 2 次提交
  14. 28 12月, 2014 1 次提交
  15. 26 12月, 2014 1 次提交
  16. 22 12月, 2014 1 次提交
  17. 19 12月, 2014 3 次提交
  18. 08 12月, 2014 1 次提交
  19. 04 12月, 2014 1 次提交
  20. 20 11月, 2014 1 次提交
  21. 17 11月, 2014 1 次提交
  22. 23 10月, 2014 1 次提交
  23. 26 9月, 2014 1 次提交
  24. 25 9月, 2014 1 次提交
  25. 12 9月, 2014 1 次提交
  26. 31 8月, 2014 1 次提交
  27. 28 8月, 2014 1 次提交
  28. 13 8月, 2014 2 次提交
  29. 02 8月, 2014 1 次提交
  30. 25 7月, 2014 1 次提交
    • D
      Add conditional unit testing interface. · e0fc7961
      Dr. Stephen Henson 提交于
      Don't call internal functions directly call them through
      SSL_test_functions(). This also makes unit testing work on
      Windows and platforms that don't export internal functions
      from shared libraries.
      
      By default unit testing is not enabled: it requires the compile
      time option "enable-unit-test".
      Reviewed-by: NGeoff Thorpe <geoff@openssl.org>
      e0fc7961
  31. 20 7月, 2014 1 次提交
  32. 16 7月, 2014 2 次提交