Hi All, Does anybody know how to make function ENGINE_load_private_key working in batch (not interactive) mode? I am using nCipher hardware module and CHIL engine library. Unfortunately standard "hwcrhk_get_pass" and " hwcrhk_insert_card" functions use "ui methods" for interacting with user (asking about pass, printing error messages, etc). I am writing batch application, so any interaction with user is impossible. Another problem is, that in case of any errors (e.g. incorrect password) this function are called in a loop. There is any possibility to "unset" UI_CTRL_IS_REDOABLE flag? Any help will be appreciated. regards Bartek Palak |
- Batch mode for ENGINE_load_private_key Bartek Palak
- Re: Batch mode for ENGINE_load_private_... Goetz Babin-Ebell
- Re: Batch mode for ENGINE_load_priv... Bartek Palak
- Re: Batch mode for ENGINE_load_... Richard Levitte - VMS Whacker