1. 11 Jun, 2001 4 commits
  2. 08 Jun, 2001 1 commit
  3. 07 Jun, 2001 2 commits
  4. 06 Jun, 2001 5 commits
  5. 05 Jun, 2001 4 commits
  6. 04 Jun, 2001 3 commits
  7. 01 Jun, 2001 5 commits
  8. 31 May, 2001 2 commits
  9. 30 May, 2001 3 commits
    • Andy Polyakov's avatar
      Get rid of RAW dependency warnings. · a95541d6
      Andy Polyakov authored
      Submitted by:
      Reviewed by:
      PR:
      a95541d6
    • Richard Levitte's avatar
      Extend all the loading functions to take an engine pointer, a pass · 30b4c272
      Richard Levitte authored
      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
    • Richard Levitte's avatar
      A wish was expressed. · 2adc9293
      Richard Levitte authored
      2adc9293
  10. 29 May, 2001 1 commit
  11. 28 May, 2001 1 commit
  12. 26 May, 2001 1 commit
  13. 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
  14. 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
  15. 22 May, 2001 1 commit
  16. 17 May, 2001 4 commits
  17. 16 May, 2001 1 commit