1. 19 Jun, 2001 2 commits
  2. 18 Jun, 2001 2 commits
  3. 17 Jun, 2001 1 commit
  4. 16 Jun, 2001 1 commit
  5. 15 Jun, 2001 1 commit
  6. 11 Jun, 2001 8 commits
  7. 08 Jun, 2001 1 commit
  8. 07 Jun, 2001 2 commits
  9. 06 Jun, 2001 5 commits
  10. 05 Jun, 2001 4 commits
  11. 04 Jun, 2001 3 commits
  12. 01 Jun, 2001 5 commits
  13. 31 May, 2001 2 commits
  14. 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