On Sun, Sep 7, 2014 at 7:52 AM, Amir Reda wrote:
> dear all
> i'm trying to generate rsa keypair to be used in a class that has an
> attribute
>RSA*rsa_keyPair;
> and i use function
> RSA
> AeroRoutingProtocol :: GenerateRSAKeyPair ( )
> {
> rsa_keyPair = RSA_generate_key(2084,
dear all
i'm trying to generate rsa keypair to be used in a class that has an
attribute
RSA*rsa_keyPair;
and i use function
RSA
AeroRoutingProtocol :: GenerateRSAKeyPair ( )
{
rsa_keyPair = RSA_generate_key(2084,RSA_F4,NULL,NULL);
return rsa_keyPair;
}
when i try to compi