1. 28 May, 2001 1 commit
  2. 26 May, 2001 1 commit
  3. 25 May, 2001 1 commit
    • Richard Levitte's avatar
      We had the password callback for ENGINEs pretty much wrong. And · 6c1a3e4f
      Richard Levitte authored
      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
  4. 24 May, 2001 1 commit
    • Dr. Stephen Henson's avatar
      · 76c919c1
      Dr. Stephen Henson authored
      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
  5. 22 May, 2001 1 commit
  6. 17 May, 2001 4 commits
  7. 16 May, 2001 2 commits
  8. 15 May, 2001 3 commits
  9. 14 May, 2001 12 commits
  10. 13 May, 2001 11 commits
  11. 12 May, 2001 3 commits
    • Dr. Stephen Henson's avatar
      Change Win32 to use EXPORT_VAR_AS_FN. · 4831e626
      Dr. Stephen Henson authored
      Fix OPENSSL_IMPLEMENT_GLOBAL.
      
      Allow Win32 to use EXPORT_VAR_AS_FN in mkdef.pl
      
      make update.
      4831e626
    • Lutz Jänicke's avatar
      33ab4699
    • Dr. Stephen Henson's avatar
      · 595cc5b4
      Dr. Stephen Henson authored
      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