Re: [openssl-users] Loading RSA private key from ENGINE

2017-11-16 Thread Ignacio Alamo Corsino
Asunto: [openssl-users] Loading RSA private key from ENGINE I am currently exporing the ENGINE capabilities. The examples are quite clear about how to link OpenSSL with methods that are available in a hardware module: - implement RSA_METHOD in MyEngine, e.g. rsaSign() wich calls rsaSign_HW

[openssl-users] Loading RSA private key from ENGINE

2017-11-15 Thread hokusai
I am currently exporing the ENGINE capabilities. The examples are quite clear about how to link OpenSSL with methods that are available in a hardware module: - implement RSA_METHOD in MyEngine, e.g. rsaSign() wich calls rsaSign_HW() - ENGINE_register_RSA(MyEngine) --> OpenSSL will then automaticall