I would like to call this function to generate the same public/private
key everytime. 

I thought all I had to do was create the same seed using RAND_seed each
time, however I still keep getting different key pairs.

 

Is there any way to have RSA_generate_key generate the same
public/private key each time? (I know this doesn't make sense security
wise, but the work I have to do requires it).

 

 

Reply via email to