Re: ENGINE_load_private_key and PIN codes

2009-12-04 Thread Thomas Harning Jr.
On Thu, Dec 3, 2009 at 11:34 AM, Frederik Mennes wrote: > Hi everyone, > > I am using following function to load a private key from a certain slot of a > HSM: >     EVP_PKEY *ENGINE_load_private_key(    ENGINE *e, >            const char *key_id, >  

ENGINE_load_private_key and PIN codes

2009-12-03 Thread Frederik Mennes
Hi everyone, I am using following function to load a private key from a certain slot of a HSM: EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, UI_METHOD *ui_method,