> 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
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()".