Hi, I used to authenticate to my HSM using my HSM vendor engine through the ENGINE_ctrl_cmd_string() function using // login command: --login="label":major:minor[:password] ENGINE_ctrl_cmd_string(e_ptr, "login", login, 0); But now that ENGINE_ctrl_cmd_string() is deprecated, how can I do this? Thanks, Martin |