• R
    Extend all the loading functions to take an engine pointer, a pass · 30b4c272
    Richard Levitte 提交于
    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
ocsp.c 19.2 KB