1. 23 6月, 2001 3 次提交
  2. 21 6月, 2001 1 次提交
    • D
      · ed5538dc
      Dr. Stephen Henson 提交于
      Fix memory leak when RAND is used: need to cleanup
      RANDs ENGINE reference in ENGINE_cleanup().
      ed5538dc
  3. 20 6月, 2001 4 次提交
    • R
      Since there is a way to create UI_METHODs, implement a destructor as · eb929eef
      Richard Levitte 提交于
      well.
      
      This probably requires reference counters and locks as well.  To be
      implemented later.
      eb929eef
    • D
      · 323f289c
      Dr. Stephen Henson 提交于
      Change all calls to low level digest routines in the library and
      applications to use EVP. Add missing calls to HMAC_cleanup() and
      don't assume HMAC_CTX can be copied using memcpy().
      
      Note: this is almost identical to the patch submitted to openssl-dev
      by Verdon Walker <VWalker@novell.com> except some redundant
      EVP_add_digest_()/EVP_cleanup() calls were removed and some changes
      made to avoid compiler warnings.
      323f289c
    • R
      cp is only used when DSA is built. · b7fe2f96
      Richard Levitte 提交于
      b7fe2f96
    • R
      - Add the possibility to control engines through control names but · 839590f5
      Richard Levitte 提交于
        with arbitrary arguments instead of just a string.
      - Change the key loaders to take a UI_METHOD instead of a callback
        function pointer.  NOTE: this breaks binary compatibility with
        earlier versions of OpenSSL [engine].
      - Addapt the nCipher code for these new conditions and add a card
        insertion callback.
      839590f5
  4. 19 6月, 2001 3 次提交
  5. 17 6月, 2001 2 次提交
  6. 11 6月, 2001 5 次提交
  7. 08 6月, 2001 2 次提交
  8. 07 6月, 2001 4 次提交
  9. 06 6月, 2001 3 次提交
  10. 05 6月, 2001 1 次提交
  11. 01 6月, 2001 6 次提交
  12. 31 5月, 2001 1 次提交
  13. 29 5月, 2001 1 次提交
  14. 26 5月, 2001 1 次提交
    • R
      We had the password callback for ENGINEs pretty much wrong. And · 6c1a3e4f
      Richard Levitte 提交于
      passwords that were given to the key loading functions were completely
      ignored, at least in the ncipher code, and then we made the assumption
      that the callback wanted a prompt as user argument.
      
      All that is now changed, and the application author is forced to give
      a callback function of type pem_callback_cb and possibly an argument
      for it, just as for all other functions that want to generate password
      prompting.
      
      NOTE: this change creates binary and source incompatibilities with
      previous versions of OpenSSL [engine].  It's worth it this time, to
      get it right (or at least better and with a chance that it'll work).
      6c1a3e4f
  15. 25 5月, 2001 1 次提交
    • D
      · 76c919c1
      Dr. Stephen Henson 提交于
      Add missing variable length cipher flag for Blowfish.
      
      Only use trust settings if either trust or reject settings
      are present, otherwise use compatibility mode. This stops
      root CAs being rejected if they have alias of keyid set.
      76c919c1
  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. 16 5月, 2001 1 次提交