1. 14 12月, 2007 1 次提交
  2. 04 12月, 2007 1 次提交
  3. 27 9月, 2007 1 次提交
  4. 13 8月, 2007 1 次提交
  5. 16 5月, 2007 1 次提交
    • D
      PR: 1516 · ad35cdac
      Dr. Stephen Henson 提交于
      Revert change in 1516 because it breaks Windows build. Use a modified version
      of the headers from s_client.c which has used similar functionality without
      any problems.
      ad35cdac
  6. 04 4月, 2007 2 次提交
  7. 30 3月, 2007 1 次提交
  8. 25 12月, 2006 1 次提交
  9. 14 12月, 2006 1 次提交
  10. 20 8月, 2006 1 次提交
  11. 18 7月, 2006 1 次提交
  12. 17 7月, 2006 1 次提交
  13. 18 5月, 2004 1 次提交
  14. 04 9月, 2003 1 次提交
  15. 04 4月, 2003 2 次提交
  16. 26 3月, 2003 1 次提交
  17. 14 2月, 2003 2 次提交
  18. 04 12月, 2002 1 次提交
  19. 13 11月, 2002 1 次提交
  20. 11 10月, 2002 1 次提交
  21. 02 8月, 2002 1 次提交
  22. 01 8月, 2002 1 次提交
  23. 10 7月, 2002 1 次提交
    • L
      Reorder inclusion of header files: · 7b63c0fa
      Lutz Jänicke 提交于
      des_old.h redefines crypt:
      #define crypt(b,s)\
              DES_crypt((b),(s))
      
      This scheme leads to failure, if header files with the OS's true definition
      of crypt() are processed _after_ des_old.h was processed. This is e.g. the
      case on HP-UX with unistd.h.
      As evp.h now again includes des.h (which includes des_old.h), this problem
      only came up after this modification.
      Solution: move header files (indirectly) including e_os.h before the header
      files (indirectly) including evp.h.
      Submitted by:
      Reviewed by:
      PR:
      7b63c0fa
  24. 13 6月, 2002 1 次提交
    • D
      · 99889b46
      Dr. Stephen Henson 提交于
      Fix ext_dat.h extension ordering.
      
      Reinstate -reqout code.
      
      Avoid coredump in ocsp if setup_verify
      fails.
      
      Fix typo in ocsp usage message.
      99889b46
  25. 22 2月, 2002 1 次提交
    • D
      Config code updates. · 3647bee2
      Dr. Stephen Henson 提交于
      CONF_modules_unload() now calls CONF_modules_finish()
      automatically.
      
      Default use of section openssl_conf moved to
      CONF_modules_load()
      
      Load config file in several openssl utilities.
      
      Most utilities now load modules from the config file,
      though in a few (such as version) this isn't done
      because it couldn't be used for anything.
      
      In the case of ca and req the config file used is
      the same as the utility itself: that is the -config
      command line option can be used to specify an
      alternative file.
      3647bee2
  26. 24 8月, 2001 1 次提交
  27. 13 7月, 2001 2 次提交
    • D
      · 534a1ed0
      Dr. Stephen Henson 提交于
      Allow OCSP server to handle multiple requests.
      
      Document new OCSP options.
      534a1ed0
    • D
      · ee306a13
      Dr. Stephen Henson 提交于
      Initial OCSP server support, using index.txt format.
      
      This can process internal requests or behave like a
      mini responder.
      
      Todo: documentation, update usage info.
      ee306a13
  28. 30 5月, 2001 1 次提交
    • R
      Extend all the loading functions to take an engine pointer, a pass · 30b4c272
      Richard Levitte 提交于
      string (some engines may have certificates protected by a PIN!) and
      a description to put into error messages.
      
      Also, have our own password callback that we can send both a password
      and some prompt info to.  The default password callback in EVP assumes
      that the passed parameter is a password, which isn't always the right
      thing, and the ENGINE code (at least the nCipher one) makes other
      assumptions...
      
      Also, in spite of having the functions to load keys, some utilities
      did the loading all by themselves...  That's changed too.
      30b4c272
  29. 24 2月, 2001 1 次提交
  30. 20 2月, 2001 1 次提交
  31. 14 2月, 2001 1 次提交
  32. 13 2月, 2001 2 次提交
  33. 09 2月, 2001 3 次提交