1. 04 6月, 2003 1 次提交
  2. 13 1月, 2003 1 次提交
  3. 28 11月, 2002 1 次提交
  4. 16 11月, 2002 1 次提交
  5. 14 11月, 2002 1 次提交
  6. 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
  7. 25 9月, 2002 1 次提交
  8. 14 6月, 2002 1 次提交
  9. 10 5月, 2002 1 次提交
  10. 14 2月, 2002 1 次提交
  11. 20 12月, 2001 1 次提交
  12. 05 7月, 2001 1 次提交
  13. 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
  14. 19 6月, 2001 1 次提交
  15. 11 6月, 2001 2 次提交
  16. 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
  17. 12 5月, 2001 1 次提交
  18. 11 5月, 2001 1 次提交
  19. 07 5月, 2001 2 次提交