Re: [openssl-users] Need help for porting RSA_verify

2018-09-26 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of > Prajapati, Amit > Sent: Wednesday, September 26, 2018 02:03 > For one of my application I am trying to port > “RSA_verify()”(crypto/rsa/rsa_sign.c) function from > openssl for verification of the signature. What do

Re: [openssl-users] Need help for porting RSA_verify

2018-09-25 Thread Prajapati, Amit
Hi For one of my application I am trying to port "RSA_verify()"(crypto/rsa/rsa_sign.c) function from openssl for verification of the signature. While compilation I am not able to find the definition of "d2i_X509_SIG()" and "X509_SIG_free()" functions which is called from the "int_rsa_verify()".