1. 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
  2. 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
  3. 22 5月, 2001 1 次提交
  4. 17 5月, 2001 4 次提交
  5. 16 5月, 2001 3 次提交
  6. 15 5月, 2001 3 次提交
  7. 14 5月, 2001 12 次提交
  8. 13 5月, 2001 11 次提交
  9. 12 5月, 2001 3 次提交
    • L
      Clarify behaviour with respect to SSL/TLS records. · 33ab4699
      Lutz Jänicke 提交于
      33ab4699
    • D
      · 595cc5b4
      Dr. Stephen Henson 提交于
      Under VC++ _DLL is set to indicate that the application
      will be linked against the DLL runtime library. It is
      automatically set when /MD is used.
      
      As a result OpenSSL shouldn't use _DLL to determine if
      it should set OPENSSL_OPT_WINDLL because this will
      cause linkage conflicts with static builds which do
      include the /MD compiler switch.
      595cc5b4
    • D
      Typo. · 29fb08c2
      Dr. Stephen Henson 提交于
      29fb08c2
  10. 11 5月, 2001 1 次提交