Re: [openssl-users] Implementing the rsa_sign callback

2015-05-26 Thread Dmitry Belyavsky
Hello all, Any suggestions? On Thu, Apr 30, 2015 at 1:06 PM, Dmitry Belyavsky wrote: > Hello all! > > I'm implementing a custom engine providing its own RSA method. > > I need to provide the rsa_sign callback, which is required to call my own > code in case when ex_data is set and call a defaul

[openssl-users] Implementing the rsa_sign callback

2015-04-30 Thread Dmitry Belyavsky
Hello all! I'm implementing a custom engine providing its own RSA method. I need to provide the rsa_sign callback, which is required to call my own code in case when ex_data is set and call a default callback otherwise. For other callbacks I use the appropriate callbacks from the rsa_pkcs1_eay_m