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