1. 14 5月, 2015 1 次提交
  2. 06 5月, 2015 1 次提交
  3. 22 2月, 2015 1 次提交
    • 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
  4. 24 1月, 2015 1 次提交
  5. 22 1月, 2015 1 次提交
  6. 13 1月, 2015 1 次提交
  7. 06 1月, 2015 1 次提交
  8. 22 12月, 2014 1 次提交
  9. 18 12月, 2014 1 次提交
  10. 25 9月, 2014 1 次提交
  11. 09 8月, 2014 2 次提交
  12. 12 2月, 2012 1 次提交
    • D
      PR: 2717 · fc7dae52
      Dr. Stephen Henson 提交于
      Submitted by: Tim Rice <tim@multitalents.net>
      
      Make compilation work on OpenServer 5.0.7
      fc7dae52
  13. 15 10月, 2011 1 次提交
  14. 05 10月, 2009 1 次提交
  15. 13 5月, 2009 1 次提交
  16. 22 12月, 2008 1 次提交
  17. 12 4月, 2006 1 次提交
    • U
      Add BeOS support. · 4700aea9
      Ulf Möller 提交于
      PR: 1312
      Submitted by: Oliver Tappe <zooey@hirschkaefer.de>
      Reviewed by: Ulf Moeller
      4700aea9
  18. 26 9月, 2005 1 次提交
  19. 21 9月, 2005 1 次提交
  20. 28 1月, 2004 1 次提交
  21. 28 11月, 2003 1 次提交
  22. 04 6月, 2003 1 次提交
  23. 13 1月, 2003 1 次提交
  24. 28 11月, 2002 1 次提交
  25. 16 11月, 2002 1 次提交
  26. 14 11月, 2002 1 次提交
  27. 09 10月, 2002 1 次提交
    • R
      Add a few more VxWorks targets. · 6a89a25c
      Richard Levitte 提交于
      Correct misspelled VXWORKS macros.
      Add VXWORKS identifying macros to e_os2.h.
      Add required inclusions and mappings for VxWorks in e_os.h.
      A few small modifications to make OpenSSL build and work on VxWorks.
      PR: 253, except for the  change that was handled in an earlier
               commit, and a request for easy build of just parts of OpenSSL.
      6a89a25c
  28. 25 9月, 2002 1 次提交
  29. 14 6月, 2002 1 次提交
  30. 10 5月, 2002 1 次提交
  31. 14 2月, 2002 1 次提交
  32. 20 12月, 2001 1 次提交
  33. 05 7月, 2001 1 次提交
  34. 24 6月, 2001 1 次提交
    • R
      Do not loop i the OpenSSL UI method any more. Instead, letthe · b589977b
      Richard Levitte 提交于
      application do that.
      
      NOTE: there's no requirement for other UI_METHODs to avoid this kind
      of loop.  For example, a GUI UI_METHOD would probably check the
      lengths of the answers from within instead of being constantly
      redisplayed for everything that is wrong.
      b589977b
  35. 19 6月, 2001 1 次提交
  36. 11 6月, 2001 2 次提交
  37. 17 5月, 2001 1 次提交
    • D
      Fix for new UI functions under Win32. · b49a5b2d
      Dr. Stephen Henson 提交于
      For some unknown reason fopen("con", "w") is the
      only way to make this work. Using "r+" and "w+"
      causes the fopen call to fail and the fallback
      (using stdin) doesn't work because writing to stdin
      fails.
      b49a5b2d
  38. 12 5月, 2001 1 次提交