1. 09 3月, 2016 1 次提交
  2. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  3. 18 12月, 2015 1 次提交
  4. 14 5月, 2015 1 次提交
  5. 06 5月, 2015 1 次提交
  6. 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
  7. 24 1月, 2015 1 次提交
  8. 22 1月, 2015 1 次提交
  9. 13 1月, 2015 1 次提交
  10. 06 1月, 2015 1 次提交
  11. 22 12月, 2014 1 次提交
  12. 18 12月, 2014 1 次提交
  13. 25 9月, 2014 1 次提交
  14. 09 8月, 2014 2 次提交
  15. 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
  16. 15 10月, 2011 1 次提交
  17. 05 10月, 2009 1 次提交
  18. 13 5月, 2009 1 次提交
  19. 22 12月, 2008 1 次提交
  20. 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
  21. 26 9月, 2005 1 次提交
  22. 21 9月, 2005 1 次提交
  23. 28 1月, 2004 1 次提交
  24. 28 11月, 2003 1 次提交
  25. 04 6月, 2003 1 次提交
  26. 13 1月, 2003 1 次提交
  27. 28 11月, 2002 1 次提交
  28. 16 11月, 2002 1 次提交
  29. 14 11月, 2002 1 次提交
  30. 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
  31. 25 9月, 2002 1 次提交
  32. 14 6月, 2002 1 次提交
  33. 10 5月, 2002 1 次提交
  34. 14 2月, 2002 1 次提交
  35. 20 12月, 2001 1 次提交
  36. 05 7月, 2001 1 次提交
  37. 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
  38. 19 6月, 2001 1 次提交
  39. 11 6月, 2001 1 次提交