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
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
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