1. 18 6月, 2001 1 次提交
  2. 11 6月, 2001 1 次提交
  3. 06 6月, 2001 1 次提交
  4. 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
  5. 22 5月, 2001 1 次提交
  6. 09 5月, 2001 1 次提交
  7. 08 5月, 2001 1 次提交
    • D
      · b545dc67
      Dr. Stephen Henson 提交于
      Initial CRL based revocation checking.
      b545dc67
  8. 30 4月, 2001 1 次提交
    • D
      Win32 fixes: · c2e45f6d
      Dr. Stephen Henson 提交于
      define LLONG properly for VC++.
      
      stop compiler complaining about signed/unsigned mismatch in apps/engine.c
      c2e45f6d
  9. 27 4月, 2001 1 次提交
  10. 19 4月, 2001 1 次提交
    • G
      Changes to "openssl engine" to support the new control command code in · f11bc840
      Geoff Thorpe 提交于
      ENGINE.
      
       * Extra verbosity can be added with more "v"'s, eg. '-vvv' gives
         information about input flags and descriptions for each control command
         in each ENGINE. Check the output of "openssl engine -vvv" for example.
      
       * '-pre <cmd>' and '-post <cmd>' can be used to invoke control commands on
         the specified ENGINE (or on all of them if no engine id is specified,
         although that usually gets pretty ugly). '-post' commands are only
         attempted if '-t' is specified and the engine successfully initialises.
         '-pre' commands are always attempted whether or not '-t' causes an
         initialisation to be tried afterwards. Multiple '-pre' and/or '-post'
         commands can be specified and they will be called in the order they
         occur on the command line.
      
      Parameterised commands (the normal case, there are currently no
      unparameterised ones) are split into command and argument via a separating
      colon. Eg. "openssl engine -pre SO_PATH:/lib/libdriver.so <id>" results in
      the call;
          ENGINE_ctrl_cmd_string(e, "SO_PATH", "/lib/libdriver.so", 0);
      
      Application code should similarly allow arbitrary name-value string pairs
      to be passed into ENGINEs in a manner matching that in apps/engine.c,
      either using the same colon-separated format, or entered as two distinct
      strings. Eg. as stored in a registry. The last parameter of
      ENGINE_ctrl_cmd_string can be changed from 0 to 1 if the command should
      only be attempted if it's supported by the specified ENGINE (eg. for
      commands like "FORK_CHECK:1" that may or may not apply to the run-time
      ENGINE).
      f11bc840
  11. 11 4月, 2001 4 次提交
  12. 08 4月, 2001 1 次提交
  13. 04 4月, 2001 1 次提交
  14. 31 3月, 2001 1 次提交
  15. 30 3月, 2001 2 次提交
  16. 24 3月, 2001 1 次提交
  17. 22 3月, 2001 1 次提交
  18. 16 3月, 2001 4 次提交
  19. 15 3月, 2001 1 次提交
    • D
      · 0a3ea5d3
      Dr. Stephen Henson 提交于
      Document the -certopt option to the x509 utility.
      
      Add no_issuer option.
      
      Fix X509_print_ex() so it prints out newlines when
      certain fields are omitted.
      0a3ea5d3
  20. 14 3月, 2001 1 次提交
  21. 11 3月, 2001 2 次提交
  22. 09 3月, 2001 2 次提交
  23. 08 3月, 2001 1 次提交
  24. 07 3月, 2001 1 次提交
  25. 06 3月, 2001 1 次提交
  26. 05 3月, 2001 1 次提交
  27. 04 3月, 2001 1 次提交
  28. 27 2月, 2001 1 次提交
  29. 24 2月, 2001 1 次提交
  30. 23 2月, 2001 1 次提交
  31. 22 2月, 2001 1 次提交