1. 04 12月, 2002 1 次提交
  2. 13 11月, 2002 1 次提交
  3. 11 10月, 2002 1 次提交
  4. 02 8月, 2002 1 次提交
  5. 01 8月, 2002 1 次提交
  6. 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
  7. 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
  8. 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
  9. 24 8月, 2001 1 次提交
  10. 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
  11. 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
  12. 24 2月, 2001 1 次提交
  13. 20 2月, 2001 1 次提交
  14. 14 2月, 2001 1 次提交
  15. 13 2月, 2001 2 次提交
  16. 09 2月, 2001 3 次提交
  17. 02 2月, 2001 1 次提交
  18. 19 1月, 2001 2 次提交
  19. 18 1月, 2001 1 次提交
  20. 17 1月, 2001 1 次提交
    • D
      · 81f169e9
      Dr. Stephen Henson 提交于
      Initial OCSP certificate verify. Not complete,
      it just supports a "trusted OCSP global root CA".
      81f169e9
  21. 14 1月, 2001 1 次提交
    • D
      · b4b1bdd5
      Dr. Stephen Henson 提交于
      Preliminary ocsp utility documentation.
      
      Fix ocsp usage message.
      b4b1bdd5
  22. 13 1月, 2001 1 次提交
    • D
      · 5782ceb2
      Dr. Stephen Henson 提交于
      New OCSP utility. This can generate, parse and print
      OCSP requests. It can also query reponders and parse or
      print out responses.
      
      Still needs some more work: OCSP response checks and
      of course documentation.
      5782ceb2