Skip to content
  1. May 29, 2001
  2. May 28, 2001
  3. May 26, 2001
  4. May 25, 2001
    • 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
  5. May 24, 2001
    • 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
  6. May 22, 2001
  7. May 17, 2001
  8. May 16, 2001
  9. May 15, 2001
  10. May 14, 2001
  11. May 13, 2001
  12. May 12, 2001