Re: What is key_id arg in load_private_key() and load_public_key()

2010-02-09 Thread Dr. Stephen Henson
On Tue, Feb 09, 2010, Becky H wrote: > Hello - > > Two openssl functions require *key_id as an argument. What is this? > > EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, > UI_METHOD *ui_method, void *callback_data); > > EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const

Re: What is key_id arg in load_private_key() and load_public_key()

2010-02-09 Thread Becky H
openssl-users@openssl.org Sent: Tue, February 9, 2010 8:28:55 AM Subject: What is key_id arg in load_private_key() and load_public_key() Hello - Two openssl functions require *key_id as an argument. What is this? EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, UI_METHOD *ui

What is key_id arg in load_private_key() and load_public_key()

2010-02-09 Thread Becky H
Hello - Two openssl functions require *key_id as an argument. What is this? EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, UI_METHOD *ui_method, void *callback_data); EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id, UI_METHOD *ui_method, void *callbac