I can't get the expected result in this RSA function, is there any mistake? Many thanks!!!!!!:
Code:
char* RSAEN2()
{
int ret, flen;
BIGNUM *bnn, *bne, *bnd,*mods, *pub_exp;
unsigned char *in = "01019D45855EF1686D61A8D9CB54C854A794E68F7A0B2923FBD0";
unsigned char *out;
bnn = BN_new();
bne = BN_new();
//