RE: Howto prevent cycles in engine invocation ?

2019-03-19 Thread Fuchs, Andreas
_ From: openssl-users [openssl-users-boun...@openssl.org] on behalf of Dmitry Belyavsky [beld...@gmail.com] Sent: Tuesday, March 19, 2019 21:09 To: openssl-users@openssl.org Subject: Re: Howto prevent cycles in engine invocation ? Hello Andreas, I used smth like === RSA_METHOD my_rsa_meth

Re: Howto prevent cycles in engine invocation ?

2019-03-19 Thread Dmitry Belyavsky
Hello Andreas, I used smth like === RSA_METHOD my_rsa_method = { "My RSA method", 0, /* pub_enc */ 0, /* pub_dec */ 0, /* priv_enc */ my_priv_dec, /* priv_dec */ 0, /* rsa_mod_e